aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 23:25:25 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 23:25:25 +0000
commit82381396ffa4bb7e39821f57315e1ab4143ae7ea (patch)
treebcdae9f783fba37d3ebeecadee34ad4f489d37c4 /README
parent41bfbef69f5720fafac18cfd8d5e728241f186d5 (diff)
downloadlibmicrohttpd-82381396ffa4bb7e39821f57315e1ab4143ae7ea.tar.gz
libmicrohttpd-82381396ffa4bb7e39821f57315e1ab4143ae7ea.zip
addressing 1433
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index 2bca4bcf..25ff36f9 100644
--- a/README
+++ b/README
@@ -70,18 +70,18 @@ reasonably complete.
70 70
71Missing features: 71Missing features:
72================= 72=================
73- MHD_get_daemon_info is not implemented
73- SSL code is still too large: 74- SSL code is still too large:
74 - plenty of dead or unnecessary code imported from gnuTLS 75 * libgcrypt is used, and is also bloated
75 => hunt for more dead code!
76 - some code is replicated (also in libgcrypt)
77 - libgcrypt is used, and is also bloated
78 => integrate required portions of libgcrypt into our tree 76 => integrate required portions of libgcrypt into our tree
79 instead of linking against it 77 instead of linking against it
78 * still some bloat in the SSL code;
79 consider removing "client" functionality
80 * most likely some headers declare functions, constants
81 and types that are no longer present or used
82 * possibly other dead code
80- Make sure SSL works on non-GNU/Linux platforms 83- Make sure SSL works on non-GNU/Linux platforms
81 84
82- MHD_tls_connection_close is not called in any testcase!???
83 (is it used properly in the code!?)
84
85 85
86Untested features: 86Untested features:
87================== 87==================
@@ -99,12 +99,13 @@ Untested features:
99 99
100Functions not covered by "make check": 100Functions not covered by "make check":
101====================================== 101======================================
102- MHD_get_connection_values is not called in any testcase 102- MHD_get_connection_values
103- MHD_set_connection_value is not called in any testcase 103- MHD_set_connection_value
104- parse_cookie_header is not tested by any testcase 104- parse_cookie_header
105- parse_arguments is not tested by any testcase 105- parse_arguments
106- MHD_del_response_header is not called by any testcase 106- MHD_del_response_header
107- MHD_get_response_headers is not called by any testcase 107- MHD_get_response_headers
108- MHD_tls_connection_close
108 109
109 110
110Missing documentation: 111Missing documentation: