- 24 Dec, 2013 1 commit
-
-
Wouter Overmeire authored
-
- 23 Dec, 2013 2 commits
-
-
Pieter Hintjens authored
doc bugfix: ZMQ_MSGMORE should be ZMQ_SNDMORE
-
KIU Shueng Chuan authored
-
- 22 Dec, 2013 2 commits
-
-
Pieter Hintjens authored
Fixed setting TCP keepalive parameters on Windows
-
Alex Grönholm authored
-
- 20 Dec, 2013 5 commits
-
-
Ian Barber authored
Fixes to IPC wildcarding & test cases
-
Pieter Hintjens authored
- was not waiting long enough at socket close - increased to 50 msec
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed use of deprecated tempnam
-
- 19 Dec, 2013 4 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
add failing test for binding to resources
-
MinRK authored
-
- 17 Dec, 2013 2 commits
-
-
Pieter Hintjens authored
Update doc for zmq_proxy_steerable [ci skip]
-
Alexey Melnichuk authored
-
- 15 Dec, 2013 5 commits
-
-
Pieter Hintjens authored
Add tests/test_zap_ipc_creds to .gitignore
-
Pieter Hintjens authored
Single connect
-
Trevor Bernard authored
-
Trevor Bernard authored
-
Trevor Bernard authored
-
- 12 Dec, 2013 3 commits
-
-
Richard Newton authored
support signaler_port in config.hpp set to value other than 0 and 5905
-
Richard Newton authored
tools/: Link curve_keygen with a c++ linker
-
Gergely Nagy authored
When trying to linking curve_keygen as if it was a C program, linking fails (at least with gcc 4.8 on Debian testing) because it can't find C++ symbols. Linking with g++ instead fixes the issue. To achieve this, the source is renamed to curve_keygen.cpp, and tools/Makefile.am is updated accordingly. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-
- 11 Dec, 2013 1 commit
-
-
KIU Shueng Chuan authored
-
- 06 Dec, 2013 10 commits
-
-
Pieter Hintjens authored
Add support for extending ZAP request address with IPC peer credentials.
-
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.
-
Pieter Hintjens authored
Enable building IPC filtering with cmake and another small autoconf fix.
-
-
Brandon Carpenter authored
-
Brandon Carpenter authored
-
Pieter Hintjens authored
Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID.
-
Brandon Carpenter authored
-
Pieter Hintjens authored
Fix failing test case in test_filter_ipc.
-
Brandon Carpenter authored
Add explicit check for primary group.
-
- 05 Dec, 2013 3 commits
-
-
Pieter Hintjens authored
use enum retired_fd instead of -1
-
Pieter Hintjens authored
Updated documentation for zmq_disconnect() and zmq_setsockopt().
-
Pieter Hintjens authored
Add IPC accept filter support
-
- 04 Dec, 2013 2 commits
-
-
KIU Shueng Chuan authored
using -1 causes a warning on Windows platform because SOCKET is unsigned.
-
Brandon Carpenter authored
Adds ZMQ_IPC_ACCEPT_FILTER_{PID,UID,GID} socket options to add processs, user, and group IDs to the IPC filter sets. Fixes LIBZMQ-568.
-