aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 6 insertions, 12 deletions
diff --git a/TODO b/TODO
index 3607193e3..3521304e3 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,12 @@
10.9.0: 10.9.0:
2* GNUNET-GTK: [CG]
3 - provide context menus to allow aborts of downloads/uploads
4 - provide way to handle errors (search, download, publish errors)
5* new webpage: 2* new webpage:
6 - write chapter on DHT/block [Nate] 3 - write chapter on DHT/block [Nate]
7 - make a NICE download page
8* big code review 4* big code review
9* Determine RC bugs and fix those (release should have no known real bugs) 5* Determine RC bugs and fix those (release should have no known real bugs)
10* Transport: 6* Transport:
11 - When receiving SESSION_CONNECT: actually consider switching session 7 - When receiving SESSION_CONNECT: actually consider switching session
12 (test this!) 8 (test this!)
13* FS [CG] 9* FS [CG]
14 - implement multi-peer FS performance tests + gauger them!
15 + insert
16 + download
17 + search
18* blocks:
19 + should block plugins live in block/ or with fs/dht/vpn?
20 10
210.9.1: 110.9.1:
22* TRANSPORT: [MW] 12* TRANSPORT: [MW]
@@ -41,8 +31,10 @@
41 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009) 31 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
42 - use different queue prioritization for probe-downloads vs. normal downloads 32 - use different queue prioritization for probe-downloads vs. normal downloads
43 - re-implement gnunet-auto-share 33 - re-implement gnunet-auto-share
44 - implement 'GNUNET_FS_file_information_create_from_directory', avoiding 34 - implement multi-peer FS performance tests + gauger them!
45 code duplication with gnunet-gtk's similar code (!) 35 + insert
36 + download
37 + search
46* GNUNET-GTK: [CG] 38* GNUNET-GTK: [CG]
47 - add tool bar 39 - add tool bar
48 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...) 40 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
@@ -56,6 +48,8 @@
56 + normalize keywords (edit subdialog) 48 + normalize keywords (edit subdialog)
57 - implement download by URI dialog; figure out where to display those downloads! 49 - implement download by URI dialog; figure out where to display those downloads!
58 - add combo box to select desired mime type for search 50 - add combo box to select desired mime type for search
51 - provide context menus to allow aborts of downloads/uploads
52 - provide way to handle errors (search, download, publish errors)
59* ARM: [CG] 53* ARM: [CG]
60 - better tracking of which config changes actually need to cause process restarts by ARM. 54 - better tracking of which config changes actually need to cause process restarts by ARM.
61 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?) 55 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)