- 05 Oct, 2013 1 commit
-
-
Pieter Hintjens authored
Add abstract namespace support for IPC sockets on Linux.
-
- 04 Oct, 2013 10 commits
-
-
Brandon Carpenter authored
See issue 567.
-
Brandon Carpenter authored
Converts an initial strudel or "at sign" (@) in the Unix socket path to a NULL character ('\0') indicating that the socket uses the abstract namespace instead of the filesystem namespace. For instance, binding a socket to 'ipc://@/tmp/tester' will not create a file associated with the socket whereas binding to 'ipc:///tmp/tester' will create the file /tmp/tester. See issue 567 for more information.
-
Ian Barber authored
bugfixes for mingw compilation
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
Pieter Hintjens authored
replace macro constants with enum types for user facing constants
-
Dylan Cali authored
-
Pieter Hintjens authored
Stop curve handshake when cookie box verification fails
-
Dylan Cali authored
-
Martin Hurton authored
-
- 02 Oct, 2013 5 commits
-
-
Richard Newton authored
Clarified that zmq.h constants are part of the public contract
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
fix minor typo in zmq_ctx_get doc example
-
Dylan Cali authored
-
- 30 Sep, 2013 2 commits
-
-
Richard Newton authored
Packaging for zmq_curve_keypair function
-
Pieter Hintjens authored
* Added new man page for this * Added test case, in tests/test_security_curve.cpp * Noted in zmq_utils.h that these methods are documented
-
- 29 Sep, 2013 7 commits
-
-
Pieter Hintjens authored
Expose zmq_curve_keypair via zmq_utils
-
MinRK authored
asserts aren't appropriate for checking user input.
-
MinRK authored
-
MinRK authored
-
Pieter Hintjens authored
config for libsodium in alternate path, using CPP flags for both C and C...
-
Matt Connolly authored
-
Pieter Hintjens authored
include missing platform.hpp in curve_keygen
-
- 28 Sep, 2013 2 commits
- 27 Sep, 2013 3 commits
-
-
Pieter Hintjens authored
This pull requests fixes building on SmartOS and possibly other Solaris-like systems
-
Matt Connolly authored
-
Matt Connolly authored
-
- 26 Sep, 2013 9 commits
-
-
Richard Newton authored
Updated CMake project for test_issue_566
-
Pieter Hintjens authored
-
Martin Hurton authored
Added test case for issue 566
-
Pieter Hintjens authored
* Tests dealer-to-router connection 100 times * This was failing in ZMQ v4.0.0 RC1
-
Richard Newton authored
Build/test errors on OS/X with clang++
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Call flush after writing the identity message
-
Martin Hurton authored
-
- 24 Sep, 2013 1 commit
-
-
Richard Newton authored
Updated libzmq CURVE to track RFC 27
-