- 11 Oct, 2013 3 commits
-
-
Ian Barber authored
Load identity message to decoder at start
-
Martin Hurton authored
-
Pieter Hintjens authored
Fixed out-of-source build
-
- 10 Oct, 2013 1 commit
-
-
xantares authored
-
- 09 Oct, 2013 4 commits
-
-
Pieter Hintjens authored
Rename engine's methods to improve code readability
-
Martin Hurton authored
-
Ian Barber authored
Fixed doc for IDENTITY socket option
-
Pieter Hintjens authored
-
- 08 Oct, 2013 8 commits
-
-
Pieter Hintjens authored
-
Richard Newton authored
Reverted use of enums for zmq.h constants (too painful for binding authors)
-
Pieter Hintjens authored
This reverts commit d4bb6d69.
-
Pieter Hintjens authored
This reverts commit e7804c50.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Updated NEWS for 4.0.1 release
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Typo in type name "emTPy_slots_t"
-
- 07 Oct, 2013 5 commits
-
-
-
Pieter Hintjens authored
Add documentation on Linux ipc abstract namespace support and a bug fix.
-
Brandon Carpenter authored
-
Brandon Carpenter authored
Abstract socket pathnames must have a NULL character in the first position, but the second character must also be checked to differentiate an abstract name from the empty string. The address length must also indicate the length of the pathname because the kernel uses the entire address as the name, including NULL characters. ZMQ uses NULL-terminated strings for the address, so the abstract address length is the length of the string following the initial NULL byte plus 3; two bytes for the address family and one for the initial NULL character.
-
Brandon Carpenter authored
-
- 05 Oct, 2013 2 commits
-
-
Pieter Hintjens authored
It is safe to "free(NULL)" and "delete NULL"
-
Pieter Hintjens authored
Add abstract namespace support for IPC sockets on Linux.
-
- 04 Oct, 2013 11 commits
-
-
Volodymyr Korniichuk authored
-
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 1 commit
-
-
Richard Newton authored
Packaging for zmq_curve_keypair function
-