aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-25 23:13:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-25 23:13:12 +0000
commit5f3bd6f08ff9777a966d82d0b26f421b843760ee (patch)
tree0ae6c778fe13947953a89ce47407aeac65143d19 /TODO
parent6ec2c6dc89a62810fe44696d7faaad9d837105cd (diff)
downloadgnunet-5f3bd6f08ff9777a966d82d0b26f421b843760ee.tar.gz
gnunet-5f3bd6f08ff9777a966d82d0b26f421b843760ee.zip
done
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6c3bdeef2..b6fca4e15 100644
--- a/TODO
+++ b/TODO
@@ -5,6 +5,8 @@ Util:
5* only connect() sockets that are ready (select()) [Nils] 5* only connect() sockets that are ready (select()) [Nils]
6 [On W32, we need to select after calling socket before 6 [On W32, we need to select after calling socket before
7 doing connect etc.] 7 doing connect etc.]
8* Add "DISK" API for creating of temporary files
9 (as used in datacache/ module)
8 10
9PHASE #2: (Goal: recover basic file-sharing functionality) 11PHASE #2: (Goal: recover basic file-sharing functionality)
10 12
@@ -59,9 +61,6 @@ that would cause them to be executed and check that they are working:
59 61
60Module features to implement: 62Module features to implement:
61* datacache (needed for DHT) 63* datacache (needed for DHT)
62 - design plugin API
63 - implement sqlite-based dstore plugin
64 - implement dstore API
65 - implement testcases for dstore API 64 - implement testcases for dstore API
66 - implement testcases for dstore plugin 65 - implement testcases for dstore plugin
67 - implement performance tests 66 - implement performance tests