updates.
[runtime.git] / CHANGES.RUNTIME
1 Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
2
3         * Moved Base64 routines to lib/silcutil/silcbase64.[ch].  Added
4           SilcStack support to the API.
5
6         * Added allocation support from given stack with SILC_ASN1_ALLOC
7           flag.  Added support for detecting if SILC_ASN1_NULL is present
8           with SILC_ASN1_OPTIONAL flag.  Added support for getting th
9           choice index with SILC_ASN1_CHOICE.  Affected files are
10           lib/silcasn1/silcasn1.h, silcasn1_encode.c and silcasn1_decode.c.
11
12         * Crypto library changes.
13
14           Rewrote and redesigned crypto library initialization.  Added
15           silc_crypto_init and silc_crypto_uninit.
16
17           Added SilcPKCSObject and SilcPKSCAlgorithm contexts to all
18           SilcPKCSObject operation callbacks and SilcPKCSAlgorithm
19           operation callbacks, respectively, as argument.
20
21           Changed silc_pkcs_encrypt, silc_pkcs_decrypt, silc_pkcs_sign
22           and silc_pkcs_verify APIs asynchronous.  They take callback
23           functions now.  Added same callbacks to all SilcPKCSObject
24           and SilcPKCSAlgorithm operation callbacks.
25
26         * Inherit the lock from parent in SilcStack child.  If child
27           doesn't find stack blocks, check from parent.  Added
28           silc_stack_purge.  Affected file is lib/silcutil/silcstack.c.
29
30         * Changed message payload encoding async, due to the PKCS API
31           changes.  Affected files are lib/silccore/silcmessage.[ch].
32
33         * Added new PKCS API support for connauth and SKE.  Affected
34           files are lib/silcske/silconnauth.c and silcske.c.
35
36 Wed Jul  4 20:20:05 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
37
38         * Unified the SILC_STR_FUNC callback.  Affected files are
39           lib/silcutil/silcbuffmt.[ch].
40
41         * Added SilcStack support to SILC File Util API.  Affected files
42           are lib/silcutil/silcfileutil.[ch].
43
44         * Added SilcStack support to SILC FD Stream API.  Affected files
45           are lib/silcutil/silcfdstream.[ch].
46
47         * Added SilcStack support to SILC Scheduler API.  The scheduler
48           now creates stack always.  It can be retrieved by
49           silc_schedule_get_stack.  Affected files are
50           lib/silcutil/silcschedule.[ch], silcschedule_i.h.
51
52         * Added SilcStack child creation and use multi-thread support.
53           Added OOM handler, silc_stack_set_oom_handler.  Affected
54           files are lib/silcutil/silcstack.[ch].
55
56 Tue Jul  3 22:45:56 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
57
58         * Added concept of child stacks to SilcStack, allowing to create
59           true memory pools using SilcStack.  It is now possible to
60           create childs from the parent, without consuming the parent's
61           memory.  The child's memory is returned back to parent when
62           it is freed.  Affected files are lib/silcutil/silcstack.[ch],
63           silcstack_i.h.
64
65         * Added user specified SilcStack support to SILC ASN.1 API.
66           Affected files are lib/silcasn1/silcasn1.[ch].
67
68 Tue Jul  3 18:17:54 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
69
70         * Added SILC DLL API for loading and using shared objects and
71           DLLs.  Affected files are lib/silcutil/sildll.[ch].  Added
72           also test program lib/silcutil/tests/test_silcdll.c.
73
74         * Added SILC Environment manipulation API to
75           lib/silcutil/silcenv.[ch] and test program to
76           lib/silcutil/tests/test_silcenv.c.
77
78         * Renamed silc_hash_table_replace to silc_hash_table_set.
79           Added SilcStack support to SilcHashTable.  Affected files are
80           lib/silcutil/silchashtable.[ch].
81
82         * Added SilcStack support to SilcDList.  Added new function
83           silc_dlist_sinit.  Affected file is lib/silcutil/silcdlist.h.
84
85 Mon Jul  2 21:07:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
86
87         * Removed unaligned memory allocation from SilcStack.  Moved
88           silc_stack_malloc and silc_stack_realloc to public API from
89           private API.  Added silc_stack_[set|get]_alignment that is
90           used to get/set memory alignment with SilcStack.  Affected
91           files are lib/silcutil/silcstack.[ch], silcstack_i.h.
92
93         * Added silc_sfree to lib/silcutil/silcmemory.[ch].
94
95         * Removed silc_smalloc_ua and silc_srealloc_ua.  Affected files
96           are lib/silcutil/silcmemory.[ch].
97
98 Mon Jul  2 17:13:51 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
99
100         * Added SILC Thread Pool API to lib/silcutil/silcthread.[ch],
101           and test program in lib/silcutil/tests/test_silcthread.c.
102
103 -----------------------------------------------------------------------------
104
105 For older changes please see the CHANGES file from the CVS tree.