On 09/30/2010 08:33 AM, Steven McCoy wrote: > |git commit--amend--author="Steven McCoy <[email protected] > <mailto:[email protected]>>" -c 1dc45315e9e125e1b6aa|
If just creates new commit that duplicates the old one. The old one remains unchanged. Shrug. commit 250787e38621653883692b0e89b7f374caeace8e Author: Steven McCoy <[email protected]> Date: Tue Sep 28 16:58:51 2010 +0200 * Add assertions to check for OpenPGM calls with invalid parameters. * 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. commit a7293579c4644c5195d355a3a30ede76bb88f192 Author: Steven McCoy <[email protected]> Date: Tue Sep 28 22:46:56 2010 +0200 more fixes to (e)pgm transport commit 1dc45315e9e125e1b6aa05a1b3cd4f30d03439ea Author: Steven McCopy <[email protected]> Date: Tue Sep 28 16:58:51 2010 +0200 * Add assertions to check for OpenPGM calls with invalid parameters. * 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. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
