1. 04 Feb, 2020 1 commit
  2. 15 Jan, 2019 1 commit
  3. 18 Nov, 2018 1 commit
  4. 23 Mar, 2018 2 commits
  5. 21 Mar, 2018 2 commits
  6. 05 Mar, 2018 1 commit
    • Stefan Kaes's avatar
      Problem: enormous memory increase due to zero copy decoding · fcbd2a57
      Stefan Kaes authored
      The zero copy decoding strategy implemented for 4.2.0 can lead to a large
      increase of main memory usage in some cases (I have seen one program go up to
      40G from 10G after upgrading from 4.1.4). This commit adds a new option to
      contexts, called ZMQ_ZERO_COPY_RECV, which allows one to switch to the old
      decoding strategy.
      fcbd2a57
  7. 29 Dec, 2016 1 commit
  8. 20 Nov, 2016 1 commit
  9. 09 Feb, 2016 1 commit
    • Pieter Hintjens's avatar
      Problem: test_large_msg kills my system temporarily · 62c66ae7
      Pieter Hintjens authored
      And I'm on a reasonably sized laptop. I think allocating INT_MAX
      memory is dangerous in a test case.
      
      Solution: expose this as a context option. I've used ZMQ_MAX_MSGSZ
      and documented it and implemented the API. However I don't know how
      to get the parent context for a socket, so the code in zmq.cpp is
      still unfinished.
      62c66ae7
  10. 17 Nov, 2014 1 commit
  11. 14 Feb, 2014 1 commit
  12. 13 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Add ZMQ_MAX_SOCKETS_MAX to zmq_ctx_get() · 5815b768
      Olaf Mandel authored
      The new options allows querying the maximum allowed number of sockets.
      This is system dependent and cannot be encoded in the include file as a
      preprocessor macro: for ZMQ_USE_SELECT, this depends on the FD_SETSIZE
      macro at time of library compilation, not at time of include file use.
      5815b768
  13. 02 Oct, 2013 1 commit
  14. 15 Apr, 2013 1 commit
  15. 31 Jan, 2013 1 commit
  16. 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