Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-27 | Rename i_inout to i_engine_sink | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-27 | Comments improvement | Martin Sustrik | |
related to fairness while reading/writing large messages Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | ZMQ_MAXMSGSIZE option added | Martin Sustrik | |
The new option allows user to guard against peers sending oversized messages. Connection to peer sending oversized message is dropped. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-01-20 | Fix handle connection reset during session init | Dhammika Pathirana | |
Patch to handle nmap version probes. Signed-off-by: Dhammika Pathirana <dhammika@gmail.com> | |||
2010-12-17 | unplugged engine tries to manipulate the pollset -- fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-12-17 | fix race condition in session init | Dhammika Pathirana | |
Signed-off-by: Dhammika Pathirana <dhammika@gmail.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-23 | handle decoding malformed messages | Dhammika Pathirana | |
Signed-off-by: Dhammika Pathirana <dhammika@gmail.com> | |||
2010-09-19 | zmq_init_t destroyed zmq_engine_t before plugging it out from the poller ↵ | Martin Sustrik | |
first -- fixed | |||
2010-08-25 | listener object unregisters its fd correctly | Martin Sustrik | |
2010-08-25 | engine leak fixed; pgm compilation fixed | Martin Sustrik | |
2010-08-25 | I/O object hierarchy implemented | Martin Sustrik | |
2010-06-04 | platform.hpp for MSVC contains only very basic stuff | Martin Sustrik | |
2010-03-20 | XREP-style prefixing/trimming messages removed | Martin Sustrik | |
2010-03-12 | Implement flow control | Martin Hurton | |
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types. | |||
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵ | Martin Sustrik | |
connections | |||
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | Martin Sustrik | |
2010-02-12 | Multi-hop REQ/REP, part I., tracerouting switched on on XREP socket | Martin Sustrik | |
2010-02-08 | ZMQII-64: First message stuck in 0MQ in case of immediate disconnection | Martin Sustrik | |
2010-01-15 | ZMQII-39: Implement IPC transport | Martin Sustrik | |
2010-01-05 | perf tests modified to reflect change in subscription format | Martin Sustrik | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-12-28 | format of subscriptions changed (no * needed anymore) | Martin Sustrik | |
2009-12-23 | ZMQII-28: Bidirectional introduction on TCP connection establishment | Martin Sustrik | |
2009-12-15 | all news converted to nothrow variant | Martin Sustrik | |
2009-12-15 | reconnection mechanism added to tcp transport | Martin Sustrik | |
2009-12-15 | zmq_encoder/decoder are able to add/trim prefixes from messages; fair ↵ | Martin Sustrik | |
queueing and load balancing algorithms factorised into separate classes | |||
2009-12-13 | PGM transport fixed | Martin Sustrik | |
2009-12-11 | ZMQII-26: Use zero-copy for large messages (rx side) | Martin Sustrik | |
2009-12-10 | ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) | Martin Sustrik | |
2009-12-08 | ZMQII-26: Use zero-copy for large messages | Martin Sustrik | |
2009-10-02 | ZMQII-9: Check and implement speculative reads & writes | Martin Sustrik | |
2009-09-16 | reconnect added to zmq_connecter | Martin Sustrik | |
2009-09-11 | ZMQII-5: Only one consumer in a process gets the message | Martin Sustrik | |
2009-09-10 | ZMQII-2: SIGSEGV in zmq_connecter_init_t::read | Martin Sustrik | |
2009-09-04 | couple of bugs fixed | Martin Sustrik | |
2009-09-02 | messages that may have been received in the init phase are flushed ↵ | Martin Sustrik | |
immediately after engine is plugged in | |||
2009-08-27 | multiple bugs fixed | Martin Sustrik | |
2009-08-27 | pipes added | Martin Sustrik | |
2009-08-20 | couple of bugs in shutdown mechanism fixed | Martin Sustrik | |
2009-08-12 | listener/connecter/init/session added | Martin Sustrik | |
2009-08-09 | socket options interface modeled as in BSD sockets | Martin Sustrik | |