- 16 Jan, 2014 2 commits
-
-
Sergei Nikulov authored
-
Pieter Hintjens authored
Corrects ypipe initialization when conflate is NOT enabled.
-
- 15 Jan, 2014 6 commits
-
-
Eric Cornelius authored
-
Eric Cornelius authored
Fixes LIBZMQ-584
-
Pieter Hintjens authored
Adds support for detecting ZMQ_STREAM disconnections.
-
Pieter Hintjens authored
Fixes CMake build after ZAP test file was deleted.
-
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
-
- 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.
-