- 06 Dec, 2013 1 commit
-
-
Brandon Carpenter authored
Another take on LIBZMQ-568 to allow filtering IPC connections, this time using ZAP. This change is backward compatible. If the ZMQ_ZAP_IPC_CREDS option is set, the user, group, and process IDs of the peer process are appended to the address (separated by colons) of a ZAP request; otherwise, nothing changes. See LIBZMQ-568 and zmq_setsockopt documentation for more information.
-
- 03 Dec, 2013 1 commit
-
-
Martin Hurton authored
-
- 30 Nov, 2013 1 commit
-
-
Martin Hurton authored
-
- 07 Nov, 2013 1 commit
-
-
Martin Hurton authored
-
- 11 Oct, 2013 1 commit
-
-
Martin Hurton authored
-
- 09 Oct, 2013 1 commit
-
-
Martin Hurton authored
-
- 04 Oct, 2013 1 commit
-
-
Volodymyr Korniichuk authored
-
- 26 Sep, 2013 2 commits
-
-
Pieter Hintjens authored
* Tests dealer-to-router connection 100 times * This was failing in ZMQ v4.0.0 RC1
-
Martin Hurton authored
-
- 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
-