- 12 Sep, 2013 7 commits
-
-
Laurent Alebarde authored
-
Martin Hurton authored
Fix preprocessor typoe
-
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 13 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
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Command names changed from null terminated to length-specified * Command frames use the correct flag (bit 2) * test_stream acts as test case for command frames * Some code cleanups
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Fix MSVC 2008 and 2010 project files
-
Ivan Pechorin authored
-
Ivan Pechorin authored
-
- 02 Sep, 2013 5 commits
-
-
Pieter Hintjens authored
Fix cmake file for security tests
-
Richard Newton authored
-
Ian Barber authored
Fixed ZAP authentication
-
Pieter Hintjens authored
- if ZAP server returns anything except 200, connection is closed - all security tests now pass correctly - test_security_curve now does proper client key authentication using test key - test_security_plain now does proper password authentication
-
Ian Barber authored
Fixed regression tests
-