- 06 Nov, 2012 3 commits
-
-
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 4 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
-
Pieter Hintjens authored
-
- 19 Oct, 2012 4 commits
-
-
Ian Barber authored
Fixed build regression #449
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 18 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-