updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 26 Jul 2007 15:25:28 +0000 (15:25 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 26 Jul 2007 15:25:28 +0000 (15:25 +0000)
CHANGES.RUNTIME

index 67a870c1fa2e323d9c7abaae22e6dcc6436060da..c3392f0719eda0c7f0ca52fa4a8ec184f971a573 100644 (file)
@@ -1,3 +1,15 @@
+Thu Jul 26 18:13:59 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+       * Changed thread pool call queues thread specific and changed
+         queues to be consumed in last-in-first-out order.  These
+         are optimizations to the thread pool.  Affected file is
+         lib/silcutil/silcthread.c.
+
+Wed Jul 25 19:32:41 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_mime_assembler_purge to lib/silcutil/silcmime.[ch]
+         to purge unfinished fragments from MIME assembler.
+
 Sat Jul 21 14:47:28 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
 
        * Added silc_data2hex and silc_hex2data to