1. 28 May, 2018 1 commit
  2. 26 May, 2018 1 commit
  3. 18 May, 2018 1 commit
  4. 02 Feb, 2018 1 commit
  5. 18 Sep, 2017 1 commit
  6. 28 Aug, 2017 1 commit
  7. 20 Aug, 2017 1 commit
    • sigiesec's avatar
      Problem: no tests for client-side events for successful handshake and… · bd0675b9
      sigiesec authored
      Problem: no tests for client-side events for successful handshake and authentication failure in handshake
      
      Solution: added tests for CURVE, add emitting of client-side event in curve_client_t; add ZAP code 300/500 tests for all mechanisms; suppress sending an error message for ZAP code 300
      bd0675b9
  8. 18 Aug, 2017 1 commit
  9. 18 Feb, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 02 Jun, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 02 Jan, 2014 1 commit
  14. 11 Apr, 2013 1 commit
  15. 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
  16. 30 Oct, 2012 1 commit
  17. 29 Oct, 2012 1 commit
    • Hardeep's avatar
      Added support for non-zmq tcp client connections to router socket. · 83387b40
      Hardeep authored
          - Created a new option ZMQ_ROUTER_RAW_SOCK
          - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client
          - Added test case file tests/test_raw_sock.cpp
      
          o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option
          o ZMQ_MSGMORE flag is ignored for non-id messages
          o To terminate a remote connection send id message followed by zero length data message
      83387b40
  18. 02 Sep, 2012 1 commit
  19. 08 May, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #268 · 3d93c1af
      Martin Hurton authored
      This patch fixes a bug in the message encoder which was
      responsible for computing incorrect message offset.
      The bug affected PGM receiver making it unable to
      decode inital messages.
      3d93c1af
  20. 20 Mar, 2012 1 commit
  21. 01 Nov, 2011 2 commits
  22. 31 Oct, 2011 1 commit
  23. 16 Sep, 2011 1 commit
  24. 15 Sep, 2011 1 commit
  25. 24 Jul, 2011 1 commit
  26. 27 Jun, 2011 1 commit
  27. 20 Jun, 2011 1 commit
  28. 21 Apr, 2011 1 commit
  29. 02 Mar, 2011 1 commit
  30. 30 Oct, 2010 1 commit
  31. 31 Aug, 2010 1 commit
  32. 25 Aug, 2010 1 commit
    • Martin Sustrik's avatar
      WIP: Socket migration between threads, new zmq_close() semantics · 05d90849
      Martin Sustrik authored
      Sockets may now be migrated between OS threads; sockets may not be used by
      more than one thread at any time. To migrate a socket to another thread the
      caller must ensure that a full memory barrier is called before using the
      socket from the target thread.
      
      The new zmq_close() semantics implement the behaviour discussed at:
      
      http://lists.zeromq.org/pipermail/zeromq-dev/2010-July/004244.html
      
      Specifically, zmq_close() is now deterministic and while it still returns
      immediately, it does not discard any data that may still be queued for
      sending. Further, zmq_term() will now block until all outstanding data has
      been sent.
      
      TODO: Many bugs have been introduced, needs testing. Further, SO_LINGER or
      an equivalent mechanism (possibly a configurable timeout to zmq_term())
      needs to be implemented.
      05d90849
  33. 05 May, 2010 1 commit
  34. 27 Mar, 2010 1 commit
  35. 20 Mar, 2010 1 commit
  36. 09 Mar, 2010 3 commits
  37. 19 Feb, 2010 1 commit