diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-14 06:27:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-14 06:27:39 +0000 |
commit | b9fe5130ab920a3d3a0b2984609994b39e2267b3 (patch) | |
tree | c9162771438eb34bc4ef85c9053a76dfc8251922 /doc | |
parent | 6da96f0ed79f532dedbf3af109f90f263301afd8 (diff) | |
download | tor-b9fe5130ab920a3d3a0b2984609994b39e2267b3.tar.gz tor-b9fe5130ab920a3d3a0b2984609994b39e2267b3.zip |
two more todo's, plus a cleanup
svn:r7046
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,6 +32,8 @@ Items for 0.1.2.x: - bug #314: is the fix for this just to check not only address_is_in_virtual_range(req->address) but also to check whether ent = strmap_get(addressmap, address) and ent->new_address is set? + - when we start, remove any entryguards that are listed in excludenodes. + - start calling dev releases 0.1.2.1-alpha-dev, not -cvs. - enumerate events of important things that occur in tor, so vidalia can react. - We should ship with a list of stable dir mirrors -- they're not @@ -221,7 +223,7 @@ Minor items for 0.1.2.x as time permits. - The bw_accounting file should get merged into the state file. - Streamline how we define a guard node as 'up'. - Better installers and build processes. - - Commit edmanm's win32 makefile to tor cvs contrib, or write a new one. + - Commit edmanm's win32 makefile to tor contrib, or write a new one. - Christian Grothoff's attack of infinite-length circuit. the solution is to have a separate 'extend-data' cell type which is used for the first N data cells, and only |