- 11 Nov, 2013 9 commits
-
-
Ian Barber authored
handle bind error in make_fdpair() win32 codepath
-
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 24 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
-
Pieter Hintjens authored
Fixing issue #583. Using low resolution timer for clock::now_ms
-
psl-felipefarinon authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
Fix for issue 574
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Modified the zmq_setsockopt documentation to include the ZMQ_ROUTER_HAND...
-
Mark Barbisan authored
-
- 06 Nov, 2013 1 commit
-
-
Pieter Hintjens authored
Fix race condition on shutdown
-