1. 22 May, 2018 1 commit
  2. 21 Mar, 2018 1 commit
  3. 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
  4. 15 Apr, 2013 1 commit
  5. 11 Apr, 2013 1 commit
  6. 27 Oct, 2012 1 commit
  7. 12 Jun, 2012 2 commits
    • Ian Barber's avatar
      Add reference to the inproc documentation · 704b9522
      Ian Barber authored
      The previous note in connect introduced but did not elaborate on the
      requirement to bind before connect in inproc. As that discussion is in
      detail in the inproc docs link to there.
      704b9522
    • Ian Barber's avatar
      Update bind and connect documentation for clarity · 7b78ed9d
      Ian Barber authored
      Based on discussion with Steve O on the list, make the difference
      between bind and connect usage more clear, and add a note reflecting the
      fact that inproc must have bind before connect to reinforce the
      information in zmq_inproc.
      7b78ed9d
  8. 15 Feb, 2012 1 commit
  9. 18 Dec, 2011 1 commit
  10. 11 Jul, 2011 1 commit
  11. 09 Apr, 2011 1 commit
  12. 09 Sep, 2010 1 commit
  13. 04 Sep, 2010 2 commits
  14. 08 Aug, 2010 1 commit
    • Pieter Hintjens's avatar
      Added error checking (EFAULT) for null arguments · b6cdd369
      Pieter Hintjens authored
      * Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt,
      * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send,
      * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop
      * Updated Reference Manual for these methods
      b6cdd369
  15. 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
  16. 01 Jun, 2010 1 commit
  17. 27 May, 2010 1 commit
    • Martin Lucina's avatar
      Clarify zmq_bind/zmq_connect · da37c45b
      Martin Lucina authored
      Use the term 'endpoint' correctly, and drop the nonsense about local/remote addresses which doesn't clearly explain what is going on
      da37c45b
  18. 12 Apr, 2010 1 commit
  19. 10 Mar, 2010 1 commit
  20. 09 Mar, 2010 1 commit
  21. 10 Feb, 2010 1 commit