From 2e318337e1c107c9b1f9091455d5a7e467c9e1e2 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 4 Mar 2009 16:43:17 -0500 Subject: Switch to using davfs2 for webdav --- TODO | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fb5df4f..5cac6ef 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ == For 1.0 == - debuginfofs-mirror: - - Fix half-assed logging - - Fix half-assed i18n - Clean up methods (move stuff from main() to the class) - Flag to remove out-of-date (unused) debuginfo files - Rawhide builds expire very quickly @@ -18,18 +16,10 @@ Server: - Cleanups for debuginfofs-mirror: - make --verbose work properly - Figure out if we can make yum handle checking for already-cached files + - Fix half-assed logging + - Fix half-assed i18n - make debuginfofs-mirror able to use rsync? - Avahi announce server to local network -Client: -- Use a better FUSE-webdav implementation - - multithreaded - - yes, wdfs is single-threaded. bluh. - - davfs2 is multithreaded, I think - - support seek() / byte ranges - - wdfs does a GET on the entire file - and keeps it in RAM - - Optional: cache files locally - - wdfs doesn't do this - - davfs2 can do this == Crazy future ideas == - Provide source files as well -- cgit