X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=TODO;h=8fbf2c34e1f9e2788f83ba68f05f78cd31002b87;hp=3dccfb86103c677db86737ba366b273745a7c29e;hb=562927f2871fedc49ec9e3e7e74bf93cbcafb71e;hpb=dcd0f46c0359192154c83de86ec0ca1f84e1a9d0 diff --git a/TODO b/TODO index 3dccfb86..8fbf2c34 100644 --- a/TODO +++ b/TODO @@ -103,15 +103,7 @@ Runtime library, lib/silcutil/ o Add directory opening/traversing functions - o silc_getopt routines - - o Add silc_stream_get_root and add get_root stream operation. It - returns the root of the stream or NULL if stream doesn't have root. - - o Change some stream routines (like socket stream API) to accept ANY - stream and use silc_stream_get_root to get the socket stream from the - given stream. This will make various stream APIs more easier to use - when user doesn't have to dig up the correct stream. + o silc_getopt routines (***DONE) o The SILC Event signals. Asynchronous events that can be created, connected to and signalled. Either own event routines or glued into @@ -201,13 +193,6 @@ Runtime library, lib/silcutil/ o Thread pool API. Add this to lib/silcutil/silcthread.[ch]. (***DONE) - o Fast mutex implementation. Fast rwlock implementation. Mutex and - rwlock implementation using atomic operations. - - o Compression routines are missing. The protocol supports packet - compression thus it must be implemented. SILC Zip API must be - defined. - o Add new functions to SilcStack API in lib/silcutil/silcstack.[ch]. Add silc_stack_[set|get]_alignment. It defines the default alignment used when allocating memory from stack. It can be used to specify special @@ -252,6 +237,18 @@ Runtime library, lib/silcutil/ o Generic SilcResult that includes all possible status and error conditions and generic errno API. (***DONE) + (o Change some stream routines (like socket stream API) to accept ANY + stream and use silc_stream_get_root to get the socket stream from the + given stream. This will make various stream APIs more easier to use + when user doesn't have to dig up the correct stream. + + Add silc_stream_get_root and add get_root stream operation. It + returns the root of the stream or NULL if stream doesn't have root.) maybe + + (o Compression routines are missing. The protocol supports packet + compression thus it must be implemented. SILC Zip API must be + defined.) maybe + (o SilcIpAddr abstraction. Ipv4 and Ipv6 support to the abstaction.) maybe @@ -259,6 +256,9 @@ Runtime library, lib/silcutil/ to all send(), recv(), sendto() etc. Bad thing is that we'd have to define all socket options, sockaddrs, etc.) maybe + (o Fast mutex implementation. Fast rwlock implementation. Mutex and + rwlock implementation using atomic operations.) not for now. + (o mmap) maybe