roadrunner ./ChangeLog librr/rr-channel.c libr ...
[email protected] (Jonas Borgstr?m) Fri, 9 Aug 2002 16:00:57 +0200 (CEST)
| Newsgroups | gmane.network.beep.roadrunner.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsrep/roadrunner Module name: roadrunner Changes by: [email protected] 2002-08-09 16:00:57 Modified files: . : ChangeLog librr : rr-channel.c rr-channel.h rr-connection.c rr-connection.h rr-frame.c librr/message : rr-greeting.c librr/tcp : rr-tcpconnection.c Log message: 2002-08-09 Jonas Borgström <[email protected]> * librr/message/rr-greeting.c: (get_frame): s/\n/\r\n/ * librr/rr-channel.c: (rr_channel_init), (finalize), (rr_channel_close), (rr_channel_lock), (rr_channel_unlock): Added some functions to be able to "lock" a channel so it doesn't get closed while using it. * librr/rr-channel.h: * librr/rr-connection.c: (rr_connection_get_channel_locked), (remove_helper), (rr_connection_remove_channel), (close_all_helper), (rr_connection_close_all): Added some functions for closing all channels (only used by TCPConnction) * librr/rr-connection.h: * librr/rr-frame.c: (rr_frame_aggregate): Fixed a buffer overflow bug. * librr/tcp/rr-tcpconnection.c: (handle_seq_frame), (frame_divider), (real_disconnect): use rr_connection_close_all. Patches: http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.82&r2=1.83 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.c.diff?cvsroot=Development&r1=1.36&r2=1.37 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.h.diff?cvsroot=Development&r1=1.35&r2=1.36 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.50&r2=1.51 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.h.diff?cvsroot=Development&r1=1.27&r2=1.28 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-frame.c.diff?cvsroot=Development&r1=1.22&r2=1.23 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-greeting.c.diff?cvsroot=Development&r1=1.22&r2=1.23 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.c.diff?cvsroot=Development&r1=1.63&r2=1.64