1
2To Do List for neon                                      -*- text -*-
3===================
4
5Please submit feature requests to <neon@lists.manyfish.co.uk>
6
7For one-point-oh
8----------------
9
10Longer term
11-----------
12
136. PUT with ranges... ne_put_range
14
159. DeltaV support (http://www.webdav.org/deltav/). See also the
16   subversion project (http://subversion.tigris.org/) who might build
17   a versioning system over DAV.
18
1914. Improved request-header manipulation... some kind of indexed table
20    (a la Apache, libghttp, so we're sure we don't add the same header
21    to the request twice.  Better control over adding Cache-Control
22    headers would be good too.
23
2421. Storing multiple authentication "sessions" within an actual
25    auth_session, so I can log into e.g. /foo/ and /bar/ (which are
26    not in the same authentication domain) and switch between them
27    without having to re-enter passwords all the time.
28
2946. Asynchronous request-dispatching? Makes integration into GUI loop
30    easy... any other reasons?  Must leave existing request_dispatch
31    interface intact.
32
3350. opendir/readdir/closedir-esque interface for PROPFIND depth 1, 
34    a la EZDAV. (cadaver has it already)
35
36