1. 20 Nov, 2015 1 commit
  2. 02 Jun, 2015 1 commit
  3. 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
  4. 22 Jan, 2015 1 commit
  5. 09 Jan, 2015 1 commit
  6. 12 May, 2014 1 commit
  7. 30 Apr, 2014 1 commit
  8. 19 Jan, 2014 1 commit
    • Pieter Hintjens's avatar
      Cleaned up option to force identity on outgoing connection · 50bd28c0
      Pieter Hintjens authored
      - renamed to ZMQ_CONNECT_RID
      - fixed whitespace malformating around previous patch
      - renamamed next_peer_id to next_rid in preparation for
        larger rename of IDENTITY to ROUTING_ID
      
      Note: ZMQ_CONNECT_RID has no test case and no entry in the man
      page, as yet.
      50bd28c0
  9. 12 Jan, 2014 1 commit
  10. 08 Jan, 2014 1 commit
  11. 02 Jan, 2014 1 commit
  12. 01 Nov, 2013 1 commit
  13. 31 Oct, 2013 1 commit
  14. 31 Aug, 2013 1 commit
    • Shawn J. Goff's avatar
      Change name of icanhasall to subscribe_to_all · 6a18f595
      Shawn J. Goff authored
      icanhasall is cute (for now), but the effect of the variable is clear
      only after tracking down its origin reading the commit. This change is
      intended to make it easier for people to have some intuition about its
      effect from its name.
      6a18f595
  15. 29 Jun, 2013 2 commits
  16. 06 Jun, 2013 1 commit
  17. 05 Jun, 2013 1 commit
  18. 23 May, 2013 1 commit
  19. 21 May, 2013 2 commits
  20. 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
  21. 09 Nov, 2012 2 commits
  22. 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
  23. 08 Oct, 2012 1 commit
  24. 16 Jun, 2012 1 commit
  25. 02 Apr, 2012 1 commit
  26. 22 Mar, 2012 1 commit
  27. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b
  28. 15 Mar, 2012 2 commits
  29. 16 Feb, 2012 1 commit
  30. 02 Feb, 2012 1 commit
  31. 17 Dec, 2011 1 commit
  32. 09 Nov, 2011 1 commit
  33. 04 Nov, 2011 1 commit
  34. 01 Nov, 2011 1 commit
  35. 31 Oct, 2011 1 commit
  36. 15 Sep, 2011 1 commit