- 12 Sep, 2017 1 commit
-
-
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>
-
- 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 23 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)
-
sigiesec authored
Solution: extracted test_basic function
-
Jim Klimov authored
Problems: ZMQ_HAVE_O_CLOEXEC not defined by CMake, support for CMake << 3.1 broken
-
Luca Boccassi authored
Solution: remove redundant target_sources directive
-
sigiesec authored
pending termination while processing an error Solution: terminate pipe instead Fixes #2723
-
sigiesec authored
Solution: handle case when get_fd_family fails
-
Luca Boccassi authored
Solution: add it to CMake's platform.hpp.in
-
Luca Boccassi authored
Problem: ZMQ_HAVE_O_CLOEXEC always disabled
-
Robin Stacey authored
Solution: Escape quotes in cmake test.
-
- 28 Aug, 2017 2 commits
-
-
Simon Giesecke authored
Problem: Inconsistent size_t/int usage. size_t and int don't match in 64 bit build and produce warnings. Solution: types corrected.
-
bjovke authored
-
- 25 Aug, 2017 4 commits
-
-
Constantin Rack authored
Problem: cosmetic setThreadName() can be fatal
-
Jim Klimov authored
Solution: do not assert() the values returned; if we failed to set the thread name - we just have harder debugging, not flawed production conditions. Closes github issue #2679 Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
-
Luca Boccassi authored
Problem: bug reports are often missing relevant information
-
sigiesec authored
Solution: provide template for bug reports
-
- 23 Aug, 2017 2 commits
-
-
Constantin Rack authored
Problem: coverage includes tweetnacl, which is not our code
-
sigiesec authored
Solution: exclude tweetnacl from coverage
-