aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-11 05:30:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-11 05:30:19 +0000
commit8db4f9403d80faa67eaf85a2d077c35670596c4d (patch)
tree8aca077b466b92c2d6a296e186bad56f78f08f88 /TODO
parent4acd295ad6076d3c33f62d40324106d3308850ca (diff)
downloadgnunet-8db4f9403d80faa67eaf85a2d077c35670596c4d.tar.gz
gnunet-8db4f9403d80faa67eaf85a2d077c35670596c4d.zip
get time cfg api added
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 13 insertions, 11 deletions
diff --git a/TODO b/TODO
index 40a81dee5..1fedcbca3 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ Core:
7 => bootstrap should use plugins, possible multiple at the same time! 7 => bootstrap should use plugins, possible multiple at the same time!
8 8
9Util: 9Util:
10* consider adding "get_time" to "configuration" API
11* improve disk API [Nils] 10* improve disk API [Nils]
12 11
13TESTCASES WANTED: 12TESTCASES WANTED:
@@ -52,7 +51,7 @@ that would cause them to be executed and check that they are working:
52 - handle_transport_notify_disconnect 51 - handle_transport_notify_disconnect
53 52
54 53
55PHASE #2: (Goal: recover basic core functionality) 54PHASE #2: (Goal: recover basic file-sharing functionality)
56 55
57Datastores: 56Datastores:
58* implement sqlite-based sqstore/datastore service 57* implement sqlite-based sqstore/datastore service
@@ -70,15 +69,7 @@ Applications:
70* FS / fs-libs 69* FS / fs-libs
71 70
72Databases: 71Databases:
73* mysql & postgres backend 72* have ONE backend working
74
75Transports:
76* UDP backend (need LIBRARY to support (de)fragmentation!)
77* HTTP backend
78* Testing:
79 + Testcases for set_quota, timeouts, disconnects, transmit_ready_cancel
80 + Better coverage of gnunet-service-transport (hello validation)
81 + direct test of plugins compliance to plugin API
82 73
83 74
84PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009] 75PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009]
@@ -90,6 +81,17 @@ PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009]
90* tracekit 81* tracekit
91* vpn 82* vpn
92 83
84Transports:
85* UDP backend (need LIBRARY to support (de)fragmentation!)
86* HTTP backend
87* Testing:
88 + Testcases for set_quota, timeouts, disconnects, transmit_ready_cancel
89 + Better coverage of gnunet-service-transport (hello validation)
90 + direct test of plugins compliance to plugin API
91
92Databases:
93* sqlite, mysql & postgres backend
94
93 95
94 96
95Minor TODO items: 97Minor TODO items: