aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-12 22:33:16 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-12 22:33:16 +0000
commit05430e871c2e821b613610112615a41d98312a21 (patch)
treebf32befd2fafe427cd43b3e53fa24f12c067501a /TODO
parent0269ad6369a9552b371c88acc449ad7cd07b03da (diff)
downloadgnunet-05430e871c2e821b613610112615a41d98312a21.tar.gz
gnunet-05430e871c2e821b613610112615a41d98312a21.zip
done
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index c99e981a1..462690a9b 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,5 @@
1PHASE #1: (Goal: settle key design questions) 1PHASE #1: (Goal: settle key design questions)
2 2
3core:
4- test fails with fresh /tmp directory (but passes when run a second time)
5 problem seems to be caused by HELLO validation (unvalidated
6 HELLO not used to connect for good, then somehow SETKEY never happens);
7 I suspect the code simply drops messages that happen while no validated
8 HELLO is available; this maybe OK, but I need to find the spot and
9 add at least an INFO-log message; also should then fix testcase to retry.
10
11Util: 3Util:
12* improve disk API [Nils] (Nils, is this done? -Christian) 4* improve disk API [Nils] (Nils, is this done? -Christian)
13* Windows: use events instead of pipes to signal select()s [Nils] 5* Windows: use events instead of pipes to signal select()s [Nils]