- 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
-
- 18 Jul, 2013 3 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 30 Jun, 2013 1 commit
-
-
Martin Hurton authored
The window scale option carried in SYN segment is computed from socket's receive buffer size. So we need to set this buffer size before calling connect or bind.
-
- 22 Jun, 2013 3 commits
-
-
Ian Barber authored
Also tidy up monitor test a little.
-
Martin Hurton authored
-
Martin Hurton authored
-
- 06 Jun, 2013 1 commit
-
-
Martin Hurton authored
-
- 29 May, 2013 1 commit
-
-
Ian Barber authored
-
- 17 May, 2013 2 commits
-
-
Pieter Hintjens authored
- we need to switch to PLAIN according to options.mechanism - we need to catch case when both peers are as-server (or neither is) - and to use username/password from options, for client
-
Martin Hurton authored
-
- 14 May, 2013 2 commits
-
-
Martin Hurton authored
This implements protocol handshake. We still need to design and implement 1) API changes so a user can set username and password, and 2) a mechanism for engine to authenticate users.
-
Martin Hurton authored
-
- 28 Apr, 2013 1 commit
-
-
Martin Hurton authored
-
- 23 Apr, 2013 1 commit
-
-
Lourens Naudé authored
-
- 14 Apr, 2013 1 commit
-
-
Martin Hurton authored
-
- 12 Apr, 2013 1 commit
-
-
Martin Hurton authored
The patch makes the code somewhat simpler and prepares it for more complex initialization handshakes.
-
- 11 Apr, 2013 1 commit
-
-
Martin Hurton authored
-
- 12 Mar, 2013 4 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
-
Pieter Hintjens authored
Copyrights had become ads for Sustrik's corporate sponsors, going against the original agreement to share copyrights with the community (that agreement was: one line stating iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads is also unfair to the many individual authors. I've removed ALL corporate title from the source files so the copyright statements can now be centralized in AUTHORS and source files can be properly updated on an annual basis.
-
- 01 Feb, 2013 1 commit
-
-
Min(Dongmin Yu) authored
When we send a large message, the message can be splitted into two chunks. One is in the encoder buffer and the other is the zero-copy pointer. The session could get the term before the last chunk is sent.
-
- 08 Jan, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 17 Nov, 2012 2 commits
-
-
Lourens Naudé authored
Copy monitor specific event endpoints to event messages as the engine etc. can be released at anytime
-
Lourens Naudé authored
This reverts commit 1a18c7b0, reversing changes made to bef9a41b.
-
- 16 Nov, 2012 1 commit
-
-
Lourens Naudé authored
-
- 13 Nov, 2012 1 commit
-
-
Martin Hurton authored
-
- 06 Nov, 2012 1 commit
-
-
Martin Hurton authored
Ref: https://zeromq.jira.com/browse/LIBZMQ-459
-
- 30 Oct, 2012 1 commit
-
-
Martin Hurton authored
-
- 29 Oct, 2012 2 commits
-
-
Martin Hurton authored
-
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
-
- 29 Sep, 2012 1 commit
-
-
Martin Hurton authored
See also https://zeromq.jira.com/browse/LIBZMQ-433
-
- 21 Sep, 2012 1 commit
-
-
Lourens Naudé authored
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
-
- 05 Sep, 2012 3 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
This is supposed to become part of the ZMTP/1.1. The main differences from the ZMTP/1.0 framing protocol are: - flags field comes first, followed by the length field - long messages are signaled using a flag rather then 0xff escape - length field does not include the flags field, 0 is a valid value
-
Martin Hurton authored
-
- 02 Sep, 2012 2 commits
-
-
Martin Hurton authored
Since ZMQ 2.x does not support subscription forwarding, it's not possible to use ZMQ 2.x SUB socket to receive messages from a PUB socket. This patch adds some compatibility layer so that ZMQ 2.x SUB socket receives messages from PUB socket.
-
Martin Hurton authored
This patch introduces i_msg_sink and i_msg_source interfaces. This allows us to make message encoder and decoder more general.
-