- 17 Aug, 2015 3 commits
- 16 Aug, 2015 2 commits
- 11 Aug, 2015 5 commits
-
-
Rik van der Heijden authored
-
Rik van der Heijden authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: added to test_stream.cpp
-
- 28 Jul, 2015 4 commits
-
-
Brian Silverman authored
Under linux 3.16.0-4-amd64, I was getting occasional test failures before fixing this.
-
Brian Silverman authored
I'm pretty sure this is an issue with the test being too picky and not a bug, but the behavior in this situation is not well documented.
-
Brian Silverman authored
-
Brian Silverman authored
It's nice to be able to disable libzmq's internal timeout when there's another timeout in the test runner being used which gives nicer error messages.
-
- 23 Jul, 2015 1 commit
-
-
KIU Shueng Chuan authored
-
- 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
-