- 13 Jun, 2016 1 commit
-
-
Sam Lishak authored
Solution: Set FD_SETSIZE to 16k for all other build definitions.
-
- 01 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
- zmq_utils.h was removed - udp_address.cpp and udp_engine.cpp were added Solution: patch all affected build scripts
-
- 29 Dec, 2014 1 commit
-
-
DaiyuHurst authored
-
- 23 Aug, 2014 1 commit
-
-
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.
-
- 12 May, 2014 2 commits
-
-
Olaf Mandel authored
This became necessary after b9c27481
-
Olaf Mandel authored
This became necessary after 22d6a974
-
- 17 Feb, 2014 1 commit
-
-
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.
-
- 11 Nov, 2013 1 commit
-
-
Richard Newton authored
This reverts commit 0b92831b.
-
- 07 Nov, 2013 1 commit
-
-
Richard Newton authored
-
- 13 Jul, 2013 1 commit
-
-
KIU Shueng Chuan authored
-
- 24 Mar, 2013 1 commit
-
-
Timothee Besset authored
-
- 03 Mar, 2013 1 commit
-
-
KIU Shueng Chuan authored
-