Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
* Assertion to check that pgm_getaddrinfo is actually returning something. * Missing pgm_connect call. * Typo on TOS causing immediate abort. * Placeholder calls for timeouts whilst continuing spin loop functionality. * OpenPGM v5 now supports reference counting so remove init checks. * Duplicate UDP unicast port setting, requires one unicast and one multicast. * Incorrectly set socket rcvbuf size with sndbuf. * Replace std::lexicographical_compare of TSI's with long word integer comparisons. * pgm_socket_t::receive returns -1 on no data. | |||
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 | |
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-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 ↵ | Martin Sustrik | |
queueing and load balancing algorithms factorised into separate classes | |||
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 | |
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-22 | added PGM bus functionality | malosek | |
2009-09-16 | added udp:// transport prefix for PGM UDP encapsulation | malosek | |
2009-09-16 | removed reset method from zmq_decoder_t | malosek | |
2009-09-16 | added OpenPGM receiver - ZMQ_SUB | malosek | |