- 19 Nov, 2013 3 commits
-
-
Richard Newton authored
Fixed test_many_sockets
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* failed on systems where process could not allocate 1024 sockets by default * include path for platform.hpp was wrong; fixed it
-
- 15 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
Fixed typo in documentation about zmq_proxy_steerable()
-
Mathias Hablützel authored
-
- 13 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
Added links to RFCs for socket patterns
-
Pieter Hintjens authored
-
- 11 Nov, 2013 11 commits
-
-
Pieter Hintjens authored
remove all asserts during critical section for win32 make_fdpair codepath
-
Ian Barber authored
handle bind error in make_fdpair() win32 codepath
-
KIU Shueng Chuan authored
the size of the critical section is reduced by only entering the critical section right before the bind().
-
Ian Barber authored
Revert "Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for ...
-
KIU Shueng Chuan authored
-
Richard Newton authored
-
Richard Newton authored
-
Ian Barber authored
Removing C++11 code.
-
Richard Newton authored
-
Richard Newton authored
This reverts commit 0b92831b.
-
psl-felipefarinon authored
-
- 10 Nov, 2013 4 commits
-
-
Pieter Hintjens authored
Update signaler make_fdpair to set file descriptors to -1 when too many ...
-
Matt Connolly authored
Update signaler make_fdpair to set file descriptors to -1 when too many files are open using socketpair.
-
Pieter Hintjens authored
Fix socket creation above sistem limits for all 'other' OS not covered b...
-
Bruno D. Rodrigues authored
Fix socket creation above sistem limits for all 'other' OS not covered by eventfd, windows or vms; enhanced test to create sockets up to a bigger limit to really test hitting the OS limit
-
- 09 Nov, 2013 2 commits
-
-
Ian Barber authored
Added ignore test case
-
Pieter Hintjens authored
-
- 07 Nov, 2013 16 commits
-
-
Pieter Hintjens authored
Signal that the peer performed orderly shutdown
-
Martin Hurton authored
-
Pieter Hintjens authored
Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for the reaper socket
-
Richard Newton authored
-
Pieter Hintjens authored
Get maximum number of sockets it can handle from poller_t
-
Richard Newton authored
-
-
Richard Newton authored
Fixing broken build issue #583
-
-
Richard Newton authored
-
psl-felipefarinon authored
-
Pieter Hintjens authored
Add test case for many sockets
-
-
Richard Newton authored
Simplified error handling for make_fdpair on Windows
-
Richard Newton authored
-
Richard Newton authored
-