- 03 Dec, 2013 2 commits
-
-
Richard Newton authored
Code cleanup
-
Martin Hurton authored
-
- 01 Dec, 2013 3 commits
-
-
Pieter Hintjens authored
changing zmq_proxy_steerable to not use null terminated strings
-
Brian Knox authored
-
Pieter Hintjens authored
Fix issue #763
-
- 30 Nov, 2013 1 commit
-
-
Martin Hurton authored
-
- 28 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
make win32 signaler support ephemeral ports
-
KIU Shueng Chuan authored
-
- 25 Nov, 2013 5 commits
-
-
Pieter Hintjens authored
Fix windows build for type of service.
-
Richard Newton authored
-
Pieter Hintjens authored
Add ability to set Differential Services Code Point socket option
-
Chris Laws authored
-
Chris Laws authored
-
- 24 Nov, 2013 1 commit
-
-
Pieter Hintjens authored
Move linger test to issue repo.
-
- 25 Nov, 2013 1 commit
-
-
Shannen Saez authored
See https://github.com/zeromq/issues/pull/7Signed-off-by: Shannen Saez <shannenlaptop@gmail.com>
-
- 24 Nov, 2013 2 commits
-
-
Richard Newton authored
Moved version macros to top for better visibility
-
Pieter Hintjens authored
-
- 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 1 commit
-
-
Ian Barber authored
Added ignore test case
-