1. 09 Feb, 2016 1 commit
  2. 08 Feb, 2016 1 commit
  3. 04 Feb, 2016 2 commits
  4. 30 Jan, 2016 1 commit
    • Jean-Christophe Fillion-Robin's avatar
      ctest: Add missing test_udp and test_large_msg · 05e48cc6
      Jean-Christophe Fillion-Robin authored
      This commit fixes the author warnings reported below. These tests
      have originally been introduced in zeromq/libzmq@5ebfd17 and
      zeromq/libzmq@5fe75f0.
      
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      CMake Warning (dev) at tests/CMakeLists.txt:133 (message):
        Test 'test_udp' is not known to CTest.
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at tests/CMakeLists.txt:133 (message):
        Test 'test_large_msg' is not known to CTest.
      This warning is for project developers.  Use -Wno-dev to suppress it.
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      05e48cc6
  5. 27 Jan, 2016 1 commit
  6. 14 Jan, 2016 1 commit
  7. 18 Dec, 2015 1 commit
  8. 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
  9. 13 Nov, 2015 1 commit
  10. 23 Oct, 2015 2 commits
  11. 22 Oct, 2015 1 commit
  12. 18 Oct, 2015 1 commit
  13. 16 Aug, 2015 1 commit
  14. 11 Aug, 2015 1 commit
  15. 29 Jun, 2015 1 commit
  16. 24 Jun, 2015 1 commit
  17. 08 Jun, 2015 1 commit
  18. 07 Jun, 2015 1 commit
  19. 03 Jun, 2015 1 commit
  20. 01 May, 2015 1 commit
  21. 12 Feb, 2015 2 commits
  22. 09 Feb, 2015 1 commit
  23. 26 Jan, 2015 1 commit
    • Julien Ruffin's avatar
      Added socket option ZMQ_INVERT_MATCHING. · cf2238f8
      Julien Ruffin authored
      ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription
      list becomes a rejection list. The PUB socket sends messages to all
      connected (X)SUB sockets that do not have any matching subscription.
      
      Whenever the option is used on a PUB/XPUB socket, any connecting SUB
      sockets must also set it or they will reject everything the publisher
      sends them. XSUB sockets are unaffected because they do not filter out
      incoming messages.
      cf2238f8
  24. 12 Aug, 2014 1 commit
  25. 08 Aug, 2014 1 commit
  26. 05 Aug, 2014 1 commit