Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-09 | Added Recovery Interval in Milliseconds | Bob Beaty | |
For very high-speed message systems, the memory used for recovery can get to be very large. The corrent limitation on that reduction is the ZMQ_RECOVERY_IVL of 1 sec. I added in an additional option ZMQ_RECOVERY_IVL_MSEC, which is the Recovery Interval in milliseconds. If used, this will override the previous one, and allow you to set a sub-second recovery interval. If not set, the default behavior is to use ZMQ_RECOVERY_IVL. Signed-off-by: Bob Beaty <rbeaty@peak6.com> | |||
2010-10-30 | Coding style fixed for pgm_socket | 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-23 | Changes for MSVC OpenPGM build. | Steven McCoy | |
Signed-off-by: Steven McCoy <steven.mccoy@miru.hk> | |||
2010-10-12 | Drop PGM parameters to 100mb friendly range. | Steven McCoy | |
Signed-off-by: Steven McCoy <steven.mccoy@miru.hk> | |||
2010-09-30 | minor whitespace fix | Martin Sustrik | |
2010-09-30 | FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQ | 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 | |
* 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-09-28 | Upgrade to OpenPGM-5.0.78 | Steven McCoy | |
2010-05-13 | some more sanity checks in pgm_socket | Steven McCoy | |
2010-05-13 | some more sanity checks in pgm_socket | Steven McCoy | |
2010-02-24 | handle invalid PGM connection string decently | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik | |
2010-02-09 | ZMQII-57: Shutdown OpenPGM library | Martin Sustrik | |
2010-02-04 | contrain interface name resolving in OpenPGM to IPv4 interfaces | Martin Sustrik | |
2010-02-03 | ZMQII-55: At most one PGM/UDP transport can be opened | Martin Sustrik | |
2010-01-27 | libpgm updated to 2.6.21rc6 | malosek | |
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-31 | fixed minor gcc warning in src/pgm_socket.cpp | malosek | |
2009-12-28 | PGM code cleanup | Martin Sustrik | |
2009-12-22 | OpenPGM error handling fixed | Martin Sustrik | |
2009-12-21 | OpenPGM error handling improved | Martin Sustrik | |
2009-12-18 | memory leaks related to OpenPGM errors fixed | Martin Sustrik | |
2009-12-15 | all news converted to nothrow variant | Martin Sustrik | |
2009-12-14 | ZMQ_SNDBUF and ZMQ_RCVBUF honoured in PGM transport | 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-11-04 | pgm_transport_recvmsgv in process_upstream returns ↵ | malosek | |
PGM_IO_STATUS_RATE_LIMITED on busy sender | |||
2009-11-03 | update pgm_socket to recent openpgm2 | malosek | |
2009-11-03 | fixed get_sender_fds and get_receiver_fds for openpgm2 | malosek | |
2009-10-12 | updated 0MQ to recent OpenPGM2 rev.562 | malosek | |
2009-10-06 | 0MQ compilable on winXP mingw with --with-pgm2 option | malosek | |
2009-10-05 | updated to recent PGM2 changes | malosek | |
2009-10-05 | moved pgm_create_custom_gsi into PGM1 and drop ssl dependency | malosek | |
2009-09-29 | detecting data loss for PGM2 receiver | malosek | |
2009-09-28 | PGM2 sender | malosek | |
2009-09-25 | pgm2 receiver working (partly) | 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 | added OpenPGM receiver - ZMQ_SUB | malosek | |
2009-09-11 | added OpenPGM sender - ZMQ_PUB | malosek | |