1. 30 Jan, 2015 3 commits
  2. 29 Jan, 2015 3 commits
  3. 28 Jan, 2015 4 commits
  4. 27 Jan, 2015 6 commits
  5. 26 Jan, 2015 4 commits
  6. 23 Jan, 2015 2 commits
    • Constantin Rack's avatar
      Merge pull request #1322 from hintjens/master · 4ad2edff
      Constantin Rack authored
      Problem: commit afb24b53 broke ZMQ_STREAM contract
      4ad2edff
    • 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
  7. 22 Jan, 2015 2 commits
  8. 21 Jan, 2015 2 commits
  9. 20 Jan, 2015 4 commits
  10. 19 Jan, 2015 1 commit
  11. 18 Jan, 2015 2 commits
  12. 16 Jan, 2015 7 commits