- 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 15 commits
-
-
Constantin Rack authored
Problems: compiler warnings
-
Luca Boccassi authored
Solution: add /* FALLTHROUGH */ comments so that nagging compilers don't nag
-
Luca Boccassi authored
Solution: wrap arguments with LIBZMQ_UNUSED
-
Luca Boccassi authored
Solution: don't pass it
-
Luca Boccassi authored
Problem: assertion in src\select.cpp:111 on Windows or hang on zmq_ctx_destroy
-
Luca Boccassi authored
Problem: unable to query state of a router for a particular peer
-
sigiesec authored
Solution: added function to zmq_draft.h
-
sigiesec authored
Solution: added tests
-
sigiesec authored
Solution: use inproc transport instead
-
sigiesec authored
Solution: refactoring
-
sigiesec authored
Solution: modify order of operations, add diagnostic output
-
sigiesec authored
Solution: add initial implementation
-
sigiesec authored
Solution: added call
-
sigiesec authored
Solution: extract as_socket_base_t function
-
sigiesec authored
Solution: added test case (with dummy implementation of zmq_socket_get_peer_state)
-