1. 22 Dec, 2016 2 commits
  2. 13 Jun, 2016 1 commit
  3. 28 Feb, 2016 1 commit
  4. 01 Feb, 2016 1 commit
  5. 28 Jan, 2016 1 commit
  6. 02 Jun, 2015 1 commit
  7. 26 Apr, 2015 1 commit
  8. 12 Feb, 2015 1 commit
  9. 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
  10. 12 May, 2014 2 commits
  11. 17 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Remove duplicate poller decision making · 48b50cef
      Olaf Mandel authored
      The decision about the poller mechanism to use (select, poll, ...)
      was done twice: once by the build system and once by the code in
      poller.hpp. As the build-system can actually detect the mechanisms
      available, prefer that result to the hard coded defaults in
      poller.hpp.
      
      At the same time, remove the duplicate detection of select() vs.
      poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.
      
      This patch has not been tested on many build platforms: especially
      the cmake build needs testing / patching. For the other builds,
      hard code the result as these these are all Windows platforms.
      48b50cef
  12. 11 Nov, 2013 1 commit
  13. 07 Nov, 2013 1 commit
  14. 13 Jul, 2013 1 commit
  15. 24 Mar, 2013 1 commit
  16. 03 Mar, 2013 1 commit