- 14 May, 2016 2 commits
- 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 10 commits
-
-
evoskuil authored
-
Constantin Rack authored
-
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 8 commits
-
-
Luca Boccassi authored
Fix autotools for static MinGW builds
-
David Millard authored
-
Luca Boccassi authored
Problem: sockfd_ parameter throws unused warning
-
hitstergtd authored
Solution: Mark it with LIBZMQ_UNUSED macro as per convention.
-
hitstergtd authored
Solution: Mark it with LIBZMQ_UNUSED as per our convention.
-
Luca Boccassi authored
Revert "problem:Socket try to access closed mutex"
-
Doron Somech authored
-
Constantin Rack authored
-