- 25 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 18 Sep, 2015 1 commit
-
-
Maxim Yakhontov authored
-
- 17 Sep, 2015 1 commit
-
-
PP authored
Fixed the bug which cause the application crashed when use TCP connect to an invalid address(such as 192.168.1.255).
-
- 11 Sep, 2015 7 commits
-
-
Pieter Hintjens authored
Solution: check/reject a zero routing ID with EINVAL.
-
Pieter Hintjens authored
These tests connected CLIENT and SERVER to DEALER... this isn't allowed. I changed to CLIENT-to-SERVER in both cases. The result was aborts in client.cpp and server.cpp which cannot handle invalid multipart data. I removed the asserts in each of these in xsend. Solution: fix the test cases and remove the (unwanted?) asserts in client.cpp:xsend and server.cpp:xsend.
-
Pieter Hintjens authored
It should never be zero. Solution: if rid cycles back to zero, bump to 1.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
This has no sense IMO; people who need this can still use DEALER-DEALER. Solution: let CLIENT talk only to SERVER.
-
Pieter Hintjens authored
We do not use 'get' for getters. Solution: rename to zmq_msg_routing_id () for public API.
-
Pieter Hintjens authored
-
- 08 Sep, 2015 1 commit
-
-
KIU Shueng Chuan authored
-
- 06 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 05 Sep, 2015 3 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.
-
David Jelenc authored
The patch fixes the issue #1568.
-
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 3 commits
-
-
Constantin Rack authored
-
Constantin Rack authored
-
Markus Pfeiffer authored
-
- 02 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 21 Aug, 2015 4 commits
-
-
Joe Eli McIlvain authored
Solution: Move the macros to a private header.
-
reza.ebrahimi authored
-
Richard Newton authored
-
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 3 commits
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
David Jelenc authored
Fixes tests that were introduced in a previous pull request. See https://github.com/zeromq/libzmq/pull/1539#issuecomment-132968987
-
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 4 commits
-
-
somdoron authored
-
somdoron authored
-
Constantin Rack authored
-
somdoron authored
-
- 16 Aug, 2015 4 commits
-
-
reza.ebrahimi authored
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
- 14 Aug, 2015 3 commits
-
-
reza.ebrahimi authored
-
reza.ebrahimi authored
-
reza.ebrahimi authored
-
- 11 Aug, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 06 Aug, 2015 1 commit
-
-
KIU Shueng Chuan authored
-