aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-10 21:05:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-10 21:05:27 +0000
commit8a9ac8c92b1fb30c91c700d42e84749cc8aabb68 (patch)
tree9736e38967822068abd3b8bc01b2d35931e881ff /TODO
parent85a049155d73ab1001f417b0786b8aefbdd01fd2 (diff)
downloadgnunet-8a9ac8c92b1fb30c91c700d42e84749cc8aabb68.tar.gz
gnunet-8a9ac8c92b1fb30c91c700d42e84749cc8aabb68.zip
work on HELLO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 83f25cf3a..868cc5b62 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,12 @@
10.9.0pre0 [April]: 10.9.0pre0 [April]:
2* HOSTLIST: seems to have NO 'tcp' in it, so cannot have any addresses!? [CG] 2* HOSTLIST: seems to have NO 'tcp' in it, so cannot have any addresses!? [CG]
3* FS-acceptance testing [CG]
4* Release checks:
5 - portability
6 - coverity
7 - clang
8 - cppcheck
9* ChangeLog update
3* WWW: 10* WWW:
4 - Get IPv6 hooked up [AK, after April 12th] 11 - Get IPv6 hooked up [AK, after April 12th]
5 - change DNS [CG, need DNS] 12 - change DNS [CG, need DNS]
@@ -15,8 +22,6 @@
15 - only connect() sockets that are ready (select()) [Nils] 22 - only connect() sockets that are ready (select()) [Nils]
16 [On W32, we need to select after calling socket before 23 [On W32, we need to select after calling socket before
17 doing connect etc.] 24 doing connect etc.]
18* HELLO: [CG]
19 - need function to test "equivalency" of HELLOs (or integrate with "merge"?); use in PEERINFO
20* SETUP: 25* SETUP:
21 - design & implement new setup tool 26 - design & implement new setup tool
22* TBENCH: [MW] 27* TBENCH: [MW]