aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
commitc3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5 (patch)
treeace615d5745cbd037c6534abdc3b5f94a2bba7d6 /TODO
parenta095a849fcd95efeb57db80b4346e4f2eedf9899 (diff)
downloadgnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.tar.gz
gnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.zip
adding indexing support
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 391fd483f..073c5e137 100644
--- a/TODO
+++ b/TODO
@@ -37,11 +37,10 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
37 - implement testcases 37 - implement testcases
38* FS (anonymous FS only) 38* FS (anonymous FS only)
39 - design network structs (CS) 39 - design network structs (CS)
40 + list-indexed, index, unindex 40 + list-indexed, unindex
41 + search/download, response 41 + search/download, response
42 - implement basic FS library 42 - implement basic FS library
43 + sharing API 43 + sharing API
44 ~ publish (indexing)
45 ~ unindex & list indexed!!! (need publish to be done) 44 ~ unindex & list indexed!!! (need publish to be done)
46 ~ search (need publish to be done) 45 ~ search (need publish to be done)
47 ~ download (need publish/search to be done) 46 ~ download (need publish/search to be done)
@@ -68,6 +67,7 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
68 + location URIs (publish, search, download) 67 + location URIs (publish, search, download)
69 + persistence support (publish, unindex, search, download) 68 + persistence support (publish, unindex, search, download)
70 + datastore reservation (publishing) 69 + datastore reservation (publishing)
70 + indexing: index-failure-cleanup
71 - implement adv. testcases 71 - implement adv. testcases
72 + insert: sblocks, loc uris 72 + insert: sblocks, loc uris
73 + download: loc uris 73 + download: loc uris