summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 20:01:56 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 20:01:56 +0000
commit551a1cc2e5cec70511671c698f58e607614c8f7f (patch)
tree0d82bfcda15c533ea424b44acd54cba1e3ac6869 /TODO
parent81f7109e01afcc638109eae195f2cc4340e5d843 (diff)
downloadneon-551a1cc2e5cec70511671c698f58e607614c8f7f.tar.gz
Updates.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@548 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 1 insertions, 12 deletions
diff --git a/TODO b/TODO
index f7ef7b4..937211b 100644
--- a/TODO
+++ b/TODO
@@ -7,18 +7,10 @@ Please submit feature requests to <mailto:neon@webdav.org>
For one-point-oh
----------------
-23. Mechanism for aborting a request mid-response; e.g., when a GET
- fails due to out of disk space, abort the download.
-
-31. Make it threadsafe:
- socket.c: getservbyname -> getservbyname_r.
-
-38. Replace all use of split_string/pair_string with ne_token.
-
40. XML body acceptance callback should check Content-Type. Should
also pass encoding to expat if one is given (how about libxml?).
Recent mod_dav's return XML bodies in 424 responses which need
- displaying properly.
+ parsing properly.
44. Finer-grained connection status feedback, i.e., "Sent Request",
"Got response status-line"... "Reading response body"
@@ -26,9 +18,6 @@ For one-point-oh
58. 2616 is quite strict about when to retry non-idempotent requests
and when not to. neon may not be compliant here.
-61. Make everything namespace-safe:
- remove split_string/pair_string.
-
62. Select which auth mechanisms are allowed, e.g. JUST SAY NO to
basic might very well be useful to some apps.