- 01 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: guard CMake statement properly
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 25 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: added tests
-
- 24 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: specify not to use stdint.h for VS<=2008, fixes #3025
-
Simon Giesecke authored
Solution: fix indentation
-
- 23 May, 2018 8 commits
-
-
Simon Giesecke authored
Solution: use regular zmq_socket instead in thread functions
-
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: migrate to unity
-
- 22 May, 2018 4 commits
-
-
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
-
- 15 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: fix types
-
Simon Giesecke authored
Solution: migrate to Unity
-
- 14 May, 2018 14 commits
-
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: Use size_t instead of int
-
Simon Giesecke authored
Solution: Use unsigned char instead of size_t
-
Simon Giesecke authored
Solution: Use unsigned char instead of size_t
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: explicitly compare function pointer against NULL
-
Simon Giesecke authored
Solution: check and return an error on invalid arguments. Fixes #3088
-
Luca Boccassi authored
Solution: re-enable them
-
Simon Giesecke authored
Solution: change comment, and add test case for zmq_poller_modify with events == 0
-
Simon Giesecke authored
Solution: migrate to unity assertions
-
Luca Boccassi authored
Solution: if a PING message contains a context, echo it back in the PONG message. In order to do so, create the PONG message when PING is received and store it in the engine. After the PING the engine goes straight to encoding and sending, so there can always be at most one pending PING. Add tests for various contexts.
-
Luca Boccassi authored
Solution: remove it, it doesn't add much value anyway
-
Simon Giesecke authored
Solution: migrate to unity
-
- 13 May, 2018 3 commits
-
-
Lionel Flandrin authored
Solution: refactor the test code to work around aliasing issues
-
Luca Boccassi authored
Solution: change the ifdef to always print on any Unix, as they all have ulimit
-
Luca Boccassi authored
Solution: use a different max socket value on Solaris, where the default limit is 256 instead of 1024
-
- 10 May, 2018 2 commits
-
-
Lionel Flandrin authored
Solution: add a new ZMQ_MULTICAST_LOOP option for UDP sockets.
-
Lionel Flandrin authored
Solution: pass the flags to zmq_recv
-
- 09 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Add IPv6 support
-
- 02 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Factor the code into a different file with a well defined API and add unit tests.
-