- 18 Feb, 2014 1 commit
-
-
KIU Shueng Chuan authored
-
- 17 Feb, 2014 3 commits
-
-
Pieter Hintjens authored
Remove duplicate poller decision making
-
Olaf Mandel authored
The decision about the poller mechanism to use (select, poll, ...) was done twice: once by the build system and once by the code in poller.hpp. As the build-system can actually detect the mechanisms available, prefer that result to the hard coded defaults in poller.hpp. At the same time, remove the duplicate detection of select() vs. poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp. This patch has not been tested on many build platforms: especially the cmake build needs testing / patching. For the other builds, hard code the result as these these are all Windows platforms.
-
Ian Barber authored
Added temporary CURVE debugging support
-
- 16 Feb, 2014 1 commit
-
-
Pieter Hintjens authored
- just prints server-side failures to console - can be improved over time, e.g. enabled at build time or sent to inproc debug channel
-
- 14 Feb, 2014 6 commits
-
-
Pieter Hintjens authored
Clarify configure messages for --with-poller=...
-
Pieter Hintjens authored
Update .gitignore to exclude *.exe under Cygwin
-
Olaf Mandel authored
-
Olaf Mandel authored
-
Pieter Hintjens authored
Rename ZMQ_MAX_SOCKETS_MAX to ZMQ_SOCKET_LIMIT
-
Olaf Mandel authored
As per suggestion by Pieter Hintjens. Also update wording in zmq_ctx_set manual a bit.
-
- 13 Feb, 2014 11 commits
-
-
Pieter Hintjens authored
Add ZMQ_MAX_SOCKETS_MAX to zmq_ctx_get()
-
Pieter Hintjens authored
Fix a strict-aliasing with type-punning
-
Pieter Hintjens authored
Reverse zmq_proxy_chain and zmq_proxy_hook
-
Laurent Alebarde authored
-
Laurent Alebarde authored
This reverts commit 9ae6a91f.
-
Laurent Alebarde authored
This reverts commit bc7441f5.
-
Bruno Bigras authored
Fixes #880
-
Olaf Mandel authored
The new options allows querying the maximum allowed number of sockets. This is system dependent and cannot be encoded in the include file as a preprocessor macro: for ZMQ_USE_SELECT, this depends on the FD_SETSIZE macro at time of library compilation, not at time of include file use.
-
Pieter Hintjens authored
fix libzmq.pc generation under cmake
-
Pieter Hintjens authored
fix autotools out of tree build link issue on linux
-
Pieter Hintjens authored
Fix hang on terminate when inproc is connected but never bound.
-
- 12 Feb, 2014 3 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
Josh Blum authored
added srcdir to --version-script=$(srcdir)/libzmq.vers
-
- 11 Feb, 2014 3 commits
-
-
Josh Blum authored
The ${libdir} was getting replaced/removed by configure_file() making pkg-config give bad flags: -L -lzmq My fix was to add @ONLY to configure_file() so ${} style pkg-config substitutions are left alone. In addition, I put the other typical ${} substitutions back into the libzmq.pc, since its now safe.
-
Ian Barber authored
Revert "Fix potential memory leak"
-
Pieter Hintjens authored
This reverts commit 50d34e56.
-
- 09 Feb, 2014 2 commits
-
-
Pieter Hintjens authored
Fix identity handling for inproc transport
-
Martin Hurton authored
Fixes #872
-
- 07 Feb, 2014 2 commits
-
-
Pieter Hintjens authored
Added ZMQ_BUILD_TESTS to CMakeLists.txt to allow turning off tests.
-
Gyula Laszlo authored
Added ZMQ_BUILD_TESTS to CMakeLists.txt to allow turning off tests. Useful when building ZMQ as a git submodule.
-
- 04 Feb, 2014 1 commit
-
-
Pieter Hintjens authored
Fix potential segfault/memleak
-
- 03 Feb, 2014 6 commits
-
-
Alex Pyrgiotis authored
Delete the socket if the initialization part of the socket creation fails.
-
Alex Pyrgiotis authored
Call the allocation assertion macro before dereferencing the socket pointer.
-
Richard Newton authored
Fixed issue #868
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 31 Jan, 2014 1 commit
-
-
Richard Newton authored
Fixed issue #865 - validation on ZMQ_TCP_KEEPALIVE
-