From: Pekka Riikonen Date: Wed, 6 Jun 2007 14:33:22 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.1~40 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=0b34e8a197442aa4627259f45c17315e27ac73a6 updates. --- diff --git a/CHANGES b/CHANGES index 9c0b3f31..cb943124 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +Wed Jun 6 18:33:05 EEST 2007 Pekka Riikonen + + * Added notify callback to silc_schedule_init which can be used to + set a notify callback for scheduler which is called when task is + added to scheduler or deleted from scheduler. Affected file + is lib/silcutil/silcschedule.[ch]. + + * Dispatch timeout tasks after dispatching FD tasks if the timeout + was very short. Affected file is lib/silcutil/silcschedule.c. + + * Rewrote the SILC scheduler handling in SILC Client to not poll + every few msecs but to use the new notify callback. Affected + file is apps/irssi/src/silc/core/silc-core.c. + + * Fixed SFTP client library read buffer size which was too small. + Affected file is lib/silcsftp/sftp_client.c. + + * Fixed file transfer crash bug in /QUIT in SILC Client. Close + the FTP sessions before quitting the client. Affected file + is apps/irssi/src/silc/core/silc-servers.c. + Tue Jun 5 20:48:40 EEST 2007 Pekka Riikonen * Fixed silc_packet_get_ids to decode the IDs correctly.