1. 03 Sep, 2015 2 commits
  2. 02 Sep, 2015 1 commit
  3. 21 Aug, 2015 4 commits
  4. 20 Aug, 2015 3 commits
  5. 19 Aug, 2015 1 commit
    • Kapp Arnaud's avatar
      Problem: Identity frame from router has no metadata · 370b8c9b
      Kapp Arnaud authored
      The routing id (identity) frame return when reading from
      a router doesn't have the same metadata as the "real"
      message that follows.
      For example, The ZAP "User-Id" property is missing.
      
      This patch attach the "data message"'s metadata
      to the "identity message" when it is read from the router.
      370b8c9b
  6. 17 Aug, 2015 4 commits
  7. 16 Aug, 2015 4 commits
  8. 14 Aug, 2015 3 commits
  9. 11 Aug, 2015 1 commit
  10. 06 Aug, 2015 4 commits
  11. 04 Aug, 2015 3 commits
  12. 02 Aug, 2015 1 commit
  13. 28 Jul, 2015 2 commits
    • Brian Silverman's avatar
      Fix eventfd read handling under heavy load. · 62a0e450
      Brian Silverman authored
      I had the assertion below fail occasionally when running the libzmq
      tests under heavy CPU load on linux 3.16.0-4-amd64.
      62a0e450
    • Brian Silverman's avatar
      Fix a documented memory leak. · 97969808
      Brian Silverman authored
      Despite the old comments, re-initing the msg_t leaks a refcount to
      metadata in some situations.
      
      v1_decoder looks like it isn't tested any more, but it seems like a good
      idea to fix it because it has the exact same piece of buggy code
      v2_decoder does.
      97969808
  14. 27 Jul, 2015 2 commits
  15. 25 Jul, 2015 1 commit
  16. 23 Jul, 2015 4 commits