- 23 Sep, 2019 1 commit
-
-
trya authored
Solution: Reflect real behavior of sockets blocking on send operations Sockets that block in mute state only block when no peer is available if the transport is connection-oriented and the ZMQ_IMMEDIATE socket option is set.
-
- 29 Dec, 2015 1 commit
-
-
Pieter Hintjens authored
These sockets don't handle multipart data, so if callers send it, they drop frames, and things break silently. Solution: if the caller tries to use ZMQ_SNDMORE, return -1 and set errno to EINVAL.
-
- 17 Aug, 2013 1 commit
-
-
Uli Köhler 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
-
- 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
-
-
Pieter Hintjens authored
-
- 17 Feb, 2012 1 commit
-
-
Ian Barber authored
-
- 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>
-
- 21 Jul, 2011 1 commit
-
-
Martin Sustrik authored
Till now, message was silently dropped if it was sent to a non-existent peer. Now, ECANTROUTE error is returned. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 11 Jul, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 20 Jun, 2011 1 commit
-
-
Martin Sustrik authored
So far there was no distinction between message parts used by 0MQ and message parts used by user. Now, the message parts used by 0MQ are marked as 'LABEL'. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 19 Apr, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 15 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>
-
- 26 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Done because of POSIX compliance Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 17 Jan, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 08 Sep, 2010 1 commit
-
-
Martin Sustrik authored
-
- 04 Sep, 2010 1 commit
-
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
- 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 3 commits
-
-
Martin Lucina authored
Clarify multi-part messages
-
Martin Lucina authored
Multi-part messages
-
Martin Lucina authored
Multi-part messages
-
- 12 Apr, 2010 1 commit
-
-
Martin Sustrik authored
-
- 13 Mar, 2010 1 commit
-
-
Martin Sustrik authored
-
- 10 Mar, 2010 1 commit
-
-
Martin Lucina authored
-
- 09 Mar, 2010 1 commit
-
-
Martin Lucina authored
-
- 10 Feb, 2010 1 commit
-
-
Martin Lucina authored
-