- 23 Jun, 2014 1 commit
-
-
Richard Newton authored
-
- 04 Jun, 2014 1 commit
-
-
Telford Berkey authored
-
- 12 May, 2014 2 commits
-
-
Olaf Mandel authored
This became necessary after 22d6a974
-
Richard Newton authored
-
- 08 May, 2014 1 commit
-
-
Frank authored
-
- 03 May, 2014 2 commits
-
-
Samuel Martin authored
-
Samuel Martin authored
fork() support is optional and its availability is correctly detected at contfigure time. But test_fork was all always built, preventing build for targets that do not provide fork() from building successfully. This pacth fixes the CMakeLists.txt on this point.
-
- 01 May, 2014 3 commits
- 14 Apr, 2014 1 commit
-
-
xantares authored
-
- 13 Apr, 2014 1 commit
-
-
Maarten Ditzel authored
-
- 23 Mar, 2014 2 commits
- 19 Mar, 2014 1 commit
-
-
Sergei Nikulov authored
-
- 17 Mar, 2014 1 commit
-
-
Frank authored
* was problem on debian/wheezy
-
- 16 Mar, 2014 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 24 Feb, 2014 1 commit
-
-
Josh Blum authored
The libzmq library itself uses clock_gettime and should link w/ -lrt on linux. Caught this issue on on Ubuntu 12.04 LTS.
-
- 17 Feb, 2014 1 commit
-
-
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.
-
- 11 Feb, 2014 1 commit
-
-
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.
-
- 07 Feb, 2014 1 commit
-
-
Gyula Laszlo authored
Added ZMQ_BUILD_TESTS to CMakeLists.txt to allow turning off tests. Useful when building ZMQ as a git submodule.
-
- 30 Jan, 2014 1 commit
-
-
Richard Newton authored
-
- 20 Jan, 2014 3 commits
-
-
Tim M authored
-
Tim M authored
-
Ivan Pechorin authored
-
- 19 Jan, 2014 1 commit
-
-
Tim M authored
-
- 18 Jan, 2014 1 commit
-
-
Matt Arsenault authored
-
- 16 Jan, 2014 1 commit
-
-
Sergei Nikulov authored
-
- 15 Jan, 2014 2 commits
-
-
Andre Caron authored
File was removed in 5bf96f64 a few days ago.
-
Andre Caron authored
When a ZMQ_STREAM socket connection is broken (intentionally, via `shutdown()` or accidentally via client crash or network failure), there is no way for the application to dertermine that it should drop per-connection data (such as buffers). This contribution makes sure the application receives a 0-length message to notify it that the connection has been broken. This is symmetric with the process of closing the connection from within the application (where the application sends a 0-length message to tell ZeroMQ to close the connection). Conflicts: CMakeLists.txt
-
- 10 Jan, 2014 1 commit
-
-
Sergei Nikulov authored
-
- 06 Dec, 2013 2 commits
-
-
Brandon Carpenter authored
Another take on LIBZMQ-568 to allow filtering IPC connections, this time using ZAP. This change is backward compatible. If the ZMQ_ZAP_IPC_CREDS option is set, the user, group, and process IDs of the peer process are appended to the address (separated by colons) of a ZAP request; otherwise, nothing changes. See LIBZMQ-568 and zmq_setsockopt documentation for more information.
-
Brandon Carpenter authored
-
- 25 Nov, 2013 2 commits
-
-
Richard Newton authored
-
Shannen Saez authored
See https://github.com/zeromq/issues/pull/7Signed-off-by:
Shannen Saez <shannenlaptop@gmail.com>
-
- 11 Nov, 2013 1 commit
-
-
Richard Newton authored
This reverts commit 0b92831b.
-
- 07 Nov, 2013 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 29 Oct, 2013 1 commit
-
-
Richard Newton authored
-