summaryrefslogtreecommitdiff
path: root/src/or/geoip.c
AgeCommit message (Expand)Author
2010-07-27Create geoip.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-05-17Make rotate_request_period use BEGIN/END versions of FOREACHNick Mathewson
2010-04-20Switch geoip_get_request_history to asprintf; fix bug 1365Nick Mathewson
2010-04-02Merge branch 'asprintf'Nick Mathewson
2010-02-28Tweak users of snprintf to use asprintf where appropriateNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2010-01-15don't warn if stats/bridge-stats is missingRoger Dingledine
2010-01-02when loading bridge stats, mkdir $datadir/stats firstRoger Dingledine
2009-12-18Permit an empty "bridge-ips" line when parsing bridge stats.Karsten Loesing
2009-12-17Refactor out the 'find string at start of any line' logic.Nick Mathewson
2009-12-17Make changes to latest bridge-stats fixes as suggested by Nick.Karsten Loesing
2009-12-17Fix bridge statistics.Karsten Loesing
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-09-24Fix a couple of smaller issues with gathering statistics.Karsten Loesing
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-21Add some fixes after discussion with Nick.Karsten Loesing
2009-08-21Refactor geoip_get_dirreq_history() some more.Nick Mathewson
2009-08-21Fix a memory leak in summarizing directory request timing.Nick Mathewson
2009-08-19Some final (?) cleanups of proposal 166 implementation.Karsten Loesing
2009-08-19Move all *-stats file to subdirectory stats/.Karsten Loesing
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-17Include contents of *-stats files in descriptor.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-07-27Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing
2009-07-16Switch dirreq_map to use HT_ functions rather than strmap.Nick Mathewson
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-15Some tweaks to directory request download times.Karsten Loesing
2009-07-15Round up results to the next multiple of 4.Karsten Loesing
2009-07-15Right, the u in uint stands for unsigned.Karsten Loesing
2009-07-15Directories now also measure download times of network statuses.Karsten Loesing
2009-07-14make it compile without warningsRoger Dingledine
2009-07-14Merge commit 'karsten/geoipstats-download-resp-master'Nick Mathewson
2009-07-14Merge commit 'karsten/geoipstats-shares-master'Nick Mathewson
2009-07-14Merge commit 'karsten/geoipstats-newoverthereistan-master'Nick Mathewson
2009-07-14Handle unsigned ints correctly.Karsten Loesing
2009-07-14Write number of rejected requests to geoip-stats file.Karsten Loesing
2009-07-11Simplify the math to round up to the next multiple of some value.Karsten Loesing
2009-07-09List unresolved requests in geoip stats as country '??'.Karsten Loesing
2009-07-05If configured, write entry-node statistics to disk periodically.Karsten Loesing
2009-07-04Estimate v2 and v3 shares as mean values over measurement interval.Karsten Loesing
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Fix a signed/unsigned comparison warningNick Mathewson
2009-05-27Change the way how directories that are configured with --enable-geoip-stats ...Karsten Loesing
2009-05-27Improve documentation for the last fix of bug 932.Karsten Loesing
2009-05-27Fix bug 932 even more.Karsten Loesing