aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-15 21:52:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-15 21:52:24 +0000
commita37a92789e9f862232afcfed22c8e34ae2520e3b (patch)
treed3d8936d99edc09729ab270133a7151886f33ba4
parente8517d7bc10209ed0fcda736de9fab6a6dadf107 (diff)
downloadgnunet-a37a92789e9f862232afcfed22c8e34ae2520e3b.tar.gz
gnunet-a37a92789e9f862232afcfed22c8e34ae2520e3b.zip
handling lost parent
-rw-r--r--TODO12
1 files changed, 5 insertions, 7 deletions
diff --git a/TODO b/TODO
index c6906eef6..d84cb698f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,4 @@
10.9.0pre2: 10.9.0pre2:
2* UTIL:
3 - only connect() sockets that are ready (select()) [Nils]
4 [On W32, we need to select after calling socket before doing connect etc.]
5* CORE: 2* CORE:
6 - derived key generation [Nils] 3 - derived key generation [Nils]
7 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. 4 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
@@ -13,12 +10,10 @@
13 => may have been fixed with instant-notification of disconnect 10 => may have been fixed with instant-notification of disconnect
14 to core on session-oriented connection hick-up; not perfect but 11 to core on session-oriented connection hick-up; not perfect but
15 likely good enough until we get ATS going; still should be tested... 12 likely good enough until we get ATS going; still should be tested...
16` => "peers connected (transport)" now instantly goes to ZERO (core statistic), 13 => "peers connected (transport)" now instantly goes to ZERO (core statistic),
17 but "established sessions" stays up... 14 but "established sessions" stays up...
18 * PWNAT: [Nate/MW/Nils] 15* PWNAT: [Nate/MW/Nils]
19 - W32 port 16 - W32 port
20* GNUNET-GTK: [CG]
21 - handle 'lost parent' case for recursive downloads (need to move children!)
22 17
230.9.0pre3: 180.9.0pre3:
24* Determine RC bugs and fix those (release should have no known real bugs) 19* Determine RC bugs and fix those (release should have no known real bugs)
@@ -83,6 +78,9 @@
83 78
840.9.0: 790.9.0:
85* Determine RC bugs and fix those (release should have no known real bugs) 80* Determine RC bugs and fix those (release should have no known real bugs)
81* UTIL:
82 - only connect() sockets that are ready (select()) [Nils]
83 [On W32, we need to select after calling socket before doing connect etc.]
86* new webpage: [BL] 84* new webpage: [BL]
87 - convert documentation pages to books 85 - convert documentation pages to books
88 - update books (especially for developers) 86 - update books (especially for developers)