1. 09 Dec, 2015 1 commit
  2. 08 Dec, 2015 2 commits
    • Luca Boccassi's avatar
      Problem: build failure, vmci include out of IFDEF · a556b500
      Luca Boccassi authored
      Solution: do not include vmci header outside of vmci IFDEF
      Fixes issue #1655
      a556b500
    • 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. 30 Nov, 2015 1 commit
  4. 09 Oct, 2015 1 commit
  5. 08 Sep, 2015 1 commit
  6. 06 Sep, 2015 1 commit
  7. 21 Aug, 2015 1 commit
  8. 20 Aug, 2015 1 commit
  9. 16 Aug, 2015 3 commits
  10. 11 Aug, 2015 1 commit
  11. 22 Jul, 2015 1 commit
  12. 23 Jun, 2015 1 commit
  13. 05 Jun, 2015 2 commits
  14. 02 Jun, 2015 2 commits
  15. 23 May, 2015 1 commit
  16. 12 Feb, 2015 2 commits
  17. 02 Feb, 2015 1 commit
  18. 01 Feb, 2015 1 commit
  19. 22 Jan, 2015 1 commit
  20. 09 Jan, 2015 1 commit
  21. 24 Nov, 2014 1 commit
  22. 17 Nov, 2014 1 commit
  23. 27 Oct, 2014 1 commit
  24. 13 Aug, 2014 1 commit
  25. 09 Jul, 2014 2 commits
  26. 25 Jun, 2014 2 commits
  27. 24 Jun, 2014 1 commit
  28. 23 May, 2014 1 commit
  29. 21 May, 2014 1 commit
    • Martin Hurton's avatar
      Code cleanup · 414fc86b
      Martin Hurton authored
      - limit visibility of pending_connection_t
      - add const qualifiers
      414fc86b
  30. 20 May, 2014 1 commit
  31. 30 Apr, 2014 1 commit
  32. 28 Apr, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: zmq_socket_monitor code is dirty · 9753de85
      Pieter Hintjens authored
      Specifically:
      
      * zmq_event_t should not be used internally in libzmq, it was
        meant to be an outward facing structure.
      
      * In 4.x, zmq_event_t does not correspond to monitor events, so
        I removed the structure entirely.
      
      * man page for zmq_socket_monitor is incomplete and the example
        code was particularly nasty.
      
      * test_monitor.cpp needed rewriting, it was not clean.
      9753de85