aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-22 13:37:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-22 13:37:22 +0000
commit2f393b8e200600d1dfb1ced22cc4ef8269a49c2a (patch)
tree81c199d8e51f98185e1ef759704eea852d735320 /TODO
parent3416e3bc93c475b09b862877a8e67ff8794c8364 (diff)
downloadgnunet-2f393b8e200600d1dfb1ced22cc4ef8269a49c2a.tar.gz
gnunet-2f393b8e200600d1dfb1ced22cc4ef8269a49c2a.zip
adding temp_filename
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 7f4e86826..218e3b94a 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,12 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - support recursive download even if filename is NULL and we hence
4 do not generate files on disk (use temp_filename)
5 - bound parallelism (# fs downloads) 3 - bound parallelism (# fs downloads)
6 - distinguish in performance tracking and event signalling between 4 - distinguish in performance tracking and event signalling between
7 downloads that are actually running and those that are merely in the queue 5 downloads that are actually running and those that are merely in the queue
8 - persistence support (publish, unindex, search, download) 6 - persistence support (publish, unindex, search, download)
9 - active migration support (in fs or in datastore or new daemon?) 7 - active migration support (in fs or in datastore or new daemon?)
10 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) 8 - support for in-line files in directories (FIXME in fs_download)
9 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)
11 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used 10 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
12 - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used 11 - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used
13 - [gnunet-service-fs.c:654]: member 'ConnectedPeer::last_client_replies' is never used 12 - [gnunet-service-fs.c:654]: member 'ConnectedPeer::last_client_replies' is never used
@@ -98,6 +97,9 @@
98* MYSQL database backends: [CG] 97* MYSQL database backends: [CG]
99 - datacache 98 - datacache
100 - datastore 99 - datastore
100* FS:
101 - reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
102
101 103
1020.9.0: 1040.9.0:
103* new webpage: 105* new webpage: