diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-23 20:13:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-23 20:13:02 +0000 |
commit | 55cbbdf9bfea465ecbfd5ef67dc7d37650a07018 (patch) | |
tree | ba4152a0d8c0ff21ad863d24cd42a35f52d4f50f /ChangeLog | |
parent | f1d207b29a8b4e7b55ea5f95212428581e34306a (diff) | |
download | tor-55cbbdf9bfea465ecbfd5ef67dc7d37650a07018.tar.gz tor-55cbbdf9bfea465ecbfd5ef67dc7d37650a07018.zip |
r11895@catbus: nickm | 2007-02-23 15:12:58 -0500
Make remap stream events have a souce; make them generated every time we get a successful connected or resolved cell. Also change reported stream target address to IP consistently when we get the IP from an exit node.
svn:r9624
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,8 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? - Report events where a resolve succeeded or where we got a socks protocol error correctly, rather than calling both of them "INTERNAL". + - Change reported stream target addresses to IP consistently when + we finally get the IP from an exit node. o Minor bugfixes (other): - Display correct results when reporting which versions are @@ -61,6 +63,9 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? - Rate-limit SIGNEWNYM events in response to controllers that impolitely generate them for every single stream. (Patch from mwenge; closes bug 394.) + - Make REMAP stream events have a SOURCE (cache or exit), and make them + generated in every case where we get a successful connected or resolved + cell. o Minor bugfixes (performance): - Call router_have_min_dir_info half as often. (This is showing up in |