aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-05 13:19:01 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-05 13:19:01 +0000
commit32e19a47f4e6bd369e99e3d292be7b01c009edac (patch)
tree7a43fdac918d23415b515d47ff837c28ede108fd /TODO
parent3de7118c925ac03b973655af6bfedc606aa097b4 (diff)
downloadgnunet-32e19a47f4e6bd369e99e3d292be7b01c009edac.tar.gz
gnunet-32e19a47f4e6bd369e99e3d292be7b01c009edac.zip
seach
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO b/TODO
index 209a0c9f3..ac8cf0802 100644
--- a/TODO
+++ b/TODO
@@ -18,7 +18,7 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
18 - implement library for local testing 18 - implement library for local testing
19 + modify configuration to allow controlling 19 + modify configuration to allow controlling
20 connections for non-local starts 20 connections for non-local starts
21 + CORE service does not start with valid peer ID (all zeross) 21 + CORE service does not start with valid peer ID (all zeros)
22 -- testcase fails! 22 -- testcase fails!
23 + consider changing API for peer-group termination 23 + consider changing API for peer-group termination
24 to call continuation when done 24 to call continuation when done
@@ -37,14 +37,17 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
37 - implement testcases 37 - implement testcases
38* FS (basic anonymous FS only) 38* FS (basic anonymous FS only)
39 - implement basic FS library 39 - implement basic FS library
40 - keyword-search 40 - download API
41 - download (need search to be done) 41 - gnunet-search (binary)
42 - gnunet-unindex (binary)
43 - gnunet-download (binary)
44 - API FIX: change type for anonymity/priority from unsigned int to uint32_t!
42 - design network structs (P2P) 45 - design network structs (P2P)
43 + query 46 + query
44 + response 47 + response
45 - implement FS service 48 - implement FS service
46 + datastore request queueing mechanism 49 + datastore request queueing mechanism
47 + CS-functions (search, download, index, get_indexed, unindex) 50 + CS-functions (search/download, index, get_indexed, unindex)
48 + P2P-functions (query, response) 51 + P2P-functions (query, response)
49 - implement testcases 52 - implement testcases
50 + URI API 53 + URI API
@@ -74,8 +77,7 @@ PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009]
74 - advanced FS API parts 77 - advanced FS API parts
75 + namespaces 78 + namespaces
76 ~ fundamental namespace API 79 ~ fundamental namespace API
77 ~ SBlock search 80 + search: SBlocks, KSBlocks, probes
78 ~ KSBlocks!?
79 + collection 81 + collection
80 + location URIs (publish, search, download) 82 + location URIs (publish, search, download)
81 + persistence support (publish, unindex, search, download) 83 + persistence support (publish, unindex, search, download)