- 15 Jan, 2014 1 commit
-
-
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
-
- 14 Jan, 2014 2 commits
-
-
Pieter Hintjens authored
Define NOMINMAN to fix windows build.
-
Richard Newton authored
-
- 13 Jan, 2014 4 commits
-
-
Pieter Hintjens authored
use version-script only for ELF linux
-
Bruno D. Rodrigues authored
-
Pieter Hintjens authored
Fix compilation on Windows (MinGW-w64)
-
Jeremy Tan authored
-
- 12 Jan, 2014 6 commits
-
-
Pieter Hintjens authored
Implement socket_base_t::get_credential member function
-
Martin Hurton authored
The get_credential () member function returns credential for the last peer we received message for. The idea is that this function is used to implement user-level API.
-
Ian Barber authored
Only export zmq_* symbols
-
Ian Barber authored
Fix timestamp counter on s390/s390x
-
Alessandro Ghedini authored
Fixes #811
-
Alessandro Ghedini authored
-
- 10 Jan, 2014 4 commits
-
-
Richard Newton authored
windows: changed tcp port from glrpc assigned to unassigned one
-
Sergei Nikulov authored
-
Richard Newton authored
cmake: fixed error 'install TARGETS given no ARCHIVE DESTINATION'
-
Sergei Nikulov authored
-
- 08 Jan, 2014 6 commits
-
-
Pieter Hintjens authored
Replace assert with zmq_assert
-
Martin Hurton authored
-
Richard Newton authored
Fix some comments regarding method overriding
-
Martin Hurton authored
-
Pieter Hintjens authored
Make it explicit that the probe function doesn't modify passed message
-
Martin Hurton authored
-
- 07 Jan, 2014 3 commits
-
-
Pieter Hintjens authored
ZMQ_SRCFD docs and tests
-
Stefan Radomski authored
-
Stefan Radomski authored
Also moved the fd field from message content to message itself
-
- 06 Jan, 2014 5 commits
-
-
Pieter Hintjens authored
Simplify ypipe_t and ypipe_base_t template parameters
-
Martin Hurton authored
-
Pieter Hintjens authored
Allow clients to get remote endpoint per message for TCP connections
-
Stefan Radomski authored
-
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 2 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
-