- 24 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 20 Sep, 2013 12 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
Renamed new socket options to be clearer
-
Pieter Hintjens authored
* ZMQ_REQ_STRICT was negative option (default 1) which goes against the standard, where defaults are zero. I renamed this to ZMQ_REQ_RELAXED. * ZMQ_REQ_REQUEST_IDS felt clumsy and describes the technical solution rather than the problem/requirement. I changed to ZMQ_REQ_CORRELATE which seems more explicit.
-
Richard Newton authored
Renamed test_connect_delay to test_immediate to match name of option
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* The ZMQ_CONNECT_DELAY option was renamed to ZMQ_IMMEDIATE
-
Pieter Hintjens authored
-
- 19 Sep, 2013 10 commits
-
-
Pieter Hintjens authored
Testing github jenkins integration
-
Richard Newton authored
-
-
Richard Newton authored
This reverts commit 0640d6d2.
-
Richard Newton authored
-
Richard Newton authored
-
Pieter Hintjens authored
Fix cmake build
-
Richard Newton authored
-
Richard Newton authored
Renamed inproc connect test (name was too long)
-
Pieter Hintjens authored
-
- 18 Sep, 2013 3 commits
-
-
Richard Newton authored
tests: don't listen on public ports
-
Richard Newton authored
Reverted pull request 666
-
Markus Rothe authored
-
- 17 Sep, 2013 9 commits
-
-
Pieter Hintjens authored
This reverts commit bfd472f9.
-
Pieter Hintjens authored
This reverts commit 1206f457.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
curve key names as in libcurve, symetry design, a few logic improvements
-
Laurent Alebarde authored
-
Laurent Alebarde authored
-
Martin Hurton authored
Added test case for NULL domains
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 16 Sep, 2013 5 commits
-
-
Ian Barber authored
NULL mechanism was not dealing with ZAP denials properly
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed random failures in test_security_plain and _curve
-
Pieter Hintjens authored
* ZAP handler thread was not getting time to start up * Code now creates and binds handler socket in parent thread and passes the socket to the zap_handler, so this always gets the authentication requests.
-
Pieter Hintjens authored
Fix windows build
-