aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 184c04a9f..e536258a4 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,6 @@
21* UTIL: 21* UTIL:
22 - only connect() sockets that are ready (select()) [Nils] 22 - only connect() sockets that are ready (select()) [Nils]
23 [On W32, we need to select after calling socket before doing connect etc.] 23 [On W32, we need to select after calling socket before doing connect etc.]
24 - add support for UNIX domain sockets [CG]
25* GNUNET-GTK: 24* GNUNET-GTK:
26 - search events: 25 - search events:
27 + results 26 + results
@@ -70,8 +69,8 @@
70 - better crash management (attach debugging support, capture and analyze 69 - better crash management (attach debugging support, capture and analyze
71 debug output, detect random vs. deterministic crashes) 70 debug output, detect random vs. deterministic crashes)
72 - discover dependencies between services 71 - discover dependencies between services
73 => need UNIX domain sockets first!
74 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?) 72 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
73 - add listen socket forwarding to child processes on supported platforms
75* FS: [CG] 74* FS: [CG]
76 - datastore reservation (publishing) 75 - datastore reservation (publishing)
77 - location URIs (publish, search, download) 76 - location URIs (publish, search, download)