aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 12d6ff0b6..3de192e12 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -23,10 +23,10 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * 24 *
25 * TODO: 25 * TODO:
26 * - handle recursive downloads (need directory &
27 * fs-level download-parallelism management)
26 * - location URI suppport (can wait, easy) 28 * - location URI suppport (can wait, easy)
27 * - check if blocks exist already (can wait, easy) 29 * - check if blocks exist already (can wait, easy)
28 * - handle recursive downloads (need directory &
29 * fs-level download-parallelism management, can wait)
30 * - check if iblocks can be computed from existing blocks (can wait, hard) 30 * - check if iblocks can be computed from existing blocks (can wait, hard)
31 * - persistence (can wait) 31 * - persistence (can wait)
32 */ 32 */