Age | Commit message (Expand) | Author |
2012-05-25 | Implement SP wire protocol | Martin Lucina |
2012-02-16 | Full name of the project used in license headers | Martin Sustrik |
2012-02-16 | poller_base_t renamed to io_thread_t | Martin Sustrik |
2012-02-16 | io_thread_t merged with poller_base_t | Martin Sustrik |
2012-02-16 | Timers identified by dynamically generated handles | Martin Sustrik |
2012-02-16 | cancel_timer function renamed to rm_timer | Martin Sustrik |
2012-02-16 | File descriptor passed to in_event and out_event | Martin Sustrik |
2012-02-16 | Fix pgm_receiver.cpp: zmq_assert (pending_bytes == 0) (LIBZMQ-205) | Martin Lucina |
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik |
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik |
2011-11-01 | Miru copyrights added | Martin Sustrik |
2011-10-31 | 250bpm copyrights added | Martin Sustrik |
2011-09-15 | Session class separated into socket-type-specific sessions | Martin Sustrik |
2011-08-17 | Fix the PGM support on win64 | Martin Sustrik |
2011-07-24 | Session classes merged into a single class | Martin Sustrik |
2011-07-11 | PGM transport reconciled with subscription forwarding | Martin Sustrik |
2011-06-27 | Rename i_inout to i_engine_sink | Martin Sustrik |
2011-03-14 | FreeBSD complation error fixed | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-03-02 | ZMQ_MAXMSGSIZE option added | Martin Sustrik |
2011-02-22 | Added explicit error message in case of memory exhaustion | Martin Sustrik |
2011-01-18 | Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. | Martin Sustrik |
2011-01-17 | Cancel pending timers when decoder for PGM stalls | Steven McCoy |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-15 | Timers correctly canceled by PGM engines on shutdown. | Martin Sustrik |
2010-10-14 | To insert to associateive STL containers value_type used instead of make_pair | Martin Sustrik |
2010-10-11 | Fix assertion in PGM transports on cancel_timer | Steven McCoy |
2010-09-30 | more fixes to (e)pgm transport | Steven McCoy |
2010-09-30 | * Add assertions to check for OpenPGM calls with invalid parameters. | Steven McCoy |
2010-08-31 | naming cleanup: zmq_encoder->encoder, zmq_decoder->decoder | Martin Sustrik |
2010-08-25 | engine leak fixed; pgm compilation fixed | Martin Sustrik |
2010-04-08 | issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161) | Martin Sustrik |
2010-03-20 | XREP-style prefixing/trimming messages removed | Martin Sustrik |
2010-03-12 | PGM: implement flow control | Martin Hurton |
2010-03-12 | Implement flow control | Martin Hurton |
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-02 | problem with PGM messages larger than 1 MTU fixed | Martin Sustrik |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik |
2009-12-31 | fixed minor gcc warning in src/pgm_receiver.cpp | malosek |
2009-12-28 | PGM code cleanup | 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 | zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein... | 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-10-06 | 0MQ compilable on winXP mingw with --with-pgm2 option | malosek |
2009-09-29 | detecting data loss for PGM2 receiver | malosek |