aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 5 insertions, 15 deletions
diff --git a/TODO b/TODO
index f87b24fb2..5d50342a3 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,4 @@
10.9.0pre2: 10.9.0pre2:
2 FS:
3 - FS performance benchmarking
4* DHT: [Nate]
5 - track paths content travels (PUT, reply-to-get) in messages,
6 pass to client (client API & protocol already support this!)
7* CORE: 2* CORE:
8 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. 3 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
9 (transport notified us that we connected to ourselves!!!) 4 (transport notified us that we connected to ourselves!!!)
@@ -19,8 +14,11 @@
19 14
200.9.0pre3: 150.9.0pre3:
21* Determine RC bugs and fix those (release should have no known real bugs) 16* Determine RC bugs and fix those (release should have no known real bugs)
22* DATASTORE: [LT] 17* DHT: [Nate]
23 - GNUNET_DATASTORE_cancel method not tested [LT] 18 - track paths content travels (PUT, reply-to-get) in messages,
19 pass to client (client API & protocol already support this!)
20* DATASTORE:
21 - GNUNET_DATASTORE_cancel method not tested
24* TESTING: [Nate] 22* TESTING: [Nate]
25 - test basic peer re-configure 23 - test basic peer re-configure
26* TOPOLOGY: [Nate] 24* TOPOLOGY: [Nate]
@@ -39,14 +37,6 @@
39 + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download) 37 + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
40 + add support for pushing "already seen" search results to FS service for bloomfilter 38 + add support for pushing "already seen" search results to FS service for bloomfilter
41 + use different 'priority' for probe downloads vs. normal downloads 39 + use different 'priority' for probe downloads vs. normal downloads
42 - service:
43 + trust: do not charge when "idle" / load considerations (migration, routing)
44 + artificial delays
45 + active reply route caching design & implementation; gap extension!
46 - non-anonymous FS service (needs DHT)
47 + DHT integration for search
48 + CS-DHT-functions (DHT-put of LOC)
49 + P2P-functions (DHT-get)
50 - implement FS performance tests 40 - implement FS performance tests
51 + insert 41 + insert
52 + download 42 + download