1. 18 Oct, 2015 1 commit
  2. 19 Sep, 2015 1 commit
  3. 14 Sep, 2015 1 commit
  4. 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
  5. 21 Aug, 2015 1 commit
  6. 14 Aug, 2015 1 commit
  7. 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
  8. 06 May, 2015 1 commit
  9. 05 May, 2015 1 commit
  10. 11 Mar, 2015 5 commits
  11. 12 Feb, 2015 2 commits
  12. 09 Feb, 2015 2 commits
  13. 06 Feb, 2015 3 commits
  14. 02 Feb, 2015 1 commit
  15. 12 Dec, 2014 1 commit
  16. 09 Dec, 2014 1 commit
  17. 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
  18. 05 Aug, 2014 1 commit
  19. 02 Jul, 2014 1 commit
  20. 23 Jun, 2014 1 commit
  21. 04 Jun, 2014 1 commit
  22. 12 May, 2014 2 commits
  23. 08 May, 2014 1 commit
  24. 03 May, 2014 2 commits
  25. 01 May, 2014 3 commits
  26. 14 Apr, 2014 1 commit
  27. 13 Apr, 2014 1 commit
  28. 23 Mar, 2014 1 commit