aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-27 13:40:04 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-27 13:40:04 +0000
commit9c50ed21bb57e53eaa0b0011b1523f1984c857f3 (patch)
treeb9498d1bfcf595b74ad5e6511edba6fce42df79f /TODO
parent2cb9c03d745f69e5cfd0964a75aff1a33acf838f (diff)
downloadgnunet-9c50ed21bb57e53eaa0b0011b1523f1984c857f3.tar.gz
gnunet-9c50ed21bb57e53eaa0b0011b1523f1984c857f3.zip
bounded parallelism
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 5 insertions, 8 deletions
diff --git a/TODO b/TODO
index a4393324c..3db19b785 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,9 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - bound parallelism (# fs downloads) 3 - search: availability probes [needed for full persistence support...]
4 - distinguish in performance tracking and event signalling between 4 - Allow checking of presence of search results and/or content via command-line tools
5 downloads that are actually running and those that are merely in the queue 5 (add options to gnunet-search / gnunet-download to limit search to local peer)
6 [needed for full persistence support...]
6 - persistence support (publish, unindex, search, download) 7 - persistence support (publish, unindex, search, download)
7 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) 8 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)
8 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used 9 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
@@ -70,7 +71,6 @@
70 - shutdown sequence? 71 - shutdown sequence?
71* FS: [CG] 72* FS: [CG]
72 - datastore reservation (publishing) 73 - datastore reservation (publishing)
73 - search: availability probes
74 - location URIs (publish, search, download) 74 - location URIs (publish, search, download)
75 - non-anonymous FS service (needs DHT) 75 - non-anonymous FS service (needs DHT)
76 + DHT integration for search 76 + DHT integration for search
@@ -116,8 +116,7 @@
116 - convert documentation pages to books 116 - convert documentation pages to books
117 - update books (especially for developers) 117 - update books (especially for developers)
118 - create good Drupal theme for GNUnet 118 - create good Drupal theme for GNUnet
119 - make a NICE download page and figure out how to 119 - make a NICE download page and figure out how to enable developers to publish TGZs nicely
120 enable developers to publish TGZs nicely
121 - port "contact" page 120 - port "contact" page
122 - add content type for "todo" items? 121 - add content type for "todo" items?
123* POSTGRES database backends: [CG] 122* POSTGRES database backends: [CG]
@@ -151,8 +150,6 @@
151 (Note: build library always, build service when libxml2/etc. are available) 150 (Note: build library always, build service when libxml2/etc. are available)
152* FS: [CG] 151* FS: [CG]
153 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009) 152 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
154 - Allow checking of presence of search results and/or content via command-line tools
155 (add options to gnunet-search / gnunet-download to limit search to local peer)
156* PEERINFO: [CG] 153* PEERINFO: [CG]
157 - expire 'ancient' HELLOs (those without valid addresses AND that 154 - expire 'ancient' HELLOs (those without valid addresses AND that
158 we have not 'used' (for their public keys) in a while; need a way 155 we have not 'used' (for their public keys) in a while; need a way