aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-25 10:59:00 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-25 10:59:00 +0000
commit9cbff87bf9b68c08242b1a6a79221311dc157fc0 (patch)
tree6dacb93610d32de7f16e71765874fe2fb6e3a704 /TODO
parent3d0444f9e6d64d6bc6b109cb743b9e08abcada0e (diff)
downloadgnunet-9cbff87bf9b68c08242b1a6a79221311dc157fc0.tar.gz
gnunet-9cbff87bf9b68c08242b1a6a79221311dc157fc0.zip
hxing
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index 94fc5d4e5..889bdcea5 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
1Implementable right now (but not necessarily important), with caveats 1Implementable right now (but not necessarily important), with caveats
2(unavailable components that will limit what can be implemented right 2(unavailable components that will limit what can be implemented right
3away), in order in which they will likely be done: 3away), in order in which they will likely be done:
4* Buffered IO library (extend gnunet_disk_lib.h?)
5* TESTING 4* TESTING
6* FS (DHT not available) 5* FS (DHT not available)
7* SETUP 6* SETUP
@@ -42,16 +41,16 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
42 - implement FS library 41 - implement FS library
43 + URI API -- DONE (but do more testing) 42 + URI API -- DONE (but do more testing)
44 + getopt API -- DONE (but do more testing) 43 + getopt API -- DONE (but do more testing)
45 + persistence mechanism 44 + persistence mechanism (design done)
46 + sharing API 45 + sharing API
47 ~ file-information 46 ~ file-information (almost done, needs testing)
48 ~ insert 47 ~ insert
49 ~ download
50 ~ search 48 ~ search
51 ~ unindex 49 ~ download
50 ~ unindex & list indexed!!!
52 ~ namespaces 51 ~ namespaces
53 ~ collection 52 ~ collection
54 + directory API 53 + directory API (builder API unclear)
55 - design network structs (P2P) 54 - design network structs (P2P)
56 - datastore request queueing mechanism 55 - datastore request queueing mechanism
57 - implement FS service (needs DHT) 56 - implement FS service (needs DHT)