updates.
[runtime.git] / CHANGES.RUNTIME
1 Sat Jul 21 14:47:28 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
2
3         * Added silc_data2hex and silc_hex2data to
4           lib/silcutil/silcutil.[ch].
5
6 Thu Jul 19 17:07:02 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
7
8         * Added silc_buffer_strchr to lib/silcutil/silcbuffer.h.
9
10 Tue Jul 17 20:10:41 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
11
12         * Added silc_hexdump to lib/silcutil/silcutil.[ch].
13
14 Fri Jul 13 23:01:45 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
15
16         * Added SILC_GET32_X_MSB macro to lib/silcutil/silctypes.h.
17
18 Wed Jul 11 17:10:11 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
19
20         * Added SILC Timer API to lib/silcutil/silctimer.[ch],
21           silctimer_i.h, tests/test_silctimer.c.
22
23 Tue Jul 10 20:02:04 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
24
25         * Added queue entry free list to thread pool instead of
26           allocating new entry everytime new entry is needed.  Affected
27           file is lib/silcutil/silcthread.c.
28
29 Mon Jul  9 20:21:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
30
31         * Changed thread pool completion callback to SilcTaskCallback so
32           that it can be given directly to destination scheduler.
33           Affected files are lib/silcutil/silcthread.[ch].
34
35 Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
36
37         * Moved Base64 routines to lib/silcutil/silcbase64.[ch].  Added
38           SilcStack support to the API.
39
40         * Inherit the lock from parent in SilcStack child.  If child
41           doesn't find stack blocks, check from parent.  Added
42           silc_stack_purge.  Affected file is lib/silcutil/silcstack.c.
43
44 Wed Jul  4 20:20:05 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
45
46         * Unified the SILC_STR_FUNC callback.  Affected files are
47           lib/silcutil/silcbuffmt.[ch].
48
49         * Added SilcStack support to SILC File Util API.  Affected files
50           are lib/silcutil/silcfileutil.[ch].
51
52         * Added SilcStack support to SILC FD Stream API.  Affected files
53           are lib/silcutil/silcfdstream.[ch].
54
55         * Added SilcStack support to SILC Scheduler API.  The scheduler
56           now creates stack always.  It can be retrieved by
57           silc_schedule_get_stack.  Affected files are
58           lib/silcutil/silcschedule.[ch], silcschedule_i.h.
59
60         * Added SilcStack child creation and use multi-thread support.
61           Added OOM handler, silc_stack_set_oom_handler.  Affected
62           files are lib/silcutil/silcstack.[ch].
63
64 Tue Jul  3 22:45:56 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
65
66         * Added concept of child stacks to SilcStack, allowing to create
67           true memory pools using SilcStack.  It is now possible to
68           create childs from the parent, without consuming the parent's
69           memory.  The child's memory is returned back to parent when
70           it is freed.  Affected files are lib/silcutil/silcstack.[ch],
71           silcstack_i.h.
72
73 Tue Jul  3 18:17:54 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
74
75         * Added SILC DLL API for loading and using shared objects and
76           DLLs.  Affected files are lib/silcutil/sildll.[ch].  Added
77           also test program lib/silcutil/tests/test_silcdll.c.
78
79         * Added SILC Environment manipulation API to
80           lib/silcutil/silcenv.[ch] and test program to
81           lib/silcutil/tests/test_silcenv.c.
82
83         * Renamed silc_hash_table_replace to silc_hash_table_set.
84           Added SilcStack support to SilcHashTable.  Affected files are
85           lib/silcutil/silchashtable.[ch].
86
87         * Added SilcStack support to SilcDList.  Added new function
88           silc_dlist_sinit.  Affected file is lib/silcutil/silcdlist.h.
89
90 Mon Jul  2 21:07:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
91
92         * Removed unaligned memory allocation from SilcStack.  Moved
93           silc_stack_malloc and silc_stack_realloc to public API from
94           private API.  Added silc_stack_[set|get]_alignment that is
95           used to get/set memory alignment with SilcStack.  Affected
96           files are lib/silcutil/silcstack.[ch], silcstack_i.h.
97
98         * Added silc_sfree to lib/silcutil/silcmemory.[ch].
99
100         * Removed silc_smalloc_ua and silc_srealloc_ua.  Affected files
101           are lib/silcutil/silcmemory.[ch].
102
103 Mon Jul  2 17:13:51 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
104
105         * Added SILC Thread Pool API to lib/silcutil/silcthread.[ch],
106           and test program in lib/silcutil/tests/test_silcthread.c.
107
108 -----------------------------------------------------------------------------
109
110 For older changes please see the CHANGES file from the CVS tree.