1. 05 Apr, 2019 1 commit
  2. 12 Jun, 2018 1 commit
  3. 02 Feb, 2018 1 commit
  4. 10 Dec, 2016 1 commit
  5. 27 May, 2016 1 commit
  6. 03 Feb, 2016 1 commit
    • Ilya Kulakov's avatar
      Make VMCI to work on Windows. · 538e5d47
      Ilya Kulakov authored
      select was improved to support multiple service providers on Windows.
      it should be slightly faster because of optimized iteration
      over selected sockets.
      538e5d47
  7. 28 Jan, 2016 1 commit
  8. 22 Jan, 2016 1 commit
  9. 08 Dec, 2015 1 commit
    • Ilya Kulakov's avatar
      Add the VMCI transport. · 68b13fbd
      Ilya Kulakov authored
      VMCI transport allows fast communication between the Host
      and a virtual machine, between virtual machines on the same host,
      and within a virtual machine (like IPC).
      
      It requires VMware to be installed on the host and Guest Additions
      to be installed on a guest.
      68b13fbd
  10. 06 Sep, 2015 1 commit
  11. 02 Jun, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 02 Jan, 2014 1 commit
  14. 17 May, 2013 1 commit
    • Pieter Hintjens's avatar
      plain_mechanism now uses options.as_server · f909b9c7
      Pieter Hintjens authored
      - we need to switch to PLAIN according to options.mechanism
      - we need to catch case when both peers are as-server (or neither is)
      - and to use username/password from options, for client
      f909b9c7
  15. 14 May, 2013 1 commit
    • Martin Hurton's avatar
      Implement ZMTP/3.0 PLAIN mechanism · 4eecda8a
      Martin Hurton authored
      This implements protocol handshake.
      We still need to design and implement 1) API changes so a user
      can set username and password, and 2) a mechanism for engine
      to authenticate users.
      4eecda8a
  16. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  17. 17 Nov, 2012 1 commit
  18. 24 Oct, 2012 1 commit
  19. 21 Sep, 2012 1 commit
  20. 04 Aug, 2012 1 commit
  21. 11 Jul, 2012 1 commit
  22. 15 Jun, 2012 2 commits
  23. 14 Jun, 2012 1 commit
    • Martin Hurton's avatar
      Simplify {tcp|ipc}_connecter · e0fed9d2
      Martin Hurton authored
      The patch is meant to make the code easier to understand.
      The 'wait' attribute is replaced by 'delayed_start'
      and 'timer_started' attributes. The former is constant and
      is initialized in the constructor. The latter is a flag
      reflecting whether a timer has been started and changes during
      the lifetime of the object.
      e0fed9d2
  24. 12 Jun, 2012 2 commits
  25. 11 Jun, 2012 1 commit
  26. 04 May, 2012 1 commit
  27. 03 May, 2012 1 commit
    • Ian Barber's avatar
      Patch from Mato that fixes a subtle connect bug: EAGAIN was being used as a… · 1075005b
      Ian Barber authored
      Patch from Mato that fixes a subtle connect bug: EAGAIN was being used as a translation value for EINPROGRESS, thus
      shadowing a real EAGAIN return value from the OS.  This caused later
      assertions of "Invalid argument" in stream_engine.cpp when it attempted to
      use a socket which was not connected.
      
      I also add EINTR to mean EINPROGRESS, as per the POSIX and FreeBSD
      documentation which specifies that a connect() call interrupted due to a
      signal will complete asynchronously.
      Signed-off-by: 's avatarMartin Lucina <martin@lucina.net>
      1075005b
  28. 20 Mar, 2012 1 commit
  29. 16 Feb, 2012 1 commit
  30. 21 Dec, 2011 1 commit
  31. 15 Dec, 2011 1 commit
  32. 13 Dec, 2011 1 commit
  33. 01 Nov, 2011 1 commit
  34. 31 Oct, 2011 1 commit
  35. 15 Sep, 2011 1 commit
  36. 02 Sep, 2011 1 commit
  37. 18 Aug, 2011 1 commit
  38. 16 Aug, 2011 1 commit