- 12 Sep, 2013 18 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
-
Richard Newton authored
Minor fixes to project packaging
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Matt Connolly authored
-
- 11 Sep, 2013 2 commits
-
-
Pieter Hintjens authored
Fix Makefile.am for test_ctx_destroy
-
Richard Newton authored
-
- 10 Sep, 2013 3 commits
-
-
Pieter Hintjens authored
Implement non-blocking shutdown command
-
Richard Newton authored
-
Richard Newton authored
-
- 09 Sep, 2013 4 commits
-
-
Martin Hurton authored
Fixed minor error in NULL mechanism (spec was wrong)
-
Pieter Hintjens authored
* This is passed to the ZAP handler in the 'domain' field * If not set, or empty, then NULL security does not call the ZAP handler * This resolves the phantom ZAP request syndrome seen with sockets where security was never intended (e.g. in test cases) * This means if you install a ZAP handler, it will not get any requests for new connections until you take some explicit action, which can be setting a username/password for PLAIN, a key for CURVE, or the domain for NULL.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 06 Sep, 2013 5 commits
-
-
Pieter Hintjens authored
Fix tests on windows
-
Richard Newton authored
-
Richard Newton authored
-
Martin Hurton authored
Updated libzmq to match RFCs
-
Pieter Hintjens authored
- was not looping to read all input from peer - broke on OS/X specifically
-
- 05 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 04 Sep, 2013 7 commits
-
-
Pieter Hintjens authored
Clarified zmq_socket.txt ZMQ_STREAM section, added HTTP server example
-
Sebastien Pierre authored
-
Sebastien Pierre authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- tests that system can provide at least 1,000 sockets - we could expand on this but this covers the main case of OS/X having a too-low default limit of 256 handles per process
-
Pieter Hintjens authored
mark test_linger as expected failure
-
MinRK authored
rather than pretending it passes
-