1. 13 Aug, 2018 1 commit
  2. 10 Aug, 2018 1 commit
  3. 26 Jul, 2018 1 commit
  4. 29 May, 2018 3 commits
  5. 27 May, 2018 1 commit
  6. 26 May, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 21 Oct, 2017 1 commit
  9. 19 Sep, 2017 1 commit
  10. 07 Sep, 2017 1 commit
  11. 06 Sep, 2017 1 commit
  12. 01 Sep, 2017 1 commit
  13. 25 Apr, 2016 1 commit
  14. 28 Jan, 2016 1 commit
  15. 20 Nov, 2015 1 commit
  16. 02 Jun, 2015 1 commit
  17. 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
  18. 22 Jan, 2015 1 commit
  19. 09 Jan, 2015 1 commit
  20. 12 May, 2014 1 commit
  21. 30 Apr, 2014 1 commit
  22. 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
  23. 12 Jan, 2014 1 commit
  24. 08 Jan, 2014 1 commit
  25. 02 Jan, 2014 1 commit
  26. 01 Nov, 2013 1 commit
  27. 31 Oct, 2013 1 commit
  28. 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
  29. 29 Jun, 2013 2 commits
  30. 06 Jun, 2013 1 commit
  31. 05 Jun, 2013 1 commit
  32. 23 May, 2013 1 commit
  33. 21 May, 2013 2 commits
  34. 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
  35. 09 Nov, 2012 2 commits