summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2009-08-07Disable .exit notation unless AllowDotExit is 1.Roger Dingledine
2009-08-06Display consensus bandwidth to the control port.Mike Perry
2009-08-06Throw the switch on consensus method 6.Mike Perry
2009-08-06try loading the bandwidth measurement file on startup too,Roger Dingledine
2009-08-06Implement measured bw parsing + unit tests.Mike Perry
2009-07-30Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-30Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.Nick Mathewson
2009-07-30Fix signed/unsigned comparison warnings in get_effective_bw(rate|burst)Nick Mathewson
2009-07-28Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine
2009-07-28Merge branch 'maint-0.2.1' into masterRoger Dingledine
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-07-27Write fingerprint to file and log without spacesRoger Dingledine
2009-07-27Don't leak memory if we get too many create cellsRoger Dingledine
2009-07-27three hacks to workaround bug 1038Roger Dingledine
2009-07-27Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing
2009-07-25Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson
2009-07-24Fix unit tests.Karsten Loesing
2009-07-23don't warn about DirReqStatistics when the option is disabledSebastian Hahn
2009-07-18Make exit stats compile on 64-bit machines, too.Karsten Loesing
2009-07-16Merge branch 'dirreq-timing'Nick Mathewson
2009-07-16Switch dirreq_map to use HT_ functions rather than strmap.Nick Mathewson
2009-07-15fix long lineSebastian Hahn
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-15Allow interval and memunit cfg variables to be set to fractions.Nick Mathewson
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-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