aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2009-07-14Handle unsigned ints correctly.Karsten Loesing
2009-07-14Write number of rejected requests to geoip-stats file.Karsten Loesing
2009-07-13Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum
2009-07-13remove experimental 'getinfo unregistered-servers-'Roger Dingledine
2009-07-13fix comments and other typosRoger Dingledine
2009-07-13Two tweaks to exit-port statistics.Karsten Loesing
2009-07-13Replace two %d with %u's.Karsten Loesing
2009-07-11Simplify the math to round up to the next multiple of some value.Karsten Loesing
2009-07-09Tweak exit port statistics a bit.Karsten Loesing
2009-07-09List unresolved requests in geoip stats as country '??'.Karsten Loesing
2009-07-07Merge commit 'karsten/entrystats-master'Nick Mathewson
2009-07-07Merge commit 'karsten/bufferstats-master'Nick Mathewson
2009-07-07Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-07Make "Invalid onion hostname" msg respect SafeLogging.Nick Mathewson
2009-07-05If configured, write entry-node statistics to disk periodically.Karsten Loesing
2009-07-05If configured, write cell statistics to disk periodically.Karsten Loesing
2009-07-04Estimate v2 and v3 shares as mean values over measurement interval.Karsten Loesing
2009-07-02If configured, write per-port exit statistics to disk periodically.Karsten Loesing
2009-07-02Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-02Make an attempt to fix bug 1024.Karsten Loesing
2009-06-30another minor patch to add to 0.2.1.xRoger Dingledine
2009-06-30Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-30the third piece of bug 969 fixingRoger Dingledine
2009-06-30the second piece of bug 969 fixingRoger Dingledine
2009-06-30the first piece of bug 969 fixingRoger Dingledine
2009-06-30Have eventdns set the "truncated" bit correctly.Nick Mathewson
2009-06-25Merge commit 'sebastian/geoipnotice'Nick Mathewson
2009-06-25Log a notice about collecting geoip statsSebastian Hahn
2009-06-25stop capping bandwidths we see in the consensusRoger Dingledine
2009-06-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-24Ignore control port commands after a QUITMarcus Griep
2009-06-24Flush long replies over control port on QUITMarcus Griep
2009-06-22Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-22Clients now use bandwidth values in the consensusRoger Dingledine
2009-06-22Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-22Serve DirPortFrontPage even if the write bucket is low.Nick Mathewson
2009-06-22Add warning that the results of --enable-geoip-stats are different from those...Karsten Loesing
2009-06-19Better fix for 997.Karsten Loesing
2009-06-19Revert "Backport fix for bug 997."Karsten Loesing
2009-06-16Merge commit 'karsten/bug997-hidservfetch'Nick Mathewson
2009-06-16Backport fix for bug 997.Karsten Loesing
2009-06-16Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-16Revise earlier check for correct IPv4 addr length to check for ==4.Nick Mathewson
2009-06-13Fix more of bug 997.Karsten Loesing
2009-06-12Whitespace and osx fixes on libevent2 patch.Nick Mathewson
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-06-12Make Tor compile with Libevent 1.0 again.Nick Mathewson
2009-06-12Move the Libvent setup logic into compat_libevent from config.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-06-12Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine