diff options
author | Roger Dingledine <arma@torproject.org> | 2013-02-11 21:48:18 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-02-11 21:48:18 -0500 |
commit | 17089302fdb454e03f173cc0c70c5a69c5c1cd7b (patch) | |
tree | eecc79b0e5e855f856d981ea23ca32ec5eff471c /changes | |
parent | cc896f7c84c221d7dcfff1e0155533dce3ac5518 (diff) | |
download | tor-17089302fdb454e03f173cc0c70c5a69c5c1cd7b.tar tor-17089302fdb454e03f173cc0c70c5a69c5c1cd7b.tar.gz |
Stop trying to resolve our hostname so often
For example, we were doing a resolve every time we think about doing a
directory fetch. Now we reuse the cached answer in some cases.
Fixes bugs 1992 (bugfix on 0.2.0.20-rc) and 2410 (bugfix on
0.1.2.2-alpha).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1992 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1992 b/changes/bug1992 new file mode 100644 index 000000000..6fa4eaea0 --- /dev/null +++ b/changes/bug1992 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Stop trying to resolve our hostname so often (e.g. every time we + think about doing a directory fetch). Now we reuse the cached + answer in some cases. Fixes bugs 1992 (bugfix on 0.2.0.20-rc) + and 2410 (bugfix on 0.1.2.2-alpha). + |