- 04 Sep, 2017 1 commit
-
-
pavel.pimenov authored
The '||' operator is surrounded by opposite expressions. session_base.cpp 377
-
- 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 7 commits
-
-
Constantin Rack authored
Problem: coverage includes tweetnacl, which is not our code
-
sigiesec authored
Solution: exclude tweetnacl from coverage
-
Luca Boccassi authored
Problem: insufficient tests for zmq_timers_* and inadequate behaviour in corner cases
-
sigiesec authored
Solution: add test
-
sigiesec authored
Problem: missing tests for zmq_timers_* corner cases, missing handling of such corner cases, code duplication, missing assertions in test code Solution: add tests, add checks to timers_t, add match_by_id functor, add assertions
-
sigiesec authored
Solution: added tests
-
sigiesec authored
Solution: replace sleep_ my msleep
-
- 22 Aug, 2017 3 commits
-
-
Doron Somech authored
Problem: insufficient tests for zmq_poller_*
-
sigiesec authored
Problem: replaced by assertions resp. removed
-
sigiesec authored
Solution: added test cases
-