aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-05 16:16:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-05 16:16:46 +0000
commit69a23725d6937db68fc8ca2fd1e8490220edc7de (patch)
treeb4a4060dfb25ccf18254e0b726120c9b6bef9ee5 /TODO
parentcf96e25a7a3c3864bb936b1b82fd086ca8d16a5e (diff)
downloadgnunet-69a23725d6937db68fc8ca2fd1e8490220edc7de.tar.gz
gnunet-69a23725d6937db68fc8ca2fd1e8490220edc7de.zip
UNIX domain socket support
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)