- 11 Aug, 2015 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: added to test_stream.cpp
-
- 07 Aug, 2015 1 commit
-
-
Constantin Rack authored
fix: ZMQ_TCP_RETRANSMIT_TIMEOUT not applied to bind socket
-
- 06 Aug, 2015 6 commits
-
-
KIU Shueng Chuan authored
-
Constantin Rack authored
Avoid terminating connections prematurely
-
Soren Hansen authored
While sending very large messages (far beyond what fits in a the tcp buffer, so it takes multiple sendto system calls for it to finish), zmq_close will close the connection regardless of ZMQ_LINGER. In case no engine is attached, a pipe->check_read() is needed to look for the delimiter in the pipe and ultimately trigger the pipe termination. However, if there *is* an engine attached, the check_read() looks ahead and finds the delimiter and terminates the connection even though the engine might actually still be in the middle of sending a message. This happens because while the io_thread is still busy sending the data, the pipe can get terminated and the io thread ends up being terminated.
-
Richard Newton authored
add ZMQ_TCP_RETRANSMIT_TIMEOUT socket option
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
- 04 Aug, 2015 7 commits
-
-
Constantin Rack authored
add ZMQ_CONNECT_TIMEOUT option
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
KAPP Arnaud authored
ZMQ_TCP_KEEPALIVE_IDLE doc wrongly mentions TCP_KEEPCNT
-
KIU Shueng Chuan authored
was fixed in zmq_setsockopt.txt but not in zmq_getsockopt.txt
-
- 02 Aug, 2015 9 commits
-
-
Richard Newton authored
Increase file limit in travis config
-
Luca Boccassi authored
Test cases occasionally fail, especially on OSX, due to socket limit. Part of fix for #1502
-
Constantin Rack authored
Travis ci osx
-
Luca Boccassi authored
-
Luca Boccassi authored
ldconfig is not available on OSX, so Travis CI build fails
-
Luca Boccassi authored
-
Luca Boccassi authored
readelf is not available on OSX, greadelf is available on homebrew
-
Richard Newton authored
Remove type-pun in zmq.cpp to resolve issue #1500.
-
Joe Eli McIlvain authored
-
- 01 Aug, 2015 3 commits
-
-
Constantin Rack authored
Documentation fixes for socket options.
-
Joe Eli McIlvain authored
-
Joe Eli McIlvain authored
-
- 31 Jul, 2015 2 commits
-
-
Constantin Rack authored
ZMQ_TCP_KEEPALIVE_IDLE doc wrongly says it overrides TCP_KEEPCNT
-
KIU Shueng Chuan authored
-
- 30 Jul, 2015 2 commits
-
-
Joe Eli McIlvain authored
Check for libtoolize instead of libtool on Linux
-
Luca Boccassi authored
autogen.sh has a check for the libtool binary as a mean to check if libtool is available. But distributions like Debian and Ubuntu are splitting the libtool package, and the libtool binary is now in a separate package. What autoconf actually need is not the libtool binary, but libtoolize and other macro files. So check for libtoolize instead. On the other hand, OSX only ships libtool, not libtoolize, and uses a pre-generated libtool script to build. So check for libtoolize first and then for libtool, and fail if neither can be found.
-
- 28 Jul, 2015 8 commits
-
-
Pieter Hintjens authored
Add a way to disable libzmq's internal test timeout.
-
Pieter Hintjens authored
Increase sleep in test to fix flakiness under CPU load.
-
Pieter Hintjens authored
Retry recv if it only returns part of a message during tests.
-
Pieter Hintjens authored
Fix test flakiness.
-
Pieter Hintjens authored
Fix a documented memory leak.
-
Constantin Rack authored
Fix eventfd read handling under heavy load.
-
Brian Silverman authored
Under linux 3.16.0-4-amd64, I was getting occasional test failures before fixing this.
-
Brian Silverman authored
I had the assertion below fail occasionally when running the libzmq tests under heavy CPU load on linux 3.16.0-4-amd64.
-