X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=4c2cef6413d20edbb7915359dd9f75e21d2216fd;hb=562927f2871fedc49ec9e3e7e74bf93cbcafb71e;hp=2a62d8f996abc3bfda712f766a6b05687f3e7390;hpb=cc696d0d065cbe8f397fec1f479973b855ddb4bf;p=silc.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 2a62d8f9..4c2cef64 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,55 @@ +Tue Dec 25 13:53:07 EET 2007 Pekka Riikonen + + * Added silc_getopt to lib/silcutil/silcgetopt.[ch]. + +Sat Dec 22 19:55:28 EET 2007 Pekka Riikonen + + * Added SILC errno API to lib/silcutil/silcerrno.[ch]. Added + SilcResult, generic error code and return value type. Added + global silc_errno that returns last error in that thread. + + * Deprecated SilcSocketStreamStatus, SilcResult replaces it. + Backwards support remains. Affected files are + lib/silcutil/silcsocketstream.[ch]. + + * Deprecated SilcNetStatus, SilcResult replaces it. Backwards + support remains. Affected files are lib/silcutil/silcnet.[ch]. + + * Added errno setting to almost all Runtime Tooolkit routines + in error conditions. + +Sun Dec 16 16:18:04 EET 2007 Pekka Riikonen + + * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch]. + +Sat Dec 15 19:59:53 EET 2007 Pekka Riikonen + + * Added SILC Tls API for Thread-local storage in + lib/silcutil/silcthread.[ch]. Added all platform specific + implementations. Added SilcTls structure to + lib/silcutil/silcthread_i.h that is now in all threads' Tls. + +Thu Dec 13 17:37:21 EET 2007 Pekka Riikonen + + * Clear the locked flag before unlocking mutex, not after. + Affected files are lib/silcutil/unix/silcunixthread.c and + lib/silcutil/symbian/silcsymbianthread.c. + + * Fixed thread pool locking dealing with thread stopping to + prevent deadlocks and crashes. Affected file is + lib/silcutil/silcthread.c. + +Tue Nov 6 17:09:42 EET 2007 Pekka Riikonen + + * Added '%@' formatting to silc_snprintf and variants. It + can be used to render data and structures. Affected files + are lib/silcutil/silcsnprintf.[ch]. + +Sat Oct 27 18:12:40 EEST 2007 Pekka Riikonen + + * Added silc_net_tcp_create_listener2. Affected files are + lib/silcutil/silcnet.h and platform specific implementation. + Sat Sep 1 12:09:32 EEST 2007 Pekka Riikonen * Rewrote parts of the SILC Atomic API to not use volatile