- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 11 Aug, 2015 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: added to test_stream.cpp
-
- 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.
-
- 20 Feb, 2015 1 commit
-
-
Thomas Rodgers authored
-
- 19 Feb, 2015 1 commit
-
-
Thomas Rodgers authored
-
- 18 Feb, 2015 2 commits
-
-
Thomas Rodgers authored
-
Thomas Rodgers authored
-
- 23 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Symptom is that ZMQ_STREAM sockets in 4.1.0 and 4.1.1 generate zero sized messages on each new connection, unlike 4.0.x which did not do this. Person who made this commit also changed test cases so that contract breakage did not show. Same person was later banned for persistently poor form in CZMQ contributions. Solution: enable connect notifications on ZMQ_STREAM sockets using a new ZMQ_STREAM_NOTIFY setting. By default, socket does not deliver notifications, and behaves as in 4.0.x. Fixes #1316
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 18 Jan, 2014 1 commit
-
-
Matt Arsenault authored
-
- 17 Jan, 2014 1 commit
-
-
Goswin von Brederlow authored
Adjust test cases to connection notification. Increase error checking in test cases.
-
- 10 Jan, 2014 1 commit
-
-
Sergei Nikulov authored
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 23 Oct, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 26 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 20 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 18 Sep, 2013 1 commit
-
-
Markus Rothe 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
-
- 06 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
- was not looping to read all input from peer - broke on OS/X specifically
-
- 04 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
* Command names changed from null terminated to length-specified * Command frames use the correct flag (bit 2) * test_stream acts as test case for command frames * Some code cleanups
-
- 17 Aug, 2013 1 commit
-
-
Richard Newton authored
-
- 01 Jul, 2013 1 commit
-
-
Martin Hurton authored
-
- 28 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
RFC23, RFC24, RFC26 now use variable-length command names that end in null octet (valid C strings) instead of fixed-length space padded strings.
-
- 27 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
- designed for TCP clients and servers - added HTTP client / server example in tests/test_stream.cpp - same as ZMQ_ROUTER + ZMQ_ROUTER_RAW + ZMQ_ROUTER_MANDATORY - includes b893ce set ZMQ_IDENTITY on outgoing connect - deprecates ZMQ_ROUTER_RAW
-
- 28 Apr, 2013 1 commit
-
-
Martin Hurton authored
-
- 12 Mar, 2013 3 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Starting draft ZMTP/2.1 protocol (revision 2) * Basis for adding security to the wire protocol * Maintains backward compatibility
-
Pieter Hintjens authored
-
- 31 Jan, 2013 3 commits
-
-
Pieter Hintjens authored
* Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 30 Jan, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 08 Jan, 2013 2 commits
-
-
Pieter Hintjens authored
This reverts commit 8ba097f3.
-
Pieter Hintjens authored
-
- 07 Dec, 2012 1 commit
-
-
KIU Shueng Chuan authored
-
- 13 Nov, 2012 1 commit
-
-
Christopher Dolan authored
-
- 08 Nov, 2012 1 commit
-
-
Martin Hurton authored
Add test when the zeromq socket connects to a TCP socket. The test now fails due to bug in the zeromq library.
-
- 06 Nov, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 30 Oct, 2012 1 commit
-
-
Martin Hurton authored
-