aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
commitba1a6724a6da40090b9cc08a6dcccf61a246926e (patch)
treefd12a4b48548b9265e61a80933445460c3ba3b0d /TODO
parentc914e078ab8e9dc2b65f2bc02ce260b9d1d209de (diff)
downloadgnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.tar.gz
gnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.zip
docu
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 21 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6f01259c2..02ba1ee1f 100644
--- a/TODO
+++ b/TODO
@@ -13,10 +13,28 @@ away), in order in which they will likely be done:
13 13
14Urgent items (before announcing ng.gnunet.org): 14Urgent items (before announcing ng.gnunet.org):
15* topology 15* topology
16 - HELLO advertising does not work (no solicitation!) 16 - valgrind crash (in topology test case):
17==31107== Invalid read of size 8
18==31107== at 0x401DA1: free_peer (gnunet-daemon-topology.c:480)
19==31107== by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)
20==31107== by 0x545DCBD: run_ready (scheduler.c:482)
21==31107== by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)
22==31107== by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)
23==31107== by 0x403477: main (gnunet-daemon-topology.c:1346)
24==31107== Address 0x737e828 is 8 bytes inside a block of size 144 free'd
25==31107== at 0x4C21DBC: free (vg_replace_malloc.c:325)
26==31107== by 0x544240B: GNUNET_xfree_ (common_allocation.c:144)
27==31107== by 0x401E13: free_peer (gnunet-daemon-topology.c:487)
28==31107== by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)
29==31107== by 0x545DCBD: run_ready (scheduler.c:482)
30==31107== by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)
31==31107== by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)
32==31107== by 0x403477: main (gnunet-daemon-topology.c:1346)
33==31107==
17 - considers peers 'connected' well before they actually are 34 - considers peers 'connected' well before they actually are
18 (since core notifies about it too early?) 35 (since core notifies about it too early?);
19 - needs testing 36 - (forced) disconnect does not work (also CORE API issue)
37 - needs testing (not sure the current testcase does much...)
20* hostlist 38* hostlist
21 - test fails (looks like it works, but that's because of a bad 39 - test fails (looks like it works, but that's because of a bad
22 connectivity notification; somehow core is unable to send 40 connectivity notification; somehow core is unable to send