- 06 Aug, 2015 2 commits
-
-
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 12 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.
-
Brian Silverman authored
I'm pretty sure this is an issue with the test being too picky and not a bug, but the behavior in this situation is not well documented.
-
Brian Silverman authored
Despite the old comments, re-initing the msg_t leaks a refcount to metadata in some situations. v1_decoder looks like it isn't tested any more, but it seems like a good idea to fix it because it has the exact same piece of buggy code v2_decoder does.
-
Brian Silverman authored
-
Brian Silverman authored
It's nice to be able to disable libzmq's internal timeout when there's another timeout in the test runner being used which gives nicer error messages.
-
- 27 Jul, 2015 3 commits
-
-
Joe Eli McIlvain authored
Problem: VS builds missing files, have warnings.
-
evoskuil authored
-
evoskuil authored
-