1. 09 Apr, 2020 1 commit
  2. 14 May, 2018 1 commit
  3. 23 Jun, 2017 1 commit
  4. 26 Dec, 2016 1 commit
  5. 21 Nov, 2016 1 commit
  6. 29 Apr, 2016 1 commit
  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. 23 Dec, 2014 1 commit
  9. 08 Nov, 2014 1 commit
  10. 29 Apr, 2014 1 commit
  11. 28 Apr, 2014 1 commit
  12. 28 Oct, 2013 1 commit
  13. 30 Sep, 2013 1 commit
  14. 20 Sep, 2013 1 commit
  15. 20 Jun, 2013 1 commit
    • Pieter Hintjens's avatar
      Added options for CURVE security · d9bb1672
      Pieter Hintjens authored
      - ZMQ_CURVE_PUBLICKEY for clients and servers
      - ZMQ_CURVE_SECRETKEY for clients
      - ZMQ_CURVE_SERVERKEY for clients
      - ZMQ_CURVE_SERVER for servers
      - added tools/curve_keygen.c as example
      - updated man pages
      d9bb1672
  16. 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
  17. 15 Apr, 2013 1 commit
  18. 17 Jan, 2013 1 commit
  19. 07 Sep, 2012 1 commit
  20. 06 Sep, 2012 1 commit
  21. 22 May, 2012 2 commits
  22. 21 May, 2012 1 commit
    • Ricardo Catalinas Jiménez's avatar
      Doc improvement: document interface omission in zmq_pgm.txt · 0e053e34
      Ricardo Catalinas Jiménez authored
      The PGM transport supports the omission of the network interface to
      select the default one like:
      
        announce.connect("epgm://eth0;239.255.128.46:64646"); // Use eth0
        announce.connect("epgm://239.255.128.46:64646"); // Use the default
      
      Also, mention C++ in the additional community bindings of 0MQ in
      zmq.txt.
      0e053e34
  23. 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
  24. 16 Mar, 2012 1 commit
  25. 16 Feb, 2012 2 commits
  26. 15 Feb, 2012 2 commits
  27. 18 Dec, 2011 1 commit
  28. 18 Jul, 2011 1 commit
  29. 01 Dec, 2010 1 commit
  30. 04 Sep, 2010 3 commits
  31. 18 Aug, 2010 1 commit
  32. 11 Aug, 2010 1 commit
  33. 04 Aug, 2010 2 commits
    • Pieter Hintjens's avatar
      Further cleanups on reference manual · 13f3481e
      Pieter Hintjens authored
      - fixed unwrapped text in new man pages
      - fixed over-long lines in older pages, where possible
      - removed reference to old standalong devices from index page
      - added refernce to new zmq_device[3] documented from index page
      - some minor spelling corrections
      13f3481e
    • Pieter Hintjens's avatar
      Various changes to documentation project: · 77a3c36f
      Pieter Hintjens authored
      * Added documentation for zmq_deviced, which we're developing
      * Created consistent page footer in documentation template
      * Page footer notes doc authors and copyright statement
      77a3c36f
  34. 03 Jun, 2010 1 commit