1. 19 Sep, 2017 2 commits
  2. 07 Sep, 2017 1 commit
  3. 06 Sep, 2017 1 commit
  4. 01 May, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: tests bind to hardcoded TCP ports · 5934919f
      Luca Boccassi authored
      Solution: use ZMQ_LAST_ENDPOINT in most places. This alllows running
      tests in paralle, and on over-booked shared machines where many of
      the ports would be already in use.
      Keep 3 tests with an hardcoded port, as there are some code paths that
      require it (eg: connect before bind), but list those ports in
      tests/testutil.hpp as macros so that they do not overlap and still
      allow parallel runs.
      
      These changes were inspired by a patch uploaded to Ubuntu by the
      package maintainer, Steve Langasek <steve.langasek@ubuntu.com>.
      Thank you Steve!
      5934919f
  5. 28 Jan, 2016 1 commit
  6. 11 Aug, 2015 2 commits
  7. 02 Jun, 2015 1 commit
  8. 20 Feb, 2015 1 commit
  9. 19 Feb, 2015 1 commit
  10. 18 Feb, 2015 2 commits
  11. 23 Jan, 2015 1 commit
    • Pieter Hintjens's avatar
      Problem: commit afb24b53 broke ZMQ_STREAM contract · 6ced7027
      Pieter Hintjens authored
      Symptom is that ZMQ_STREAM sockets in 4.1.0 and 4.1.1 generate zero
      sized messages on each new connection, unlike 4.0.x which did not do
      this.
      
      Person who made this commit also changed test cases so that contract
      breakage did not show. Same person was later banned for persistently
      poor form in CZMQ contributions.
      
      Solution: enable connect notifications on ZMQ_STREAM sockets using a
      new ZMQ_STREAM_NOTIFY setting. By default, socket does not deliver
      notifications, and behaves as in 4.0.x.
      
      Fixes #1316
      6ced7027
  12. 22 Jan, 2015 1 commit
  13. 18 Jan, 2014 1 commit
  14. 17 Jan, 2014 1 commit
  15. 10 Jan, 2014 1 commit
  16. 02 Jan, 2014 1 commit
  17. 23 Oct, 2013 1 commit
  18. 26 Sep, 2013 1 commit
  19. 20 Sep, 2013 1 commit
  20. 18 Sep, 2013 1 commit
  21. 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
  22. 06 Sep, 2013 1 commit
  23. 04 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Updated libzmq to match RFC 23, 24, 25, 26 · 28b0a5fa
      Pieter Hintjens authored
      * Command names changed from null terminated to length-specified
      * Command frames use the correct flag (bit 2)
      * test_stream acts as test case for command frames
      * Some code cleanups
      28b0a5fa
  24. 17 Aug, 2013 1 commit
  25. 01 Jul, 2013 1 commit
  26. 28 Jun, 2013 1 commit
  27. 27 Jun, 2013 1 commit
    • Pieter Hintjens's avatar
      Added ZMQ_STREAM socket type · ad779379
      Pieter Hintjens authored
      - designed for TCP clients and servers
      - added HTTP client / server example in tests/test_stream.cpp
      - same as ZMQ_ROUTER + ZMQ_ROUTER_RAW + ZMQ_ROUTER_MANDATORY
      - includes b893ce set ZMQ_IDENTITY on outgoing connect
      - deprecates ZMQ_ROUTER_RAW
      ad779379
  28. 28 Apr, 2013 1 commit
  29. 12 Mar, 2013 3 commits
  30. 31 Jan, 2013 3 commits
  31. 30 Jan, 2013 1 commit
  32. 08 Jan, 2013 2 commits