davfs2/TODO

25 lines
616 B
Plaintext
Raw Normal View History

2009-06-13 16:42:40 +00:00
davfs2 TODO 2009-06-13
2009-04-14 19:54:53 +00:00
----------------------
2009-06-13 16:42:40 +00:00
- write a GNU-style manual
- 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