aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2010-11-09 14:18:00 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2011-10-05 08:03:31 +0200
commit9dfb8845229ed66efb2222b8dec6c624f8adb7c9 (patch)
treef99dd3d395b67e6fd84100b75e22414863f89624 /changes
parent103c861dfead6640a4bef6e85f740f7c635c7343 (diff)
downloadtor-9dfb8845229ed66efb2222b8dec6c624f8adb7c9.tar
tor-9dfb8845229ed66efb2222b8dec6c624f8adb7c9.tar.gz
Turn on directory request statistics by default.
Change the default values for collecting directory request statistics and inlcuding them in extra-info descriptors to 1. Don't break if we are configured to collect directory request or entry statistics and don't have a GeoIP database. Instead, print out a notice and skip initializing the affected statistics code. This is the cherry-picked 499661524b0a572303087af721325608dd91f7ce.
Diffstat (limited to 'changes')
-rw-r--r--changes/dirreq-stats-default4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/dirreq-stats-default b/changes/dirreq-stats-default
new file mode 100644
index 000000000..673be6af1
--- /dev/null
+++ b/changes/dirreq-stats-default
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Turn on directory request statistics by default and include them in
+ extra-info descriptors. Don't break if we have no GeoIP database.
+