- 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
-
- 29 Oct, 2012 1 commit
-
-
Hardeep authored
- Created a new option ZMQ_ROUTER_RAW_SOCK - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client - Added test case file tests/test_raw_sock.cpp o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option o ZMQ_MSGMORE flag is ignored for non-id messages o To terminate a remote connection send id message followed by zero length data message
-