- 15 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 13 Oct, 2012 12 commits
-
-
Pieter Hintjens authored
Duplicate CMake patch set from zeromq3-x
-
Steven McCoy authored
-
Steve-o authored
-
Steve-o authored
-
Steve-o authored
-
Steve-o authored
-
Steve-o authored
Add metadata to CMake options; mark executables advanced to hide from default view; fix WoW64 redirections.
-
Steve-o authored
-
Steve-o authored
-
Steve-o authored
-
John Murphy authored
Removed check for COPYING.txt
-
John Murphy authored
-
- 11 Oct, 2012 2 commits
-
-
Ian Barber authored
Explicit comments
-
Rohan authored
-
- 10 Oct, 2012 2 commits
-
-
Rohan authored
-
rohanbedarkar authored
-
- 09 Oct, 2012 1 commit
-
-
Ian Barber authored
Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY
-
- 08 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 07 Oct, 2012 2 commits
-
-
Ian Barber authored
Added ZMQ_XPUB_VERBOSE option
-
Pieter Hintjens authored
-
- 06 Oct, 2012 2 commits
-
-
Pieter Hintjens authored
Small documentation error I noticed
-
Vaughan Newton authored
-
- 01 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 30 Sep, 2012 2 commits
-
-
Pieter Hintjens authored
Ported from libxs revision 123c0f5387ecef287dd11f4dc790fb76ee1c0f67
-
Michel Pelletier authored
Handle insufficient resources on accept() decently If accept() call fails due to insuffient OS resources the new connection is rejected.
-
- 29 Sep, 2012 2 commits
-
-
Pieter Hintjens authored
Make socket IO more robust
-
Martin Hurton authored
See also https://zeromq.jira.com/browse/LIBZMQ-433
-
- 27 Sep, 2012 1 commit
-
-
Ian Barber authored
Forward-port fix for LIBZMQ-211
-
- 26 Sep, 2012 10 commits
-
-
Ian Barber authored
Update MSVC2008 project after recent changes; fix compilation errors
-
Ivan Pechorin authored
REP socket demands at least an empty address stack. The server asserted on (msg_->flags () & msg_t::more) in rep.cpp:75 when receiving a malformed request without empty part. This patch makes a REP socket to discard and silently ignore such malformed requests.
-
Pieter Hintjens authored
Update MSVC2010 project after recent renames and additions
-
Ivan Pechorin authored
Visual Studio 2008 compiler defines min/max as macros in its <algorithm> even if <windows.h> is not included at all. This patch defines NOMINMAX to remove these macros and fix compilation on Visual Studio 2008.
-
Ivan Pechorin authored
This patch fixes the two headers added recently to include our own "stdint.hpp" instead of system <stdint.h> because the latter is not available in Visual Studio versions prior to 2010.
-
Ivan Pechorin authored
This patch updates MSVC2008 project after device was renamed to proxy and new files were added (tcp.cpp, v1_encoder.cpp and v1_decoder.cpp).
-
Pieter Hintjens authored
Use <stdint.h> shipped with Visual Studio 2010 and later
-
Ivan Pechorin authored
This patch updates MSVC2010 project after device was renamed to proxy and new files were added (v1_encoder.cpp and v1_decoder.cpp).
-
Ivan Pechorin authored
Visual Studio didn’t have <stdint.h> until 2010, therefore we had a bunch of typedefs for int8_t, int16_t and the likes in "stdint.hpp". This patch limits these typedefs to Visual Studio versions older than 2010 and uses compiler-shipped <stdint.h> on 2010 and newer.
-
Pieter Hintjens authored
Init msg in pgm_receiver drop subs
-
- 25 Sep, 2012 1 commit
-
-
Ian Barber authored
Fixes reported issue with PGM receiver on 32bit Suse where asserts were hit due to the msg flags not being zeroed.
-