summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar m0gg2007-11-03 22:40:09 +0000
committerGravatar m0gg2007-11-03 22:40:09 +0000
commit8a6946b18003fae6400a137389f0cb13d0ac4bd6 (patch)
tree1fb0e6f58de5596f8dae00998da18472fb4952a1 /TODO
parentc1a7b2dabdc691139b744f0d4750f3b797b69073 (diff)
downloadcsoap-8a6946b18003fae6400a137389f0cb13d0ac4bd6.tar.gz
csoap-8a6946b18003fae6400a137389f0cb13d0ac4bd6.tar.bz2
Split nanoHTTP and cSOAP logging
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index abe2b30..291cb0b 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.18 2007/01/03 13:41:52 m0gg Exp $
+$Id: TODO,v 1.19 2007/11/03 22:40:09 m0gg Exp $
===============================================================================
Things to do _before_ 1.2 release:
@@ -7,6 +7,8 @@ Things to do _before_ 1.2 release:
nanohttp:
---------
- improve error handling!!!!
+ - write tests (for each??) error case
+ - trigger tests after build
- cleanup/improve nanohttp request parsing
- "GET http://fdqn/service HTTP/1.1" segfaults
- Check portability to Win32/MaxOS (only tested on FreeBSD/Solaris/Linux)
@@ -44,14 +46,14 @@ Additional things that could be done:
=====================================
nanohttp:
----------
+=========
- add DIME attachments (SOAP MTOM)
- add BASE64 decoding for MIME attachments (?)
- cleanup circular module dependencies
- e.g. nanohttp-stream should hide hsocket, hssl
csoap:
-------
+======
- add examples from http://www.xmethods.org (Google, UDDI)
- soap-nudp.c one thread per request (see soap_nudp_server_run)
- http://www.ws-i.org/Profiles/BasicProfile-1.0.html conformance testing