- 22 Jul, 2015 1 commit
-
-
Brian Silverman authored
I traced memory leaks found using AddressSanitizer down to these.
-
- 21 Jul, 2015 1 commit
-
-
Brian Silverman authored
-
- 20 Jul, 2015 1 commit
-
-
Jens Auer authored
Fixed wrong message::init arguments.
-
- 29 Jun, 2015 4 commits
-
-
Dylan Cali authored
-
Dylan Cali authored
-
Dylan Cali authored
-
Dylan Cali authored
-
- 26 Jun, 2015 1 commit
-
-
Jonathan Reams authored
Set the ZMQ_HEARTBEAT_TIMEOUT to default to the value of ZMQ_HEARTBEAT_IVL if it's not explicitly set. Change the units of ZMQ_HEARTBEAT_TTL to milliseconds in the API and round down to the nearest decisecond so that all the options are using the same units. Make the maximum heartbeat TTL match the spec (6553 seconds)
-
- 24 Jun, 2015 2 commits
-
-
Jonathan Reams authored
-
Jonathan Reams authored
This commit adds ZMTP connection heartbeats described in http://rfc.zeromq.org/spec:37/ZMTP.
-
- 23 Jun, 2015 1 commit
-
-
Constantin Rack authored
-
- 10 Jun, 2015 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 08 Jun, 2015 1 commit
-
-
Min RK authored
new allocation caused reference counters to lose track on copy
-
- 07 Jun, 2015 1 commit
-
-
Min RK authored
-
- 05 Jun, 2015 4 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
- 03 Jun, 2015 1 commit
-
-
Kapp Arnaud authored
Problem: zmq_setsockpt() returns success when changing the HWM after a bind or connect() even though the call has no effect. Solution: Introduce a failing test a reminder we need to patch it.
-
- 02 Jun, 2015 2 commits
-
-
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.
-
ALEKSANDR MELNIKOV authored
-
- 31 May, 2015 1 commit
-
-
Jens Auer authored
-
- 07 May, 2015 1 commit
-
-
Dan Riegsecker authored
When targeting a version of Windows less than Windows Vista, the security tests fail to build. Added a check for Windows version and substituted inet_pton for inet_addr. Fixes libzmq issue #1396.
-
- 01 May, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 20 Apr, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: add settle pause after zmq_connect Fixes #1340
-
- 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
-
- 12 Feb, 2015 3 commits
-
-
Doron Somech authored
-
somdoron authored
-
somdoron authored
-
- 09 Feb, 2015 1 commit
-
-
Bryan Zimmerman authored
added version to builds other cleanup
-
- 02 Feb, 2015 3 commits
- 01 Feb, 2015 1 commit
-
-
somdoron authored
-
- 30 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: raise timeouts from 100-150 msec to 250 msec
-
- 26 Jan, 2015 1 commit
-
-
Julien Ruffin authored
ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription list becomes a rejection list. The PUB socket sends messages to all connected (X)SUB sockets that do not have any matching subscription. Whenever the option is used on a PUB/XPUB socket, any connecting SUB sockets must also set it or they will reject everything the publisher sends them. XSUB sockets are unaffected because they do not filter out incoming messages.
-