1. 08 Jul, 2019 1 commit
  2. 27 Jun, 2019 2 commits
  3. 12 Apr, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: man errors, can't break lines · 8f77150c
      Luca Boccassi authored
      Solution: add space between OR'ed values
      
      zmq_getsockopt.3 2472: warning [p 17, 9.5i, div '3tbd1,1', 0.5i]: can't break line
      zmq_setsockopt.3 3471: warning [p 24, 1.8i, div '3tbd1,1', 0.5i]: can't break line
      8f77150c
  4. 27 Jan, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: one more test fails on GNU/Hurd · 9fae3d1f
      Luca Boccassi authored
      Solution: mark test_rebind_ipc as XFAIL on Hurd as it does not
      implement getsockname on IPC and thus it's impossible to use
      wildcard IPC binds.
      Document that ZMQ_LAST_ENDPOINT does not work on Hurd with IPC.
      9fae3d1f
  5. 15 Aug, 2018 1 commit
  6. 10 May, 2018 1 commit
  7. 23 Mar, 2018 2 commits
  8. 21 Mar, 2018 1 commit
  9. 09 Oct, 2017 1 commit
  10. 19 Sep, 2017 3 commits
  11. 07 Sep, 2017 3 commits
  12. 31 Jul, 2017 1 commit
    • Brian Russell's avatar
      Add socket option BINDTODEVICE · b963542e
      Brian Russell authored
      Linux now supports Virtual Routing and Forwarding (VRF) as per:
      
      https://www.kernel.org/doc/Documentation/networking/vrf.txt
      
      In order for an application to bind or connect to a socket with an
      address in a VRF, they need to first bind the socket to the VRF device:
      
          setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, dev, strlen(dev)+1);
      
      Note "dev" is the VRF device, eg. VRF "blue", rather than an interface
      enslaved to the VRF.
      
      Add a new socket option, ZMQ_BINDTODEVICE, to bind a socket to a device.
      In general, if a socket is bound to a device, eg. an interface, only
      packets received from that particular device are processed by the socket.
      
      If device is a VRF device, then subsequent binds/connects to that socket
      use addresses in the VRF routing table.
      b963542e
  13. 24 Apr, 2017 1 commit
  14. 26 Dec, 2016 1 commit
  15. 21 Sep, 2016 1 commit
  16. 09 Feb, 2016 4 commits
  17. 08 Feb, 2016 1 commit
  18. 04 Feb, 2016 1 commit
  19. 01 Feb, 2016 3 commits
  20. 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
  21. 23 Nov, 2015 1 commit
  22. 13 Nov, 2015 2 commits
  23. 08 Nov, 2015 1 commit
  24. 08 Oct, 2015 1 commit
  25. 13 Sep, 2015 1 commit
  26. 11 Sep, 2015 1 commit
  27. 06 Aug, 2015 1 commit
  28. 04 Aug, 2015 1 commit