summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-29 11:31:35 +0000
committerGravatar m0gg2006-11-29 11:31:35 +0000
commit85d2ea628b121383173c1ef8c3b176ed6891aee9 (patch)
treec0c0fd9f90dc7581ab66c580311c1b20cfef1291 /TODO
parentfd7c2c579f6b10531f1aad4c75ebfadc03652e90 (diff)
downloadcsoap-85d2ea628b121383173c1ef8c3b176ed6891aee9.tar.gz
csoap-85d2ea628b121383173c1ef8c3b176ed6891aee9.tar.bz2
Buildsystem cleanup; documentation enhancements
Diffstat (limited to 'TODO')
-rw-r--r--TODO43
1 files changed, 37 insertions, 6 deletions
diff --git a/TODO b/TODO
index 3a3801c..6dc8d10 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,47 @@
-$Id: TODO,v 1.5 2006/11/28 23:45:57 m0gg Exp $
--------------------------------------------------------------------------------
+$Id: TODO,v 1.6 2006/11/29 11:31:37 m0gg Exp $
+===============================================================================
+Things to do _before_ 1.2 release:
+==================================
+
+nanohttp:
+---------
- Get rid of #ifdef HAVE_SSL in nanohttp-socket.c
-- remove most of the typedefs!
+- API documentation
+- remove internal typedefs!
+- include neccessary headers in nanohttp-client.h and nanohttp-server.h if
+ __NANOHTTP_INTERNAL isn't specified
+- Check portability to Win32/Linux/MaxOS (only tested on FreeBSD 6.2)
- cleanup circular module dependencies (e.g. hsocket <-> hssl)
-- include neccessary headers in *-client.h *-server.h if __*_INTERNAL isn't
- specified
- improve error handling!!!!
- optimize mime API
- cleanup/improve nanohttp request parsing
-- XML encryption/signature verification
- Check portability to Win32/Linux/MaxOS (only tested on FreeBSD 6.2)
+- Write README.ssl
+
+csoap:
+------
+- move service description documents from router to service (???)
+- Check portability to Win32/Linux/MaxOS (only tested on FreeBSD 6.2)
+- soap-nudp.c needs testing
+- XML signature verification
- API documentation
- Add reference to http://www.w3.org/TR/SOAP-attachments
+- include neccessary headers in soap-client.h and soap-server.h if
+ __CSOAP_INTERNAL isn't specified
+- correct handling of configure flag --with-xmlsec1
+- Write README.xmlsec
+
+Additional things to do:
+========================
+
+nanohttp:
+---------
+- add DIME attachments
+- add BASE64 decoding for MIME attachments
+
+csoap:
+------
+- soap-nudp.c one thread per request (see soap_nudp_server_run)
+- soap-nudp message re-transmission