- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 23 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: use regular zmq_socket instead in thread functions
-
Simon Giesecke authored
Solution: migrate to unity
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 19 Sep, 2017 1 commit
-
-
sigiesec authored
Solution: use "routing_id" instead
-
- 24 Sep, 2016 1 commit
-
-
Luca Boccassi authored
Problem: zmq_ctx_term asserts with connect-before-bind and sockets with identity over inproc transport Solution: check if the connecting inproc socket has been closed before trying to send the identity. Otherwise the pipe will be in waiting_for_delimiter state causing writes to fail and the connect to assert when the context is being torn down and the pending inproc connects are resolved. Add test case that covers this behaviour.
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 21 Aug, 2015 1 commit
-
-
Richard Newton authored
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 09 Jul, 2014 1 commit
-
-
Richard Newton authored
-
- 16 May, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 09 May, 2014 1 commit
-
-
Joe Eli McIlvain authored
There is a race condition when connect and bind on a new inproc endpoint happen "simultaneously" in threads. Causes the error: Assertion failed: ok (ctx.cpp:474)
-
- 12 Feb, 2014 1 commit
-
-
Richard Newton authored
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 06 Nov, 2013 1 commit
-
-
Pieter Hintjens authored
- used msleep (10) in most places instead of zmq_sleep (1) - may cause failures on slower machines - to change, modify SETTLE_TIME in testutil.h - tested down to 1 msec on fast boxes
-
- 19 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 15 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
* Removed redundant Z85 code and include files from project * Simplified use of headers in test cases (now they all just use testutil.hpp) * Export zmq_z85_encode() and zmq_z85_decode() in API * Added man pages for these two functions
-
- 12 Sep, 2013 3 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-