- 22 May, 2015 1 commit
-
-
Diego Fons authored
-
- 26 Apr, 2014 1 commit
-
-
KIU Shueng Chuan authored
Also the portion about how to close a connection does not only apply to servers.
-
- 24 Feb, 2014 1 commit
-
-
Olaf Mandel authored
Issues adressed: - The actual data was never read from the socket, causing all even numbered loop iterations to fail - The socket variable was called server once
-
- 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
-
- 23 Dec, 2013 1 commit
-
-
KIU Shueng Chuan authored
-
- 13 Nov, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 04 Sep, 2013 1 commit
-
-
Sebastien Pierre authored
-
- 27 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
- designed for TCP clients and servers - added HTTP client / server example in tests/test_stream.cpp - same as ZMQ_ROUTER + ZMQ_ROUTER_RAW + ZMQ_ROUTER_MANDATORY - includes b893ce set ZMQ_IDENTITY on outgoing connect - deprecates ZMQ_ROUTER_RAW
-
- 07 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
- REQ and REP sockets don't have HWM issues - ZMQ_DONTWAIT applies to DEALER and PUSH only
-
- 05 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 15 Apr, 2013 1 commit
-
-
Pieter Hintjens authored
contributors and doesn't reflect the real process. I've taken out all named authors and referred to the contribution policy. Hopefully this will improve the contributions to the man pages.
-
- 08 Jan, 2013 1 commit
-
-
John Muehlhausen authored
zmq::xpub_t::xread_activated() – change to process messages without 0 or 1 prefix, but without affecting subscriptions zmq::xsub_t::xsend() – change to send rather than discard messages without 0 or 1 prefix, but without affecting subscriptions Update documentation
-
- 09 Nov, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 07 Nov, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 27 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 04 Jul, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 16 Jun, 2012 1 commit
-
-
Kobolog authored
-
- 14 Jun, 2012 1 commit
-
-
Hiten P authored
-
- 16 Apr, 2012 1 commit
-
-
Ian Barber authored
-
- 16 Mar, 2012 1 commit
-
-
Pieter Hintjens authored
- reverted commit 941be8d2. - fixed zmq_device implementation for latest socket_base class - added back zmq_device.3 man page
-
- 15 Feb, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 18 Dec, 2011 1 commit
-
-
Martin Lucina authored
Signed-off-by:
Martin Lucina <martin@lucina.net>
-
- 01 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 03 Sep, 2011 1 commit
-
-
Pieter Hintjens authored
Signed-off-by:
Pieter Hintjens <ph@imatix.com> Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 19 Aug, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 19 Jun, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 18 Apr, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 09 Apr, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 16 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 03 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 09 Feb, 2011 1 commit
-
-
Martin Sustrik authored
Reaper thread destroys the socket asynchronously. zmq_term() can be interrupted by a signal (EINTR). zmq_socket() will return ETERM after zmq_term() was called. Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 07 Dec, 2010 1 commit
-
-
Martin Lucina authored
Signed-off-by:
Martin Lucina <mato@kotelna.sk>
-
- 01 Dec, 2010 1 commit
-
-
Martin Lucina authored
- Clarify ZMQ_LINGER, zmq_close (), zmq_term () relationship - New socket options - Clarify thread safety of sockets and migration between threads - Other minor and spelling fixes Signed-off-by:
Martin Lucina <mato@kotelna.sk>
-
- 04 Sep, 2010 2 commits
-
-
Martin Lucina authored
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
- 25 Aug, 2010 1 commit
-
-
Martin Lucina authored
Add some basic documentation for XREQ/XREP socket types, including a brief description of the most common use case (REQ -> XREP) and (XREQ -> REP).
-
- 08 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
* Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods
-
- 04 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
* Added documentation for zmq_deviced, which we're developing * Created consistent page footer in documentation template * Page footer notes doc authors and copyright statement
-
- 02 Jun, 2010 1 commit
-
-
Martin Lucina authored
Mostly Flow control and additions to zmq_socket(3) Removed/changed lots of text regarding message queues More fixes for 2.0.7 changes
-
- 31 May, 2010 1 commit
-
-
Martin Lucina authored
Clarify pipeline and exclusive pair patterns
-