X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=TODO;h=e7693efc7bf6f951fa6c0fa8b2c023527a5e1a94;hp=7ebae882fdd9d13af89fedfae44d8a81d5ab7202;hb=HEAD;hpb=6e8488ced827350e5c0e95f7a9feffdd80281eae diff --git a/TODO b/TODO index 7ebae882..e7693efc 100644 --- a/TODO +++ b/TODO @@ -16,8 +16,6 @@ Runtime library, lib/silcutil/ o Add SILC Zip API, compression. - o Unix socket support to Socket Stream API (local socket stream). - o file removing, chmod, rmmod, etc. chdir, rmdir, stat, etc. to lib/silcutil/silcfileutil.h. @@ -44,6 +42,10 @@ Runtime library, lib/silcutil/ SILC currently supports SOCKS4 and SOCKS5 but it needs to be compiled in separately. + o Add silc_xml_parse_stream to parse SilcStream XML stream. + + o SILC XML API (wrapper to expat). (***DONE) + o Bring silchttp HTTP server library to SRT. (***DONE) o Simple SILC Rand API for pseudo-random numbers. (***DONE) @@ -139,19 +141,6 @@ Runtime library, lib/silcutil/ rwlock implementation using atomic operations.) not for now. -SILC XML Library, lib/silcxml/ -============================== - - o SILC XML API (wrapper to expat). Look at the expat API and simplify - it. The SILC XML API should have at most 8-10 API functions. It should - be possible to create full XML parser with only one function. And, it - should be possible to have a function that is able to parse an entire - XML document. It should also have a parser function to be able to - parse a stream of XML data (SilcStream). It MUST NOT have operations - that require multiple function calls to be able to execute that one - operation (like creating parser). - - Windows Support ===============