- 24 May, 2018 2 commits
-
-
Luca Boccassi authored
Problem: autotools build broken
-
Simon Giesecke authored
Solution: fix directory reference
-
- 23 May, 2018 22 commits
-
-
Luca Boccassi authored
Support epoll polling under Windows with wepoll
-
Luca Boccassi authored
Problem: test_context_socket is not thread-safe
-
Simon Giesecke authored
Solution: skip tests than can never succeed with MSVC
-
Luca Boccassi authored
Problem: prepared Visual Studio solution files are hard to maintain and redundant with CMake builds
-
Simon Giesecke authored
Solution: use regular zmq_socket instead in thread functions
-
Simon Giesecke authored
Solution: declare them as deprecated
-
Simon Giesecke authored
Solution: increase timeout
-
Simon Giesecke authored
Solution: disable test cases
-
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 3 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
-