- 16 May, 2016 2 commits
- 15 May, 2016 9 commits
-
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
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 7 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
-