- 15 May, 2016 1 commit
-
-
Bitiquinho authored
-
- 14 May, 2016 5 commits
-
-
Luca Boccassi authored
Problem: name confl from windows.h, draft API decl in pch.
-
evoskuil authored
-
Constantin Rack authored
Problem: zmq_poller_destroy can segfault
-
evoskuil authored
-
evoskuil authored
-
- 13 May, 2016 17 commits
-
-
evoskuil authored
-
evoskuil authored
-
Luca Boccassi authored
Problem: msvc builds are misconfigured.
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
Joe Eli McIlvain authored
Problem: test send count too high for AppVeyor CI environment
-
hitstergtd authored
Solution: Reduce send count so that the test does not timeout on AppVeyor CI environment and older Windows boxes.
-
- 12 May, 2016 11 commits
-
-
evoskuil authored
-
Constantin Rack authored
-
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
-
hitstergtd authored
Solution: - Add error state coverage for zmq_ctx_term(), zmq_term() and zmq_ctx_shutdown(); zmq_ctx_destroy() is already covered since it only calls zmq_ctx_term() - Add coverage for zmq_term()
-
Luca Boccassi authored
Problem: scheduling parameters unused on OSX
-
hitstergtd authored
Solution: Mark them with LIBZMQ_UNUSED macro as per convention; although in future the appropriate pthread code should be updated to support thread scheduling priorities (for Mac OS X, et. al.)
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 11 May, 2016 3 commits
-
-
Hitster GTD authored
tipc: add support for address domain suffix
-
Erik Hugne authored
The TIPC protocol bindings in ZeroMQ defaults to a lookup domain of 1.0.0 to prevent 'closest first' search, and instead always do round robin if several sockets in the network or node have the same name published. In retrospect, this might have been a bad idea because it won't work on standalone configurations. We solve this by allowing an optional domain suffix to be provided in the address, and 0.0.0 should be used in that case, or if the TIPC address range in the cluster configuration is defined to some other value. Domain suffixes are only relevant for connecting addresses. Signed-off-by: Erik Hugne <erik.hugne@gmail.com>
-
Luca Boccassi authored
Problem: hint parameter throws unused warning
-
- 10 May, 2016 3 commits
-
-
Luca Boccassi authored
Fix autotools for static MinGW builds
-
David Millard authored
-
Luca Boccassi authored
Problem: sockfd_ parameter throws unused warning
-