aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-27 20:04:49 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-27 20:04:49 +0000
commit72fc7f436c412e2dbeb283b72a602fa4293b15cc (patch)
treeb93be6eb7d0f3a3c1648b0d015f85e644645430e /TODO
parentbed6dae023442471779a5876c184eef07a1da9a2 (diff)
downloadgnunet-72fc7f436c412e2dbeb283b72a602fa4293b15cc.tar.gz
gnunet-72fc7f436c412e2dbeb283b72a602fa4293b15cc.zip
support check for existing URI
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 5 insertions, 11 deletions
diff --git a/TODO b/TODO
index bafbcbb00..6629b9794 100644
--- a/TODO
+++ b/TODO
@@ -6,17 +6,6 @@
6* UTIL: 6* UTIL:
7 - only connect() sockets that are ready (select()) [Nils] 7 - only connect() sockets that are ready (select()) [Nils]
8 [On W32, we need to select after calling socket before doing connect etc.] 8 [On W32, we need to select after calling socket before doing connect etc.]
9* GNUNET-GTK: [CG]
10 - from-URI only tab:
11 + display from open directory
12 - recursive downloads:
13 + download start: recursive/directory (!)
14 * display directory content as part of 'open directory'
15 * display directory content from download as part of search
16 * honor recursion option (may already be done, check!)
17 - TEST download-start from-URI only in event handler
18 - TEST download lost-parent
19
20* BUGS: 9* BUGS:
21 Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. 10 Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
22 11
@@ -70,6 +59,9 @@
70 - listing of learned namespaces 59 - listing of learned namespaces
71 - collection API & tests 60 - collection API & tests
72 + gnunet-pseudonym (collection support) 61 + gnunet-pseudonym (collection support)
62 - publishing a directory sets the embedded filename to "empty"
63 (likely an issue with cutting off everything before '/' in the filename,
64 which in the case of a directory would leave nothing)
73 - implement FS performance tests 65 - implement FS performance tests
74 + insert 66 + insert
75 + download 67 + download
@@ -109,6 +101,8 @@
109 - implement unindex operation (use dialog with all indexed files for selection) 101 - implement unindex operation (use dialog with all indexed files for selection)
110 - implement download by URI dialog; figure out where to display those downloads! 102 - implement download by URI dialog; figure out where to display those downloads!
111 - figure out where in the GUI we should show active uploads/unindex operations and allow aborts 103 - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
104 - handle 'lost parent' case for recursive downloads (need to move children!)
105
112 106
1130.9.0pre3: 1070.9.0pre3:
114* TRACEKIT: [MW] 108* TRACEKIT: [MW]