Blame TODO

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