1. 07 Feb, 2019 1 commit
  2. 27 Jul, 2018 2 commits
  3. 21 Apr, 2017 1 commit
  4. 26 Dec, 2016 1 commit
  5. 29 Apr, 2016 1 commit
  6. 06 Mar, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: doc/Makefile.am ignores --without-docs · 4366d7ed
      Luca Boccassi authored
      Solution: add the document files to the MAN_DOC and MAN_HTML targets
      in doc/Makefile.am only if BUILD_DOC and INSTALL_MAN are set,
      otherwise leave the targets empty to avoid errors in make distcheck.
      4366d7ed
  7. 08 Dec, 2015 1 commit
    • Ilya Kulakov's avatar
      Add the VMCI transport. · 68b13fbd
      Ilya Kulakov authored
      VMCI transport allows fast communication between the Host
      and a virtual machine, between virtual machines on the same host,
      and within a virtual machine (like IPC).
      
      It requires VMware to be installed on the host and Guest Additions
      to be installed on a guest.
      68b13fbd
  8. 11 Sep, 2015 1 commit
  9. 06 Jun, 2015 1 commit
  10. 23 Dec, 2014 1 commit
  11. 07 Dec, 2014 1 commit
  12. 14 Oct, 2014 1 commit
  13. 25 Jul, 2014 1 commit
  14. 18 Jun, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: need way to probe library capabilities · f11d673b
      Pieter Hintjens authored
      As libzmq is compiled with optional transports and security mechanisms,
      there is no clean way for applications to determine what capabilities
      are actually available in a given libzmq instance.
      
      Solution: provide an API specifically for capability reporting. The
      zmq_has () method is meant to be open ended. It accepts a string so
      that we can add arbitrary capabilities without breaking existing
      applications.
      
      zmq.h also defines ZMQ_HAS_CAPABILITIES when this method is provided.
      f11d673b
  15. 29 Apr, 2014 1 commit
  16. 03 Mar, 2014 1 commit
  17. 13 Feb, 2014 1 commit
  18. 29 Jan, 2014 1 commit
  19. 05 Nov, 2013 1 commit
  20. 18 Oct, 2013 1 commit
  21. 30 Sep, 2013 1 commit
  22. 20 Sep, 2013 1 commit
  23. 15 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added z85 codec to ZMQ API · 576e3ca5
      Pieter Hintjens authored
      * Removed redundant Z85 code and include files from project
      * Simplified use of headers in test cases (now they all just use testutil.hpp)
      * Export zmq_z85_encode() and zmq_z85_decode() in API
      * Added man pages for these two functions
      576e3ca5
  24. 15 May, 2013 1 commit
    • Pieter Hintjens's avatar
      Added configuration for PLAIN security · e1f797b0
      Pieter Hintjens authored
      * ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD options
      * Man page changes to zmq_setsockopt and zmq_getsockopt
      * Man pages for ZMQ_NULL, ZMQ_PLAIN, and ZMQ_CURVE
      * Test program test_security
      e1f797b0
  25. 17 Jan, 2013 1 commit
  26. 19 Oct, 2012 1 commit
  27. 21 Sep, 2012 1 commit
  28. 07 Sep, 2012 1 commit
  29. 22 May, 2012 2 commits
  30. 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
  31. 16 Mar, 2012 1 commit
  32. 16 Feb, 2012 2 commits
  33. 15 Feb, 2012 1 commit
  34. 21 Nov, 2011 1 commit
  35. 06 Nov, 2011 1 commit
  36. 11 Jul, 2011 1 commit
  37. 24 Mar, 2011 1 commit