aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-17 22:38:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-17 22:38:02 +0000
commit5f6b859dfe8479da17a0c975c0ff1b8314318e1e (patch)
tree02a49c2b285d28e4f5b02bf93f05522d8169834d /TODO
parente86388bbcce85fc942a97a6e2e8ca47c80de0d66 (diff)
downloadgnunet-5f6b859dfe8479da17a0c975c0ff1b8314318e1e.tar.gz
gnunet-5f6b859dfe8479da17a0c975c0ff1b8314318e1e.zip
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO b/TODO
index 27a5242fd..1e5742f99 100644
--- a/TODO
+++ b/TODO
@@ -13,19 +13,14 @@ away), in order in which they will likely be done:
13* ARM [Safey] 13* ARM [Safey]
14 14
15Urgent items (before announcing ng.gnunet.org): 15Urgent items (before announcing ng.gnunet.org):
16* TRANSPORT:
17 - nondeterministic transport testcase failures in UDP
18 - disconnect notifications from TCP not always as nice as we might want
19 them to be (but how can we do this cleanly given that UDP is connectionless?)
20 - TCP not used bi-directionally (especially important also for PONG!)
21* CORE: 16* CORE:
22 - needs more testing 17 - needs more testing
23* TOPOLOGY: 18* TOPOLOGY:
24 - needs testing 19 - needs more testing
25* HOSTLIST: 20* HOSTLIST:
26 - needs testing 21 - needs testing
27* FS (basic anonymous FS only) 22* FS (basic anonymous FS only)
28 - test multi-peer search/download [needs core first] 23 - test multi-peer search/download
29* new webpage 24* new webpage
30 - run peer => have a 0.9.x hostlist 25 - run peer => have a 0.9.x hostlist
31 - improve basic documentation (configure, dependencies, what works, etc.) 26 - improve basic documentation (configure, dependencies, what works, etc.)
@@ -40,6 +35,10 @@ Urgent items (before announcing ng.gnunet.org):
40 (async peerinfo would not be right) 35 (async peerinfo would not be right)
41 - OS: existing waitpid call is not nice (not integratable with scheduler! fix this!) 36 - OS: existing waitpid call is not nice (not integratable with scheduler! fix this!)
42 => should 'scheduler' support SIGCHILD explicitly? Always? 37 => should 'scheduler' support SIGCHILD explicitly? Always?
38* TRANSPORT:
39 - disconnect notifications from TCP not always as nice as we might want
40 them to be (but how can we do this cleanly given that UDP is connectionless?)
41 - TCP not used bi-directionally (especially important also for PONG!)
43* STATISTICS: 42* STATISTICS:
44 - synchronous/asynchronous API (& implementation) is not nice; 43 - synchronous/asynchronous API (& implementation) is not nice;
45 => provide notification-based API 44 => provide notification-based API