- 14 Nov, 2012 2 commits
-
-
Pieter Hintjens authored
Fix addresses on triggered events
-
Lourens Naudé authored
-
- 13 Nov, 2012 6 commits
-
-
Martin Hurton authored
Fixed test compilation issue by using memset/memmove rather than bzero/bcopy
-
Christopher Dolan authored
-
Ian Barber authored
Minor code cleanup
-
Martin Hurton authored
-
Pieter Hintjens authored
Resolve LIBZMQ-465
-
Martin Hurton authored
-
- 09 Nov, 2012 15 commits
-
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
-
Pieter Hintjens authored
Simplify implementation of DEALER socket
-
Martin Hurton authored
-
Martin Hurton authored
Addded ROUTER-ROUTER (back) as valid combination
-
Pieter Hintjens authored
Cmake minor version labeling and sync with 3.x
-
Steven McCoy authored
-
Steven McCoy authored
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Fix raw mode on reconnect
-
- 08 Nov, 2012 2 commits
-
-
Martin Hurton authored
Zeromq shall never send/receive socket identifiers for sockets in raw mode. The existing implementation breaks this requirement after reconnection.
-
Martin Hurton authored
Add test when the zeromq socket connects to a TCP socket. The test now fails due to bug in the zeromq library.
-
- 07 Nov, 2012 3 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
session_base: code cleanup
-
Martin Hurton authored
- add unlikely hints - drop unnecessary assertion - style fixes There is no need to require the 'more' flag in the provided message structure be 0 when pulling message from the session.
-
- 06 Nov, 2012 4 commits
-
-
Ian Barber authored
Renamed ZMQ_ROUTER_RAW_SOCK to ZMQ_ROUTER_RAW
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Resolve LIBZMQ-459
-
Martin Hurton authored
Ref: https://zeromq.jira.com/browse/LIBZMQ-459
-
- 05 Nov, 2012 2 commits
-
-
Martin Hurton authored
Older versions of C compilers don't like C++ comments
-
AJ Lewis authored
There's no need to exclude older compilers by putting C++ style comments in the C API header.
-
- 02 Nov, 2012 2 commits
-
-
Pieter Hintjens authored
Update builds/msvc/libzmq/libzmq.vcproj
-
mjasperse authored
Without the LinkDLL statement, command-line compile using vcbuild attempts to compile EXE and complains about entrypoint The LinkDLL statement forces the linker to produce desired output
-
- 01 Nov, 2012 2 commits
-
-
Ian Barber authored
Resolve LIBZMQ-464
-
Martin Hurton authored
-
- 31 Oct, 2012 2 commits
-
-
Ian Barber authored
zmq_getsockopt man page was malformatted
-
Pieter Hintjens authored
-