summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-12 16:34:45 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-12 16:34:45 +0000
commit656b7761a81155047af6b41fd27c2aa6663b008e (patch)
tree1512af7c66de1e3ee6bb9eebbc055272c83e876e /doc
parent9ed261cd6a75592ffab2259553558fb924e33211 (diff)
downloadtor-656b7761a81155047af6b41fd27c2aa6663b008e.tar.gz
tor-656b7761a81155047af6b41fd27c2aa6663b008e.zip
r13730@catbus: nickm | 2007-07-12 12:32:40 -0400
Patch from lodger: avoid roundoff-error-induced crash bugs when picking routers by bandwidth. Also, remove listed backports for 0.1.2.x; that list is now in TODO.012 svn:r10812
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index ad1cf3c831..865696cacc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -15,10 +15,6 @@ P - phobos claims
Documentation and testing on 0.1.2.x-final series
- - Pending backports for 0.1.2.x:
- - r10148: Open cached-routers with FILE_SHARE_READ on win32.
- - r10493: Weight guard selection by bandwidth.
-
N - Test guard unreachable logic; make sure that we actually attempt to
connect to guards that we think are unreachable from time to time.
Make sure that we don't freak out when the network is down.