summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-07-29 00:05:47 +0000
committerRoger Dingledine <arma@torproject.org>2007-07-29 00:05:47 +0000
commit45819cac7292be6b67df8db04b8c1cd65fc37a59 (patch)
treed58300a3eacbf7d21bf9f44b89a6f92cd8646578
parent56b099015ec442cbfa786be3e659980c661daab8 (diff)
downloadtor-45819cac7292be6b67df8db04b8c1cd65fc37a59.tar.gz
tor-45819cac7292be6b67df8db04b8c1cd65fc37a59.zip
start planning for a 0.1.2.16
svn:r10958
-rw-r--r--doc/TODO.01223
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012
index a109e0b436..a14f657df2 100644
--- a/doc/TODO.012
+++ b/doc/TODO.012
@@ -1,29 +1,8 @@
Backport items for 0.1.2:
- o r10148: open cached-routers with FILE_SHARE_READ on win32.
- o r10240,10242: avoid choosing family of exit as guard.
- o r10248: handle lack of nul at end of mmaped data.
- o r10346: Try even harder not to look at the first byte after an mmap.
- o r10376, r10396: Fix segfaults in directory code
- o r10478: stop tearing down entire circuits because the user asked for
- a nonexistent hidden service port
- o r10493: weight guard selection by bandwidth
- o r10495: change an assert into a tor_assert
- o r10521: fix an impossible^Wapparently real memory leak
- o r10524: make the LICENSE and AUTHORS files mention Tor.
- o r10563: use correct types with desc_digest_map.
- o r10566: build correctly on systems where size_t is bigger than ulong.
- o r10643: eventdns.c behavior fix for solaris.
- o r10730: Don't choose guards after any never-connected-to guard.
- o r10760: fix possible buffer overrun in old BSD natd code
- o r10790: Don't include reasons in destroy cells from the origin.
- o Some fix for bug 455.
- o r10830 if nick thinks it's a real fix
- X r10835 (no need to backport i think, the code is way different)
-
+ - r10956: fix the math for exit bandwidth weighting
Backport for 0.1.2.x once better tested:
- r10579: new addsysuser implementation for osx (??)
- Some fix for bug 438
- coderman's constrained socket buffers patch
-