Some tweaks to statistics.
commit8c496d1660c326c0bc2bd5c505255d5ec3b653ec
authorKarsten Loesing <karsten.loesing@gmx.net>
Wed, 15 Jul 2009 14:32:40 +0000 (15 16:32 +0200)
committerKarsten Loesing <karsten.loesing@gmx.net>
Wed, 15 Jul 2009 14:32:40 +0000 (15 16:32 +0200)
tree4cab68d08f3ae7f4b9dbc8c12be028b0139791a1
parent416940d93bac49f78b57a2cf561bd324d75b391f
Some tweaks to statistics.

Changes to directory request statistics:

- Rename GEOIP statistics to DIRREQ statistics, because they now include
  more than only GeoIP-based statistics, whereas other statistics are
  GeoIP-dependent, too.
- Rename output file from geoip-stats to dirreq-stats.
- Add new config option DirReqStatistics that is required to measure
  directory request statistics.
- Clean up ChangeLog.

Also ensure that entry guards statistics have access to a local GeoIP
database.
ChangeLog
configure.in
src/or/config.c
src/or/connection.c
src/or/connection_edge.c
src/or/directory.c
src/or/geoip.c
src/or/or.h
src/or/relay.c
src/or/router.c