1. 27 May, 2018 1 commit
  2. 23 May, 2018 2 commits
  3. 02 Feb, 2018 1 commit
  4. 19 Sep, 2017 1 commit
  5. 24 Sep, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: zmq_ctx_term asserts with connect-before-bind and sockets with identity… · fab846a5
      Luca Boccassi authored
      Problem: zmq_ctx_term asserts with connect-before-bind and sockets with identity over inproc transport
      
      Solution: check if the connecting inproc socket has been closed
      before trying to send the identity.
      Otherwise the pipe will be in waiting_for_delimiter state causing
      writes to fail and the connect to assert when the context is being
      torn down and the pending inproc connects are resolved.
      Add test case that covers this behaviour.
      fab846a5
  6. 28 Jan, 2016 1 commit
  7. 21 Aug, 2015 1 commit
  8. 02 Jun, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 09 Jul, 2014 1 commit
  11. 16 May, 2014 1 commit
  12. 09 May, 2014 1 commit
  13. 12 Feb, 2014 1 commit
  14. 02 Jan, 2014 1 commit
  15. 06 Nov, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed over-long pauses in tests · 5b60540e
      Pieter Hintjens authored
      - used msleep (10) in most places instead of zmq_sleep (1)
      - may cause failures on slower machines
      - to change, modify SETTLE_TIME in testutil.h
      - tested down to 1 msec on fast boxes
      5b60540e
  16. 19 Sep, 2013 1 commit
  17. 15 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added z85 codec to ZMQ API · 576e3ca5
      Pieter Hintjens authored
      * Removed redundant Z85 code and include files from project
      * Simplified use of headers in test cases (now they all just use testutil.hpp)
      * Export zmq_z85_encode() and zmq_z85_decode() in API
      * Added man pages for these two functions
      576e3ca5
  18. 12 Sep, 2013 3 commits