aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-25 10:25:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-25 10:25:22 +0000
commit3b17bb4814b17e7975dbd101942f830d6430b6b9 (patch)
tree21f6b2a21772115426a090264829397293e5b561 /README
parent63b5f01682144ebb24cbfbcc05b2260cd3fa2605 (diff)
downloadlibmicrohttpd-3b17bb4814b17e7975dbd101942f830d6430b6b9.tar.gz
libmicrohttpd-3b17bb4814b17e7975dbd101942f830d6430b6b9.zip
docu updates, API extensions, version bump
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index 8fb8d652..757e9cee 100644
--- a/README
+++ b/README
@@ -72,15 +72,6 @@ implemented (in order of importance) before we can claim to be
72reasonably complete. 72reasonably complete.
73 73
74 74
75Missing features:
76=================
77- SSL support does not work with SELECT-based threading modes
78 (issue is that the gnutls state machine does not like EAGAIN/EINTR
79 return values from send/recv, despite having tons of
80 branches on those values).
81- SSL code is not working (GNUtls integration broken)
82
83
84Untested features: 75Untested features:
85================== 76==================
86- add testcases for http/1.1 pipelining (need 77- add testcases for http/1.1 pipelining (need
@@ -111,7 +102,6 @@ Missing documentation:
111 102
112- manual: 103- manual:
113 * document configuration options 104 * document configuration options
114 * document SSL/TLS support
115 * document details on porting MHD (plibc, z/OS) 105 * document details on porting MHD (plibc, z/OS)
116- tutorial: 106- tutorial:
117 * clean up English 107 * clean up English