summaryrefslogtreecommitdiff
path: root/src/pgm_receiver.cpp
AgeCommit message (Expand)Author
2010-04-08issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161)Martin 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-02-02problem with PGM messages larger than 1 MTU fixedMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-31fixed minor gcc warning in src/pgm_receiver.cppmalosek
2009-12-28PGM code cleanupMartin Sustrik
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-12-15all news converted to nothrow variantMartin Sustrik
2009-12-15zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein...Martin Sustrik
2009-12-13debug code removed from PGM enginesMartin Sustrik
2009-12-13OpenPGM v1 support removedMartin Sustrik
2009-12-13PGM transport fixedMartin Sustrik
2009-10-060MQ compilable on winXP mingw with --with-pgm2 optionmalosek
2009-09-29detecting data loss for PGM2 receivermalosek
2009-09-28PGM2 sendermalosek
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