aboutsummaryrefslogtreecommitdiff
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 @@
1Run "autoreconf -f -i" to create configure. 1Run "autoreconf -f -i" to create configure.
2 2
3This is still pre-alpha software. The following 3This is still pre-alpha software. The following
4things need to be implemented before it can be used 4things need to be implemented (in list of importance)
5at all: 5before certain features can be used at all:
6 6
7 7
8 8For ANYTHING:
9In general: 9=============
10===========
11session.c: 10session.c:
12- MHD_session_get_fdset (essentially not implemented) 11- MHD_session_get_fdset (essentially not implemented)
13- MHD_find_access_handler (not implemented)
14- add additional LOG messages for debugging
15 12
13For GET args:
14=============
15session.c:
16- MHD_parse_session_headers: take URL apart
16 17
17For PUT/POST: 18For PUT/POST:
18============= 19=============
@@ -20,28 +21,18 @@ session.c:
20- MHD_parse_session_headers (determine upload size) 21- MHD_parse_session_headers (determine upload size)
21- MHD_session_handle_read (proper handling of upload end) 22- MHD_session_handle_read (proper handling of upload end)
22 23
23
24For COOKIES: 24For COOKIES:
25============ 25============
26session.c: 26session.c:
27- MHD_parse_session_headers: take cookie header apart 27- MHD_parse_session_headers: take cookie header apart
28 28
29
30For GET args:
31=============
32session.c:
33- MHD_parse_session_headers: take URL apart
34
35
36For IPv6: 29For IPv6:
37========= 30=========
38
39daemon.c: 31daemon.c:
40- fix start daemon and accept handlers 32- fix start daemon and accept handlers
41 (tricky bit will be supporting both on 33 (tricky bit will be supporting both on
42 the same socket / port!) 34 the same socket / port!)
43 35
44
45For SSL: 36For SSL:
46======== 37========
47microhttpd.h: 38microhttpd.h: