- 30 Jul, 2015 1 commit
-
-
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 4 commits
-
-
Joe Eli McIlvain authored
Problem: VS builds missing files, have warnings.
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 25 Jul, 2015 2 commits
-
-
Constantin Rack authored
fix #1488 Heap buffer overflow in decoder
-
KIU Shueng Chuan authored
-
- 23 Jul, 2015 9 commits
-
-
Pieter Hintjens authored
don't break STREAM socket ABI from 4.1.x to 4.2.0
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
Pieter Hintjens authored
Fix 1478: receive unsubscriptions in XPUB when verbose
-
Ricardo Catalinas Jiménez authored
Fixes not receiving unsubscription messages in XPUB socket with ZMQ_XPUB_VERBOSE and using a XSUB-XPUB proxy in front. This adds two modifications: - It adds a new flag, ZMQ_XPUB_VERBOSE_UNSUBSCRIBE, to enable verbose unsubscription messages, necessary when using a XSUB/XPUB proxy. - It adds a boolean switch to zmq::mtrie_t::rm () to control if the callback is invoked every time or only in the last removal. Necessary when a pipe is terminated and the verbose mode for unsubscriptions is enabled.
-
KAPP Arnaud authored
Fix windows build
-
Richard Newton authored
-
Richard Newton authored
fix #1447 Segfault or Abort after PR #1441
-
- 22 Jul, 2015 7 commits
-
-
Joe Eli McIlvain authored
Fix compilation on mac.
-
Giulio Eulisse authored
-
Joe Eli McIlvain authored
Fix memory leak when creating a socket fails.
-
Brian Silverman authored
Previously, AddressSanitizer flagged leaks when running tests/test_many_sockets.cpp.
-
KIU Shueng Chuan authored
-
Joe Eli McIlvain authored
Fix several missing msg_t::close calls.
-
Brian Silverman authored
I traced memory leaks found using AddressSanitizer down to these.
-
- 21 Jul, 2015 2 commits
-
-
Constantin Rack authored
Fix test_proxy hanging occasionally by setting ZMQ_LINGER to 0.
-
Brian Silverman authored
-
- 20 Jul, 2015 3 commits
-
-
Joe Eli McIlvain authored
Fixed #1477 corruption in "zero-copy" raw_decoder for payloads large…
-
Jens Auer authored
-
Jens Auer authored
Fixed wrong message::init arguments.
-