- 19 Sep, 2017 1 commit
-
-
Luca Boccassi authored
Solution: when a connection breaks and ZMQ_RECONNECT_IVL is set to -1, which means a reconnection will not be attempted, send a message from the I/O thread to the application thread to make the socket call term_endpoint, which is the equivalent of manually calling zmq_disconnect. This way subsequent zmq_connect call to the same endpoint will attempt again to do a connection. Otherwise, for some socket types like SUBs, those new connects will fail as the endpoint is recorded, despite the connection having been permanently closed. Add test cases to exercise this corner case with TCP and IPC.
-
- 18 Sep, 2017 6 commits
-
-
Luca Boccassi authored
Problem: missing tests and inconsistent behaviour for ZAP corner cases
-
sigiesec authored
Solution: added tests
-
sigiesec authored
mechanisms Solution: uniformly require a ZAP domain to be set to activate ZAP handling, clarify comment on Stonehouse pattern
-
sigiesec authored
Solution: added test & some improvements of test utils
-
sigiesec authored
Solution: emit events as expected by tests, and refuse connections when ZAP is required but no handler started Addresses #2711 partially
-
sigiesec authored
Solution: added test case for NULL/PLAIN/CURVE
-
- 17 Sep, 2017 2 commits
-
-
Jim Klimov authored
Problem: CentOS 6 build fails
-
Luca Boccassi authored
Solution: use same autoconf workaround as for Debian 7, and manually create the config directory
-
- 14 Sep, 2017 3 commits
-
-
Luca Boccassi authored
Update AUTHERS File
-
Luca Boccassi authored
RELICENSE: Google, Inc.
-
Reza Ebrahimi authored
-
- 13 Sep, 2017 1 commit
-
-
Thomas Köppe authored
Relevant commits: ddb82a54, 68f5926e Also adds AUTHORS entry that should have been part of the previous commits.
-
- 12 Sep, 2017 2 commits
-
-
Luca Boccassi authored
Problem: duplicated socket_poller::wait() code
-
Marc Sune authored
zmq::socket_poller_t::wait() had an important set of common lines between POLL and SELECT variant. Solution: refactor zmq::socket_poller_t::wait() and add the following methods: zmq::socket_poller_t::zero_trail_events() zmq::socket_poller_t::check_events() zmq::socket_poller_t::adjust_timeout() Signed-off-by: Marc Sune <mardevel@gmail.com>
-
- 07 Sep, 2017 9 commits
-
-
Constantin Rack authored
Revert "Problem: term "identity" is confusing"
-
Doron Somech authored
-
Doron Somech authored
Problem: term "identity" is confusing
-
sigiesec authored
Solution: use "routing_id" instead
-
sigiesec authored
Solution: Replaced by "routing id"
-
sigiesec authored
Solution: change docs to refer to "Routing id"
-
sigiesec authored
Solution: Renamed, but support querying the property by its old name
-
sigiesec authored
Solution: Replaced by "routing_id"
-
sigiesec authored
Solution: renamed routing_id fields in pipe_t, renamed ZMQ_CONNECT_RID to ZMQ_CONNECT_ROUTING_ID
-
- 06 Sep, 2017 6 commits
-
-
sigiesec authored
Solution: replace by "routing id"
-
Doron Somech authored
Problems: typos in proxy_steerable stats
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Solution: fix it
-
Doron Somech authored
Problem: proxy_steerable STATISTICS returns conflated buffers
-
Luca Boccassi authored
Solution: split each stat into its own frame, to make it simpler and easier to use it, especially from high level bindings
-
- 05 Sep, 2017 4 commits
-
-
Constantin Rack authored
Problems: proxy stats test break 32bit build, not declared as draft
-
Luca Boccassi authored
Solution: ifdef it until it's declared stable
-
Luca Boccassi authored
Solution: trucate 64 bit stats in test_proxy, as it's much easier than to try and print 64 unsigned integers in a portable way
-
f18m authored
* Issue #2736: Add STATISTICS command to zmq_proxy_steerable()
-
- 04 Sep, 2017 4 commits
-
-
Luca Boccassi authored
Variable is assigned but is not used until the end of the function
-
Luca Boccassi authored
Excessive check options.mechanism == ZMQ_NULL
-
pavel.pimenov authored
The '||' operator is surrounded by opposite expressions. session_base.cpp 377
-
pavel.pimenov authored
-
- 01 Sep, 2017 2 commits
-
-
Constantin Rack authored
Problems: compiler warnings
-
Luca Boccassi authored
Solution: add /* FALLTHROUGH */ comments so that nagging compilers don't nag
-