TODO 1.2 KB

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