- 17 Sep, 2013 8 commits
-
-
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 6 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
-
Richard Newton authored
-
- 15 Sep, 2013 10 commits
-
-
Pieter Hintjens authored
simplify test_security_curve.cpp with zmq_z85_encode
-
Laurent Alebarde authored
-
Ian Barber authored
Added z85 codec to ZMQ API
-
Pieter Hintjens authored
* Removed redundant Z85 code and include files from project * Simplified use of headers in test cases (now they all just use testutil.hpp) * Export zmq_z85_encode() and zmq_z85_decode() in API * Added man pages for these two functions
-
Ian Barber authored
Fixed Z85 methods to be static
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Support high water mark on inproc socket connect before bind.
-
-
Richard Newton authored
-
- 14 Sep, 2013 1 commit
-
-
Richard Newton authored
-
- 13 Sep, 2013 2 commits
-
-
Richard Newton authored
Build didn't work if libsodium wasn't installed
-
Pieter Hintjens authored
-
- 12 Sep, 2013 13 commits
-
-
Pieter Hintjens authored
Allow inproc sockets to connect before bind
-
Richard Newton authored
-
-
Richard Newton authored
-
Ian Barber authored
Fixed overwrite in zmq_getsockopt
-
Richard Newton authored
-
Pieter Hintjens authored
add exhaustive comparison in testutil bounce
-
Laurent Alebarde authored
-
Pieter Hintjens authored
On ZMQ_CURVE_xxxKEY fetches, would return 41 bytes into caller's 40-byte buffer. Now these fetches only return 41 bytes if the caller explicitly provides a 41-byte buffer (i.e. the option size is 41).
-
Richard Newton authored
-
Richard Newton authored
-
Martin Hurton authored
Fix preprocessor typoe
-
Pieter Hintjens authored
-