1. 18 Dec, 2015 3 commits
  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. 24 Oct, 2015 1 commit
  4. 23 Oct, 2015 3 commits
  5. 18 Oct, 2015 1 commit
  6. 19 Sep, 2015 1 commit
  7. 14 Sep, 2015 1 commit
  8. 11 Sep, 2015 1 commit
    • Pieter Hintjens's avatar
      Problem: cannot build single test case in tests · d416ffce
      Pieter Hintjens authored
      This is due to the mangled include of platform.h, which was to make
      CMake happy.
      
      Solution: in CMakeLists.txt, define USING_CMAKE and then look for
      platform.h in current directory if that is defined, else look in
      ../src/ as one would expect.
      d416ffce
  9. 21 Aug, 2015 1 commit
  10. 14 Aug, 2015 1 commit
  11. 05 Jul, 2015 1 commit
    • Jens Auer's avatar
      "zero-copy" raw_decoder · 36797936
      Jens Auer authored
      A memcpy is eliminated when receiving data on a ZMQ_STREAM socket. Instead
      of receiving into a static buffer and then copying the data into the
      buffer malloced in msg_t::init_size, the raw_decoder allocates the memory
      for together with the reference-counter and creates a msg_t object
      on top of that memory. This saves the memcpy operation.
      
      For small messages, data is still copied and the receive buffer is reused.
      36797936
  12. 06 May, 2015 1 commit
  13. 05 May, 2015 1 commit
  14. 11 Mar, 2015 5 commits
  15. 12 Feb, 2015 2 commits
  16. 09 Feb, 2015 2 commits
  17. 06 Feb, 2015 3 commits
  18. 02 Feb, 2015 1 commit
  19. 12 Dec, 2014 1 commit
  20. 09 Dec, 2014 1 commit
  21. 23 Aug, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: FD_SETSIZE 1024 is too restrictive under Windows · 1acc1b15
      Pieter Hintjens authored
      Solution: increased to 4096 by default for all MSVC builds, for MinGW,
      and for CMake.
      
      Note: this is a speculative change, it needs confirmation before we
      can keep it. Particularly, there is some doubt that changing this in
      libzmq will affect upstream applications using libzmq.dll.
      1acc1b15
  22. 05 Aug, 2014 1 commit
  23. 02 Jul, 2014 1 commit
  24. 23 Jun, 2014 1 commit
  25. 04 Jun, 2014 1 commit
  26. 12 May, 2014 2 commits
  27. 08 May, 2014 1 commit