- 23 May, 2018 14 commits
-
-
Simon Giesecke authored
Solution: use unity mechanism for ignoring with message
-
Simon Giesecke authored
Solution: increase timeout, remove timeout settings for unsupported poll poller
-
Simon Giesecke authored
Solution: add diagnostic output
-
Simon Giesecke authored
Solution: use TEST_ASSERT_FAILURE_ERRNO
-
Simon Giesecke authored
Solution: add epoll build job
-
Simon Giesecke authored
Solution: Use wepoll on Windows
-
Simon Giesecke authored
Solution: import wepoll 1.5.0 source
-
Luca Boccassi authored
Problem: test_inproc_connect not using test framework
-
Luca Boccassi authored
Improve socket inheritance handling
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: create sockets with WSA_FLAG_NO_HANDLE_INHERIT
-
Simon Giesecke authored
Solution: extracted make_socket_noninheritable function
-
Simon Giesecke authored
Solution: make error handling consistent and use retired_fd to remove code duplication
-
Luca Boccassi authored
Allow EBADF on iOS #3046
-
- 22 May, 2018 13 commits
-
-
Luca Boccassi authored
Migrated some more tests to unity and fixed some more code style issues
-
Luca Boccassi authored
Split poller config and disable 'poll' poller on Windows for I/O thread polling
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: removed
-
Simon Giesecke authored
Solution: add alloc_assert
-
Simon Giesecke authored
Solution: use API_POLLER=poll instead of POLLER=poll
-
Simon Giesecke authored
Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows Solution: change platform definitions to separate API poller from I/O thread poller, disallow configuring poll I/O thread poller on Windows
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: insert some sleeps to remedy timing dependencies
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: added test case, reproduces the likely cause for #3107
-
https://gith…Bill Torpey authored
* Update zmq_connect documentation to mention issue of multiple connects to the same endpoint
-
- 18 May, 2018 9 commits
-
-
Luca Boccassi authored
Fix some more code style issues
-
Simon Giesecke authored
Solution: replace by C++-style casts
-
Simon Giesecke authored
Solution: add no-return attributes
-
Simon Giesecke authored
Solution: add alloc_assert calls
-
Simon Giesecke authored
Solution: replace by for loop
-
Simon Giesecke authored
Solution: restructured code, inverted condition
-
Simon Giesecke authored
Solution: properly declared underlying type of enum declaring retired_fd
-
Simon Giesecke authored
Solution: fix #if/#else structure
-
Simon Giesecke authored
Solution: change options_t.type to int8_t
-
- 17 May, 2018 4 commits
-
-
Luca Boccassi authored
Fix some code style issues
-
Simon Giesecke authored
Solution: remove redundant else
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: reduce to newly extracted function clear, which does not use the freed pointer
-