davfs2/TODO

39 lines
1.0 KiB
Plaintext
Raw Normal View History

davfs2 TODO 2009-10-23
2009-04-14 19:54:53 +00:00
----------------------
2009-06-13 16:42:40 +00:00
- write a GNU-style manual
2009-08-06 19:51:51 +00:00
- use HTTP transport compression
2009-06-13 16:42:40 +00:00
- remove unecessary calls to delete_cache_file(dir) in cache.c
- calculate size of directories from number of files (not from
the size of the dir-cache-file
- revisit setting and updating of file times
- add code to tidy_cache to remove nodes from node-cache that
have not been used for a long time
- do not use Last-Modified-Time for cache validation if an
Etag is available
2009-04-14 19:54:53 +00:00
- object oriented redisign of cache
- multithreading for HTTP-requests and cache maintainance
2009-07-17 12:01:14 +00:00
- restructure file name extraction and href construction
2009-10-18 09:40:28 +00:00
- revisit precedence rules for options (e.g. username)
- create log message in case of errors that seem to be caused
by broken server implementations (see Debian bug #551782 - davfs2:
improve the output in case of a server with a broken LOCK)
2009-11-14 08:43:24 +00:00
- integrate with gnome-keyring?
2011-05-04 18:26:45 +00:00
- ranged requests for GET (partial download)
- config option for server cert instead of CA cert