diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 15:41:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 15:41:14 +0000 |
commit | c9c7f3c892fd0cfcf86b7cc1864584a0f06b14a0 (patch) | |
tree | 4d0b9e705acdd199ee5b191d1a6911377fcc4268 | |
parent | 2d7f7a645695c6d8978373f38b1cf8bfe3b0835b (diff) | |
download | tor-c9c7f3c892fd0cfcf86b7cc1864584a0f06b14a0.tar.gz tor-c9c7f3c892fd0cfcf86b7cc1864584a0f06b14a0.zip |
r14360@31-33-219: nickm | 2008-02-21 10:41:09 -0500
Note a couple of items for backport. in TODO.012, including a couple from arma.
svn:r13656
-rw-r--r-- | doc/TODO.012 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012 index 11c277bae9..850bd0479e 100644 --- a/doc/TODO.012 +++ b/doc/TODO.012 @@ -13,9 +13,11 @@ Backport items for 0.1.2: 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. + - 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. Backport for 0.1.2.x once better tested: D r11287: Reject address mappings to internal addresses. (??) @@ -29,3 +31,4 @@ Backport for 0.1.2.x once better tested: 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 |