commit: r425 - trunk/daemon
[email protected] Fri, 05 Jun 2009 10:12:42 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2009-06-05 10:12:41 -0400 (Fri, 05 Jun 2009) New Revision: 425 Modified: trunk/daemon/Changelog Log: Update changelog to include last few commits. Modified: trunk/daemon/Changelog =================================================================== --- trunk/daemon/Changelog 2009-06-05 13:54:00 UTC (rev 424) +++ trunk/daemon/Changelog 2009-06-05 14:12:41 UTC (rev 425) @@ -1,3 +1,37 @@ +Fri Jun 5 09:55:55 2009 Jonathan Stanton <[email protected]> + + * stdutil/*: Merge stdutil-1.1.0 release into Spread source. No + needed API changes. + +Mon Jun 1 10:02:13 2009 Jonathan Stanton <[email protected]> + + * protocol.c (Prot_handle_token): Make warning about token-reset + because of message counter wrap more visible by always printing + it (PRINT) instead of only when PROTOCOL is enabled. + +Mon Jun 1 09:03:46 2009 Jonathan Stanton <[email protected]> + + * configuration.c, config_parse.y, config_gram.l, protocol.c: Make + MaxSessionMessages a runtime configuration option in spread.conf. + This allows the maximum number of messages to buffer before + disconnecting a client to be set at runtime. Original request + and patch by Alexey Zakhlestin. Patch revised and commited by Jonathan. + +Mon May 4 10:06:16 2009 Jonathan Stanton <[email protected]> + + * data_link.c (DL_recvfrom): Add DL_recvfrom() call to return sender + address and port number to caller. + + * data_link.c (DL_init_channel): Fix portability bug by zeroing the + soc_addr struct before filling it out and binding. + Add REUSE_ADDR option to DL_init_channel() to set the REUSEADDR + socket option on the underlying socket. + +Fri May 1 10:08:50 2009 Jonathan Stanton <[email protected]> + + * examples/user.c: Add command to send a multiline message using + the test client spuser. + Thu Jan 22 18:23:00 2009 Jonathan Stanton <[email protected]> * alarm.c (Alarm, Alarmp, Alarm_enable_precise_timestamp): Add