aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 23:17:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 23:17:59 +0000
commitcc3075c47c2dc99c729226a13003c5b400986812 (patch)
tree2f79ca871c7daac48b51289eaed44e9e7468c400
parentbdf36f5107515427199fc5ff5776b7baa61f8155 (diff)
downloadgnunet-cc3075c47c2dc99c729226a13003c5b400986812.tar.gz
gnunet-cc3075c47c2dc99c729226a13003c5b400986812.zip
update
-rw-r--r--TODO25
1 files changed, 7 insertions, 18 deletions
diff --git a/TODO b/TODO
index e2aa2f64c..6ed0584a6 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,4 @@
10.9.0pre3: 10.9.0pre3:
2* TRANSPORT: [MW]
3 - [#1585, #1583, #1582] transport-level disconnect (i.e. TCP) does not cause core-level
4 disconnect in a timely fashion (waits for connection timeout);
5 need to figure a way to make it near-instant in those cases
6 (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
7 => may have been fixed with instant-notification of disconnect
8 to core on session-oriented connection hick-up; not perfect but
9 likely good enough until we get ATS going; still should be tested...
10 => "peers connected (transport)" now instantly goes to ZERO (core statistic),
11 but "established sessions" stays up...
12* NAT/UPNP: [Milan / Ayush / MW] 2* NAT/UPNP: [Milan / Ayush / MW]
13 - [#1609] code clean up 3 - [#1609] code clean up
14 - testing 4 - testing
@@ -24,6 +14,11 @@
24 + download 14 + download
25 + search 15 + search
26 - implement anonymity level > 1 16 - implement anonymity level > 1
17 - exclude content that will "soon" expire from migration
18 - make migration data rate & datastore IO-rate configurable
19 - exclude certain peers as targets (based on hash values) in each
20 iteration => same peer can only be picked every n-th iteration
21 for the same content => fewer duplicate sending!
27* GNUNET-GTK: [CG] 22* GNUNET-GTK: [CG]
28 - figure out where in the GUI we should show active upload operations and allow aborts 23 - figure out where in the GUI we should show active upload operations and allow aborts
29 - handle events: 24 - handle events:
@@ -34,14 +29,8 @@
340.9.0: 290.9.0:
35* new webpage: 30* new webpage:
36 - update books (especially for developers) 31 - update books (especially for developers)
37 - make a NICE download page and figure out how to enable developers to publish TGZs nicely 32 - make a NICE download page
38 - port "contact" page 33 - create "contact" page
39* FS migration:
40 - exclude content that will "soon" expire from migration
41 - make migration data rate & datastore IO-rate configurable
42 - exclude certain peers as targets (based on hash values) in each
43 iteration => same peer can only be picked every n-th iteration
44 for the same content => fewer duplicate sending!
45* big code review 34* big code review
46* Determine RC bugs and fix those (release should have no known real bugs) 35* Determine RC bugs and fix those (release should have no known real bugs)
47 36