aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-26 19:27:45 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-26 19:27:45 +0000
commit69198d015617260a1103953c2fce6adc78a15fde (patch)
treec5de954b7e9150fab3c4875324ba9bd4e8120025
parent564028a07d86e7160750fb5703ab5107fa72efa8 (diff)
downloadtor-69198d015617260a1103953c2fce6adc78a15fde.tar.gz
tor-69198d015617260a1103953c2fce6adc78a15fde.zip
r14473@tombo: nickm | 2008-02-26 13:44:19 -0500
Rearrange TODO.012 items. svn:r13742
-rw-r--r--doc/TODO.01221
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012
index 850bd0479e..45dc39e91f 100644
--- a/doc/TODO.012
+++ b/doc/TODO.012
@@ -12,12 +12,7 @@ Backport items for 0.1.2:
o r12339: rlim_t may be wider than unsigned long.
o r12341: Work if the real open-file limit is OPEN_FILES.
o r12459: Exit policies reject public IP address too
- - r13406: fix bandwidth bucket calculations
- - r13372: Don't use ourselves as intro point, rend point, or final hop
- for internal circuits.
- - r13532: Drop tor_strpartition().
- - r13643: reset timeout when flushing final bytes from a connection.
- - r13655: avoid flush on connection closed because of bug.
+ X r13532: Drop tor_strpartition().
Backport for 0.1.2.x once better tested:
D r11287: Reject address mappings to internal addresses. (??)
@@ -27,8 +22,14 @@ Backport for 0.1.2.x once better tested:
o r11915: just because you hup, don't publish a near-duplicate descriptor
d r11994: Call routerlist_remove_old_routers() less. This will be a
tricky backport.
- - r12153 and r12154: Give better warnings when we fail to mmap a descriptor
+ X r12153 and r12154: Give better warnings when we fail to mmap a descriptor
store that we just wrote.
- - r12945: better cross-compilation support in configure.in
- - r12946: iPhone support; requires r12945.
- - r13647: Make "trackhostexits ." work \ No newline at end of file
+ X r12945: better cross-compilation support in configure.in
+ X r12946: iPhone support; requires r12945.
+ X r13647: Make "trackhostexits ." work
+ - Document that trackhostexits . doesn't work in 0.1.2.x
+ - r13406: fix bandwidth bucket calculations
+ - r13372: Don't use ourselves as intro point, rend point, or final hop
+ for internal circuits.
+ - r13643: reset timeout when flushing final bytes from a connection.
+ - r13655: avoid flush on connection closed because of bug.