- 09 Nov, 2012 1 commit
-
-
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 2 commits
-
-
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
-
- 30 Oct, 2012 5 commits
-
-
Pieter Hintjens authored
Style fixes
-
Martin Hurton authored
-
Pieter Hintjens authored
Resolve LIBZMQ-458
-
Martin Hurton authored
Ref: https://zeromq.jira.com/browse/LIBZMQ-458
-
Pieter Hintjens authored
New socket option (ZMQ_ROUTER_RAW_SOCK) for ZMQ_ROUTER sockets
-
- 29 Oct, 2012 5 commits
-
-
Pieter Hintjens authored
Use correct types when returning value in read/write methods
-
Pieter Hintjens authored
Resolve LIBZMQ-447
-
Martin Hurton authored
-
Martin Hurton authored
-
Hardeep authored
- Created a new option ZMQ_ROUTER_RAW_SOCK - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client - Added test case file tests/test_raw_sock.cpp o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option o ZMQ_MSGMORE flag is ignored for non-id messages o To terminate a remote connection send id message followed by zero length data message
-
- 28 Oct, 2012 1 commit
-
-
Ian Barber authored
Fixed code formatting
-
- 27 Oct, 2012 5 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
resolve issue 456
-
John Muehlhausen authored
Do not filter out duplicate subscriptions on the XSUB side of XSUB/XPUB, so that ZMQ_XPUB_VERBOSE doesn't get blocked by forwarding devices (as long as the devices all use ZMQ_XPUB_VERBOSE)
-
Ian Barber authored
Cleanups to man pages
-
Pieter Hintjens authored
-
- 25 Oct, 2012 4 commits
-
-
Pieter Hintjens authored
Resolve LIBZMQ-452
-
Pieter Hintjens authored
Resolve LIBZMQ-417
-
Martin Hurton authored
Ref: https://zeromq.jira.com/browse/LIBZMQ-452
-
Martin Hurton authored
Ref: https://zeromq.jira.com/browse/LIBZMQ-417
-
- 24 Oct, 2012 3 commits
-
-
Pieter Hintjens authored
Fix Build Regression #449: Move socket_base.hpp and err.hpp after poll.h include
-
AJ Lewis authored
These two headers also include zmq.h somewhere in their dependency chain, so must be included after poll.h is included for builds to work on AIX.
-
Ian Barber authored
Fixed whitespace and style
-