1. 22 Mar, 2012 1 commit
  2. 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
  3. 16 Feb, 2012 1 commit
  4. 08 Nov, 2011 1 commit
  5. 04 Nov, 2011 1 commit
  6. 01 Nov, 2011 2 commits
  7. 31 Oct, 2011 1 commit
  8. 29 Oct, 2011 1 commit
    • Perry Kundert's avatar
      Corrected discarding of remainder of message when request ID invalid · 09574a61
      Perry Kundert authored
      When zmq::req_t::xrecv detects that a response has no request ID
      label, or the ID is the wrong size, it would return an EAGAIN, but
      would not discard the remainder of the message.  This could allow the
      remainder of the message to incorrectly "leak" into a future response,
      if it is crafted to look like a reply with a valid response ID.
      Discard all remaining message blocks, if the ID is invalid in any way.
      09574a61
  9. 16 Sep, 2011 1 commit
  10. 15 Sep, 2011 1 commit
  11. 13 Sep, 2011 1 commit
  12. 15 Jul, 2011 1 commit
  13. 23 Jun, 2011 1 commit
  14. 22 Jun, 2011 1 commit
  15. 20 Jun, 2011 1 commit
  16. 21 Apr, 2011 1 commit
  17. 19 Apr, 2011 1 commit
  18. 02 Mar, 2011 1 commit
  19. 05 Nov, 2010 1 commit
  20. 30 Oct, 2010 1 commit
  21. 28 Sep, 2010 2 commits
  22. 17 Sep, 2010 1 commit
  23. 25 Aug, 2010 2 commits
  24. 31 May, 2010 2 commits
  25. 27 Apr, 2010 1 commit
  26. 27 Mar, 2010 2 commits
  27. 13 Mar, 2010 1 commit
  28. 12 Mar, 2010 3 commits
  29. 11 Mar, 2010 1 commit
    • Martin Lucina's avatar
      Restructure language bindings · 27e2d084
      Martin Lucina authored
      C and C++ headers moved from bindings/ to include/, bindings/ removed
      --with-c and --with-cpp options to configure removed, C and C++ now built
      and installed by default
      27e2d084
  30. 23 Feb, 2010 1 commit
  31. 16 Feb, 2010 1 commit
  32. 12 Feb, 2010 2 commits