aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-29 13:56:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-29 13:56:44 +0000
commit05976bd90050454c8549b4e1e2573a49c92f86fe (patch)
tree3f7621cd120544bd7e58292b2d6d1f5d138966f1 /TODO
parenta79abf09278473b278c611f3eec1a7c785dda44b (diff)
downloadgnunet-05976bd90050454c8549b4e1e2573a49c92f86fe.tar.gz
gnunet-05976bd90050454c8549b4e1e2573a49c92f86fe.zip
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 13 insertions, 14 deletions
diff --git a/TODO b/TODO
index c12840163..54b696237 100644
--- a/TODO
+++ b/TODO
@@ -4,10 +4,6 @@
4 [On W32, we need to select after calling socket before doing connect etc.] 4 [On W32, we need to select after calling socket before doing connect etc.]
5* TRANSPORT: 5* TRANSPORT:
6 - HTTP backend [MW] 6 - HTTP backend [MW]
7 - UDP fails non-deterministically on niko; suspect that it uses hostname-derived,
8 invalid 10.0.0.x address for test-message (which creates transmission failure) [CG]
9 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
10 (transport notified us that we connected to ourselves!!!)
11* CORE: 7* CORE:
12 - transport-level disconnect (i.e. TCP) does not cause core-level 8 - transport-level disconnect (i.e. TCP) does not cause core-level
13 disconnect in a timely fashion (waits for connection timeout); 9 disconnect in a timely fashion (waits for connection timeout);
@@ -36,18 +32,19 @@
36 + download resume 32 + download resume
37 + publish resume 33 + publish resume
38 + publish error 34 + publish error
39 - implement advertise-pseudonym dialog 35 - namespaces:
40 - namespace search 36 + implement advertise-pseudonym dialog
41 - NS list in search dialog should use colors to offset our own namespaces from the others 37 + namespace search
42 - double-clicking on NS list in search dialog should move 'root' to keyword line 38 + NS list in search dialog should use colors to offset our own namespaces from the others
43 - right-clicking on NS list in search dialog should open menu that allows 39 + double-clicking on NS list in search dialog should move 'root' to keyword line
44 + viewing full meta data 40 + right-clicking on NS list in search dialog should open menu that allows
45 + deletion of namespace info 41 / viewing full meta data
46 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...) 42 / deletion of namespace info
47 - implement unindex operation (use dialog with all indexed files for selection)
48 - implement download by URI dialog; figure out where to display those downloads! 43 - implement download by URI dialog; figure out where to display those downloads!
49 - figure out where in the GUI we should show active uploads/unindex operations and allow aborts 44 - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
50 - handle 'lost parent' case for recursive downloads (need to move children!) 45 - bugs:
46 + handle 'lost parent' case for recursive downloads (need to move children!)
47 + clean up TreeStores in main_window_file_publish on dialog close
51* MONKEY: [Safey] 48* MONKEY: [Safey]
52 - better crash management (attach debugging support, capture and analyze 49 - better crash management (attach debugging support, capture and analyze
53 debug output, detect random vs. deterministic crashes) 50 debug output, detect random vs. deterministic crashes)
@@ -115,6 +112,8 @@
115 + normalize keywords (edit subdialog) 112 + normalize keywords (edit subdialog)
116 + set/view previews (edit subdialog) 113 + set/view previews (edit subdialog)
117 - add tool bar 114 - add tool bar
115 - implement unindex operation (use dialog with all indexed files for selection)
116 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
118* MONKEY: [Safey] 117* MONKEY: [Safey]
119 - '-m EMAIL' option for alternative e-mail TO 118 - '-m EMAIL' option for alternative e-mail TO
120 - '-f FILENAME' option to write report to file instead of e-mail (for testing!) 119 - '-f FILENAME' option to write report to file instead of e-mail (for testing!)