X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=0cb16895e7d934f9829daa23427408b0d5cf720a;hb=7ec4fcdab215d619ab28156144a0dde26161bc62;hp=1aafd2f2f37b1a642ffc9e72af99eea0e90db98b;hpb=afcd9ed820b767d8b6676a9156fa561b24ac2363;p=runtime.git diff --git a/TODO b/TODO index 1aafd2f2..0cb16895 100644 --- a/TODO +++ b/TODO @@ -44,6 +44,12 @@ 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) o Add directory opening/traversing functions (***DONE, TODO Windows & Symbian) @@ -137,19 +143,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 ===============