1. 13 Sep, 2019 1 commit
  2. 27 Aug, 2019 1 commit
  3. 27 Jul, 2019 1 commit
  4. 16 Jul, 2019 1 commit
  5. 08 Jul, 2019 1 commit
  6. 27 Jun, 2019 1 commit
  7. 10 Jun, 2019 1 commit
  8. 18 May, 2019 1 commit
  9. 17 May, 2019 1 commit
  10. 15 May, 2019 1 commit
  11. 09 May, 2019 2 commits
  12. 28 Apr, 2019 1 commit
  13. 10 Feb, 2019 1 commit
  14. 03 Feb, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: DRAFT build broken on old Windows · a9a5b2bd
      Luca Boccassi authored
      Solution: define uint64_t if not available in the system headers and
      remove inclusion of inttypes.h which does not exist and is already
      conditionally included in zmq.h if required, do not use PRIx64
      a9a5b2bd
  15. 02 Feb, 2019 2 commits
  16. 12 Jan, 2019 1 commit
  17. 28 Nov, 2018 1 commit
  18. 18 Nov, 2018 3 commits
  19. 01 Nov, 2018 1 commit
  20. 15 Aug, 2018 1 commit
  21. 27 Jul, 2018 1 commit
  22. 26 May, 2018 1 commit
  23. 10 May, 2018 1 commit
  24. 23 Mar, 2018 2 commits
  25. 21 Mar, 2018 4 commits
  26. 14 Mar, 2018 1 commit
    • Pontus Sköldström's avatar
      Support application metadata through ZMQ_METADATA · dd5eec35
      Pontus Sköldström authored
      Lets the application set per-connection metadata.
      Metadata is specified as "X-key:value" and set using zmq_setsockopt, eg:
      zmq_setsockopt (s, ZMQ_METADATA, "X-key:value", 11);
      
      The peer can then obtain the metadata from a received message:
      char *data = zmq_msg_gets(msg, "X-key");
      dd5eec35
  27. 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
  28. 09 Feb, 2018 2 commits
  29. 08 Feb, 2018 1 commit
  30. 04 Feb, 2018 1 commit
  31. 03 Feb, 2018 1 commit