summaryrefslogtreecommitdiff
path: root/src/pgm_receiver.hpp
AgeCommit message (Expand)Author
2012-06-13Revert "Implement SP wire protocol"Martin Sustrik
2012-05-25Implement SP wire protocolMartin Lucina
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-09Get AIX 6.1 compiling again by making msg_t class explicitAJ Lewis
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-11-01Miru copyrights addedMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-07-24Session classes merged into a single classMartin Sustrik
2011-07-11PGM transport reconciled with subscription forwardingMartin Sustrik
2011-06-27Rename i_inout to i_engine_sinkMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-01-13Make cppcheck not complain about "'operator=' should return something"Martin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-09-30more fixes to (e)pgm transportSteven McCoy
2010-09-30 * Add assertions to check for OpenPGM calls with invalid parameters.Steven McCoy
2010-08-31naming cleanup: zmq_encoder->encoder, zmq_decoder->decoderMartin Sustrik
2010-08-25engine leak fixed; pgm compilation fixedMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-12PGM: implement flow controlMartin Hurton
2010-03-12Implement flow controlMartin Hurton
2010-02-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VIII., new blob_t type used for holding identityMartin Sustrik
2010-02-12Multi-hop REQ/REP, part I., tracerouting switched on on XREP socketMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-28PGM code cleanupMartin Sustrik
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-12-13debug code removed from PGM enginesMartin Sustrik
2009-10-060MQ compilable on winXP mingw with --with-pgm2 optionmalosek
2009-09-24--with-pgm2 compilablemalosek
2009-09-24added --with-pgm2 into build systemmalosek
2009-09-22added PGM bus functionalitymalosek
2009-09-16added udp:// transport prefix for PGM UDP encapsulationmalosek
2009-09-16removed reset method from zmq_decoder_tmalosek
2009-09-16added OpenPGM receiver - ZMQ_SUBmalosek