Added SilcStack support to SILC File Util API.
[runtime.git] / CHANGES.RUNTIME
1 Wed Jul  4 20:20:05 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
2
3         * Unified the SILC_STR_FUNC callback.  Affected files are
4           lib/silcutil/silcbuffmt.[ch].
5
6         * Added SilcStack support to SILC File Util API.  Affected files
7           are lib/silcutil/silcfileutil.[ch].
8
9         * Added SilcStack support to SILC FD Stream API.  Affected files
10           are lib/silcutil/silcfdstream.[ch].
11
12         * Added SilcStack support to SILC Scheduler API.  The scheduler
13           now creates stack always.  It can be retrieved by
14           silc_schedule_get_stack.  Affected files are
15           lib/silcutil/silcschedule.[ch], silcschedule_i.h.
16
17         * Added SilcStack child creation and use multi-thread support.
18           Added OOM handler, silc_stack_set_oom_handler.  Affected
19           files are lib/silcutil/silcstack.[ch].
20
21 Tue Jul  3 22:45:56 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
22
23         * Added concept of child stacks to SilcStack, allowing to create
24           true memory pools using SilcStack.  It is now possible to
25           create childs from the parent, without consuming the parent's
26           memory.  The child's memory is returned back to parent when
27           it is freed.  Affected files are lib/silcutil/silcstack.[ch],
28           silcstack_i.h.
29
30         * Added user specified SilcStack support to SILC ASN.1 API.
31           Affected files are lib/silcasn1/silcasn1.[ch].
32
33 Tue Jul  3 18:17:54 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
34
35         * Added SILC DLL API for loading and using shared objects and
36           DLLs.  Affected files are lib/silcutil/sildll.[ch].  Added
37           also test program lib/silcutil/tests/test_silcdll.c.
38
39         * Added SILC Environment manipulation API to
40           lib/silcutil/silcenv.[ch] and test program to 
41           lib/silcutil/tests/test_silcenv.c.
42
43         * Renamed silc_hash_table_replace to silc_hash_table_set.
44           Added SilcStack support to SilcHashTable.  Affected files are
45           lib/silcutil/silchashtable.[ch].
46
47         * Added SilcStack support to SilcDList.  Added new function
48           silc_dlist_sinit.  Affected file is lib/silcutil/silcdlist.h.
49
50 Mon Jul  2 21:07:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
51
52         * Removed unaligned memory allocation from SilcStack.  Moved
53           silc_stack_malloc and silc_stack_realloc to public API from
54           private API.  Added silc_stack_[set|get]_alignment that is
55           used to get/set memory alignment with SilcStack.  Affected
56           files are lib/silcutil/silcstack.[ch], silcstack_i.h.
57
58         * Added silc_sfree to lib/silcutil/silcmemory.[ch].
59
60         * Removed silc_smalloc_ua and silc_srealloc_ua.  Affected files
61           are lib/silcutil/silcmemory.[ch].
62
63 Mon Jul  2 17:13:51 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
64
65         * Added SILC Thread Pool API to lib/silcutil/silcthread.[ch],
66           and test program in lib/silcutil/tests/test_silcthread.c.
67
68 -----------------------------------------------------------------------------
69
70 For older changes please see the CHANGES file from the CVS tree.