- 06 Jan, 2014 1 commit
-
-
Stefan Radomski authored
This patch allows client applications to retrieve the remote endpoint from a message that originated from a tcp socket
-
- 03 Jan, 2014 2 commits
-
-
Pieter Hintjens authored
Update test_filter_ipc to not use abstract socket.
-
Matt Connolly authored
This fixes the test on Mac OS X and SmartOS (probably other Solarises). Also updates the sockets using ipc: to use DEALER sockets instead of PAIR sockets.
-
- 02 Jan, 2014 5 commits
-
-
Pieter Hintjens authored
Fix LIBZMQ-576 - Revert "Merge pull request #510 from miniway/master"
-
AJ Lewis authored
This reverts commit f27eb67e, reversing changes made to a3ae0d4c. https://zeromq.jira.com/browse/LIBZMQ-576 Conflicts: src/stream_engine.cpp Conflicts were around additional defaults to the constructor after the 'terminating' default. The additional defaults were left alone, and the 'terminating' default was removed.
-
Ian Barber authored
Minor cosmetic fixes
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- corporate copyright statements sit in AUTHORS file
-
- 01 Jan, 2014 5 commits
-
-
Pieter Hintjens authored
- This seems redundant; is there a use case for NOT providing the IPC credentials to the ZAP authenticator? - More, why is IPC authentication done via libzmq instead of ZAP? Is it because we're missing the transport type on the ZAP request?
-
Pieter Hintjens authored
- put into alphabetical order - there was no consistency in previous ordering
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Minor layout fix Whitespace fix
-
- 24 Dec, 2013 2 commits
-
-
Pieter Hintjens authored
fix doc typo
-
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 1 commit
-
-
Pieter Hintjens authored
Add support for extending ZAP request address with IPC peer credentials.
-