summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar m0gg2007-01-03 13:41:52 +0000
committerGravatar m0gg2007-01-03 13:41:52 +0000
commit59496b8f47ef1ceb7564ea5a052a57018374029f (patch)
tree79fb027a7daaf99b2d679c367650f17f8970c168 /TODO
parentec3069c4d22c203ccec20eb48618c9cbef2a8b59 (diff)
downloadcsoap-59496b8f47ef1ceb7564ea5a052a57018374029f.tar.gz
csoap-59496b8f47ef1ceb7564ea5a052a57018374029f.tar.bz2
README.ssl moved to nanohttp-ssl.h
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 18 insertions, 9 deletions
diff --git a/TODO b/TODO
index 8381e81..abe2b30 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.17 2007/01/03 12:16:02 m0gg Exp $
+$Id: TODO,v 1.18 2007/01/03 13:41:52 m0gg Exp $
===============================================================================
Things to do _before_ 1.2 release:
@@ -11,8 +11,8 @@ nanohttp:
- "GET http://fdqn/service HTTP/1.1" segfaults
- Check portability to Win32/MaxOS (only tested on FreeBSD/Solaris/Linux)
- remove CFLAGS="-D_XOPEN_SOURCE=600" ./configure on Linux
-- Elaborate README.ssl (more text and references to csoap API docs, OpenSSL)
- - move this documentation to nanohttp-ssl.h
+- Elaborate nanohttp_ssl_page
+ - (more text and references OpenSSL (project and man pages))
- delete or fix broken examples (see Makefile.am)
- Improve API documentation
@@ -23,7 +23,15 @@ csoap:
- Check portability to Win32/Linux/MaxOS (only tested on FreeBSD 6.2)
- Improve API documentation
- Add reference to http://www.w3.org/TR/SOAP-attachments
-- Write README.xmlsec like README.ssl
+- document xmlsec (like nanohttp_ssl_page)
+
+xsd2c:
+======
+- Check portability
+
+wsdl2c:
+=======
+- Check portability
Things to do _after_ 1.2 release:
=================================
@@ -54,12 +62,13 @@ csoap:
wsdl2c:
=======
+- generate csoap client/server skeletons
xsd2c:
======
-
-+ Add extension base functionality OK
-+ Add deserialize functionality OK
-+ Add simpleTypes (list, restriction?, ...)
-+ List free must use ( <Obj>_Free(..->value) ) instead of ( free() )
+- Check if this is already done:
+ - Add extension base functionality OK
+ - Add deserialize functionality OK
+ - Add simpleTypes (list, restriction?, ...)
+ - List free must use ( <Obj>_Free(..->value) ) instead of ( free() )