1. 24 May, 2019 1 commit
  2. 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
  3. 15 Apr, 2013 1 commit
  4. 12 Mar, 2013 1 commit
  5. 27 Oct, 2012 1 commit
  6. 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
  7. 15 Feb, 2012 1 commit
  8. 18 Dec, 2011 1 commit
  9. 01 Apr, 2011 1 commit
  10. 23 Mar, 2011 1 commit
    • Martin Sustrik's avatar
      ZMQ_MCAST_LOOP removed · b45b68ae
      Martin Sustrik authored
      Multicast loopback is not a real multicast, rather a kernel-space
      simulation. Moreover, it tends to be rather unreliable and lossy.
      Removing the option will force users to use transports better
      suited for the job, such as inproc or ipc.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      b45b68ae
  11. 01 Dec, 2010 1 commit
  12. 04 Sep, 2010 2 commits
  13. 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
  14. 10 Mar, 2010 3 commits
  15. 09 Mar, 2010 1 commit
  16. 10 Feb, 2010 1 commit
  17. 22 Jan, 2010 1 commit
  18. 21 Jan, 2010 2 commits
  19. 18 Jan, 2010 1 commit
  20. 15 Jan, 2010 1 commit
  21. 14 Jan, 2010 1 commit
  22. 13 Jan, 2010 1 commit
  23. 05 Jan, 2010 1 commit
  24. 04 Dec, 2009 1 commit
  25. 03 Dec, 2009 1 commit
  26. 22 Nov, 2009 1 commit