- 06 Sep, 2015 2 commits
-
-
Constantin Rack authored
-
Pieter Hintjens authored
Problem: Tests in Travis are failing randomly
-
- 05 Sep, 2015 5 commits
-
-
David Jelenc authored
Tests were failing, because some deque calls were causing undefined behavior: calling front() or pop_front() on an empty deque. Such calls are now safeguarded.
-
Constantin Rack authored
Fixed missing subscriptions on XPUB with manual subscriptions
-
David Jelenc authored
The patch fixes the issue #1568.
-
Pieter Hintjens authored
Problem: lingering subscriptions on XPUB sockets (#1566)
-
David Jelenc authored
The patch fixes lingering subscriptions that occur upon disconnection on XPUB sockets with option XPUB_MANUAL when used in a XPUB-XSUB proxies.
-
- 03 Sep, 2015 6 commits
-
-
Pieter Hintjens authored
Solution: do not call poller->add_fd() with -1. Fixes #1558
-
Constantin Rack authored
-
Pieter Hintjens authored
Revert "Solution: check return code of make_fdpair() with zmq_assert"
-
Constantin Rack authored
-
Constantin Rack authored
Make DragonFly a first class citizen in terms of compilation
-
Markus Pfeiffer authored
-
- 02 Sep, 2015 4 commits
-
-
Pieter Hintjens authored
Solution: check return code of make_fdpair() with zmq_assert
-
Constantin Rack authored
-
Constantin Rack authored
Cleaned up test case
-
Pieter Hintjens authored
-
- 27 Aug, 2015 2 commits
-
-
Constantin Rack authored
Update zmq_inproc manpage for bind/connect order
-
Floris Bruynooghe authored
The order of zmq_bind() and zmq_connect() is no longer important for the inproc transport since libzmq 4.0. This updates this in the zmq_inproc manpage.
-
- 24 Aug, 2015 1 commit
-
-
Constantin Rack authored
Problem: Identity frame from router has no metadata
-
- 22 Aug, 2015 1 commit
-
-
Pieter Hintjens authored
Problem: Private/internal macros defined in public header.
-
- 21 Aug, 2015 7 commits
-
-
Joe Eli McIlvain authored
Solution: Move the macros to a private header.
-
Pieter Hintjens authored
rename ZMQ_UNUSED macro to LIBZMQ_UNUSED
-
reza.ebrahimi authored
-
Constantin Rack authored
Fix zmq crash when calling shutdown with a pending inproc socket connect
-
Richard Newton authored
-
Constantin Rack authored
Set signaler_port to 0 which allows the OS to find a free port
-
Matt Bolger authored
-Set signaler_port to 0 which allows the OS to find a free port, rather than crashing if 5905 is in use (https://github.com/zeromq/libzmq/issues/1542) -Added config.hpp to the source list so it shows up in generated projects -Remove CMAKE_BUILD_TYPE setting for generators that don't use it
-
- 20 Aug, 2015 6 commits
-
-
Constantin Rack authored
Problem: Source files contain mixed tabs and spaces.
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
Richard Newton authored
Fixes failing tests regarding XPUB sockets.
-
David Jelenc authored
Fixes tests that were introduced in a previous pull request. See https://github.com/zeromq/libzmq/pull/1539#issuecomment-132968987
-
Constantin Rack authored
Addresses zeromq/libzmq#1116.
-
David Jelenc authored
This patch adds a new member of type deque to the xpub class that contains pointers to metadata_t. This deque is then used (alongside pending_data and pending_flags) to preserve metadata when copying messages.
-
- 19 Aug, 2015 1 commit
-
-
Kapp Arnaud authored
The routing id (identity) frame return when reading from a router doesn't have the same metadata as the "real" message that follows. For example, The ZAP "User-Id" property is missing. This patch attach the "data message"'s metadata to the "identity message" when it is read from the router.
-
- 17 Aug, 2015 5 commits
-
-
Constantin Rack authored
CI run on OSX needs binutils
-
Constantin Rack authored
problem: trying to support polling on thread safe sockets with zmq_poll failed
-
Luca Boccassi authored
OSX does not ship with binutils, need to install it before the script run via brew in order to be able to use greadelf, needed by the qt-android CI script.
-
somdoron authored
-
Constantin Rack authored
problem: new poller field in zmq_pollitem_t is changing the api
-