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