- 01 Sep, 2017 11 commits
-
-
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
-
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 13 commits
-
-
Doron Somech authored
Problem: insufficient tests for zmq_poller_*
-
sigiesec authored
Problem: replaced by assertions resp. removed
-
sigiesec authored
Solution: added test cases
-
sigiesec authored
Solution: add test case
-
sigiesec authored
Solution: replace ETIMEDOUT within socket_poller_t and all client code by EAGAIN Fixes #2713
-
sigiesec authored
Solution: Return EBADF instead
-
sigiesec authored
Problem: calling zmq_poller_wait* with NULL events causes an assertion, as opposed to other NULL arguments, which return an error Solution: return EFAULT when such an operation is attempted
-
sigiesec authored
Solution: return EFAULT when such an operation is attempted
-
sigiesec authored
Problem: missing test cases for zmq_poller_* functions called with invalid arguments and corner cases for zmq_poller_wait_* Solution: added test cases
-
sigiesec authored
Solution: add checks, added test cases
-
sigiesec authored
Solution: added test cases
-
Luca Boccassi authored
Problem: no tests for socket-related functions passing NULL as socket
-
sigiesec authored
Soluton: added tests
-
- 21 Aug, 2017 3 commits
-
-
Luca Boccassi authored
Problem: code duplication within zmq::select_t::rm_fd
-
sigiesec authored
Solution: extract find_fd_entry_by_handle from rm_fd
-
Jim Klimov authored
Problem: packages builds not mentioned in README.md
-