Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | Full name of the project used in license headers | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | poller_base_t renamed to io_thread_t | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | io_thread_t merged with poller_base_t | Martin Sustrik | |
The relationship of these two classes was 1:1. Thus one of them was obsolete. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268) | Martin Lucina | |
With the introduction of subscription forwarding, the first message sent on a PUB socket using a unidirectional transport (e.g. PGM) is always lost due to the "subscribe to all" being done asynchronously. This patch fixes the problem and also refactors the code to have a single point where the "subscribe to all" is performed. Signed-off-by: Martin Lucina <martin@lucina.net> | |||
2012-02-16 | Timers identified by dynamically generated handles | Martin Sustrik | |
Timers are not longer identified by hard-wired IDs. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | cancel_timer function renamed to rm_timer | Martin Sustrik | |
This is more consistent with adjacent add_fd and rm_fd functions. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | File descriptor passed to in_event and out_event | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | Fix assertion in pgm_sender_t::plug() (LIBZMQ-303) | Martin Lucina | |
Opening any PGM socket gives this assertion. The problem is in pgm_sender_t::plug() which is incorrectly testing the return value from session::write(). Signed-off-by: Martin Lucina <martin@lucina.net> | |||
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-11-01 | Miru copyrights added | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-10-31 | 250bpm copyrights added | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-09-15 | Session class separated into socket-type-specific sessions | Martin Sustrik | |
This is a preliminary patch allowing for socket-type-specific functionality in the I/O thread. For example, message format can be checked asynchronously and misbehaved connections dropped straight away. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-08-17 | Fix the PGM support on win64 | Martin Sustrik | |
On win64 the size of file descriptor is not the same as size of int. The bug in PGM transport caused a runtime error because of this. The problem is fixed now. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-24 | PGM subscription forwarding fixed | Martin Sustrik | |
PGM when using in XPUB socket has to subscribe for all the messages as it has no idea what the subscribers are interesred in. This generic subscribe message was malformed. Fixed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-24 | Session classes merged into a single class | Martin Sustrik | |
Removal of ZMQ_IDENTITY resulted in various session classes doing almost the same thing. This patch merges the classes into a single class. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-11 | PGM transport reconciled with subscription forwarding | Martin Sustrik | |
As PGM is not capable of passing subscriptions upstream, subscriptions are ignored at sub side and engine subscribes for all messages on pub side. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-27 | Rename i_inout to i_engine_sink | Martin Sustrik | |
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-02-22 | Added explicit error message in case of memory exhaustion | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-16 | Cancel tx_timer_id in pgm_sender_t::out_event(). | Toralf Wittner | |
Signed-off-by: Toralf Wittner <toralf.wittner@gmail.com> | |||
2010-10-15 | Timers correctly canceled by PGM engines on shutdown. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-11 | Fix assertion in PGM transports on cancel_timer | Steven McCoy | |
Signed-off-by: Steven McCoy <steven.mccoy@miru.hk> | |||
2010-09-30 | more fixes to (e)pgm transport | Steven McCoy | |
2010-08-25 | engine leak fixed; pgm compilation fixed | 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-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-01-05 | added pending event fd handling by the pgm_sender | malosek | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-12-28 | PGM code cleanup | Martin Sustrik | |
2009-12-23 | ZMQII-28: Bidirectional introduction on TCP connection establishment | 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 | XREP & XREQ socket types added; zmq_queue device added | Martin Sustrik | |
2009-12-13 | debug code removed from PGM engines | Martin Sustrik | |
2009-12-13 | OpenPGM v1 support removed | Martin Sustrik | |
2009-12-13 | PGM transport fixed | Martin Sustrik | |
2009-11-30 | minor tweaks in pgm code | malosek | |
2009-10-06 | 0MQ compilable on winXP mingw with --with-pgm2 option | malosek | |
2009-09-28 | PGM2 sender | malosek | |
2009-09-24 | --with-pgm2 compilable | malosek | |
2009-09-24 | added --with-pgm2 into build system | malosek | |
2009-09-16 | added udp:// transport prefix for PGM UDP encapsulation | malosek | |
2009-09-16 | added OpenPGM receiver - ZMQ_SUB | malosek | |
2009-09-15 | added out_event call into pgm_sender_t revive | malosek | |
2009-09-11 | added OpenPGM sender - ZMQ_PUB | malosek | |