- 23 Oct, 2013 2 commits
-
-
Richard Newton authored
Fixed man page for CURVE key options
-
Pieter Hintjens authored
-
- 21 Oct, 2013 5 commits
-
-
Pieter Hintjens authored
Add new tests to CMakeLists.txt
-
Richard Newton authored
-
Richard Newton authored
Cleaned up the code
-
Pieter Hintjens authored
- removed unnecessary malloc - spaces, not tabs to indent - renamed control states to be more logical - renamed SUSPEND to PAUSE, feels more accurate - fixed indentation, which was off in places
-
Pieter Hintjens authored
add proxy control flow and test
-
- 18 Oct, 2013 8 commits
-
-
Laurent Alebarde authored
-
Laurent Alebarde authored
-
Pieter Hintjens authored
Use consistant integer type in raw_decoder
-
Laurent Alebarde authored
-
Richard Newton authored
-
-
Laurent Alebarde authored
-
Laurent Alebarde authored
-
- 14 Oct, 2013 2 commits
-
-
Pieter Hintjens authored
Update zmq_msg_init_data.txt
-
Jens Henrik Hertz authored
-
- 13 Oct, 2013 2 commits
-
-
Pieter Hintjens authored
Temporary workaround for broken libsodium install
-
Pieter Hintjens authored
-
- 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
-