summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 8 insertions, 17 deletions
diff --git a/README b/README
index 7b84bb00..70219998 100644
--- a/README
+++ b/README
@@ -1,18 +1,19 @@
Run "autoreconf -f -i" to create configure.
This is still pre-alpha software. The following
-things need to be implemented before it can be used
-at all:
+things need to be implemented (in list of importance)
+before certain features can be used at all:
-
-In general:
-===========
+For ANYTHING:
+=============
session.c:
- MHD_session_get_fdset (essentially not implemented)
-- MHD_find_access_handler (not implemented)
-- add additional LOG messages for debugging
+For GET args:
+=============
+session.c:
+- MHD_parse_session_headers: take URL apart
For PUT/POST:
=============
@@ -20,28 +21,18 @@ session.c:
- MHD_parse_session_headers (determine upload size)
- MHD_session_handle_read (proper handling of upload end)
-
For COOKIES:
============
session.c:
- MHD_parse_session_headers: take cookie header apart
-
-For GET args:
-=============
-session.c:
-- MHD_parse_session_headers: take URL apart
-
-
For IPv6:
=========
-
daemon.c:
- fix start daemon and accept handlers
(tricky bit will be supporting both on
the same socket / port!)
-
For SSL:
========
microhttpd.h: