- 09 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: change return type to int (again) and return fd via an output parameter
-
- 02 May, 2019 2 commits
-
-
jean-airoldie authored
Solution: Add some and document it.
-
jean-airoldie authored
Solution: Add doc & unit tests
-
- 24 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: define setUp/tearDown functions via SETUP_TEARDOWN_TESTCONTEXT macro where possible
-
- 23 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: remove and add where needed
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 14 May, 2018 3 commits
-
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: check and return an error on invalid arguments. Fixes #3088
-
Simon Giesecke authored
Solution: change comment, and add test case for zmq_poller_modify with events == 0
-
- 16 Mar, 2018 1 commit
-
-
Simon Giesecke authored
Solution: Moved bind_loopback_ipv4 to testutil_unity to allow for reuse
-
- 15 Mar, 2018 4 commits
-
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 01 Sep, 2017 1 commit
-
-
Luca Boccassi authored
Solution: don't pass it
-
- 22 Aug, 2017 9 commits
-
-
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
-
- 18 May, 2017 1 commit
-
-
Luca Boccassi authored
Solution: remove server socket from poller before closing it Fixes #2581
-
- 01 May, 2017 1 commit
-
-
Luca Boccassi authored
Solution: use ZMQ_LAST_ENDPOINT in most places. This alllows running tests in paralle, and on over-booked shared machines where many of the ports would be already in use. Keep 3 tests with an hardcoded port, as there are some code paths that require it (eg: connect before bind), but list those ports in tests/testutil.hpp as macros so that they do not overlap and still allow parallel runs. These changes were inspired by a patch uploaded to Ubuntu by the package maintainer, Steve Langasek <steve.langasek@ubuntu.com>. Thank you Steve!
-
- 12 May, 2016 1 commit
-
-
hitstergtd authored
Solution: - Add checks for **poller_p_ to ensure that we do not segfault when either it or the value within it are NULL - Add tests for the above and increase error state coverage
-
- 05 May, 2016 1 commit
-
-
Doron Somech authored
-
- 02 May, 2016 1 commit
-
-
Luca Boccassi authored
Solution: only use ZMQ_SERVER/CLIENT if the defines are available.
-
- 12 Apr, 2016 1 commit
-
-
Patrik Wenger authored
Solution: return -1 (no event) instead of 0 (event) For some reason, this just returns 0 if there are no sockets registered on the poller. Usually this would mean there has been an event. So the caller would have to check the return value AND the event, or write code that takes the number of registered sockets into consideration. By returning -1 and setting errno = ETIMEDOUT like in the usual timeout cases, it's more consistent and convenient. Test case included.
-
- 01 Feb, 2016 1 commit
-
-
Constantin Rack authored
Solution: remove all remaining references to `zmq_utils.h`
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 21 Dec, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: change zmq_poller_close(p) to zmq_poller_destroy(&p)
-
- 22 Oct, 2015 1 commit
-
-
somdoron authored
-
- 21 Oct, 2015 2 commits
- 18 Oct, 2015 1 commit
-
-
somdoron authored
-
- 17 Aug, 2015 2 commits