summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Remove a debug printfSebastian Hahn
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Revise parsing of time and memory units to handle spaces.Nick Mathewson
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-26A changelog entry and a bit more documentation for socks-clientNick Mathewson
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
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 cell statistics.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-14Remove ./configure option for exit port statistics.Karsten Loesing
2009-08-10Merge branch 'maint-0.2.1' into tmp_mergeRoger Dingledine
2009-08-10Set up urras as the seventh v3 directory authority.Roger Dingledine
2009-08-07Disable .exit notation unless AllowDotExit is 1.Roger Dingledine
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-25Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson
2009-07-23don't warn about DirReqStatistics when the option is disabledSebastian Hahn
2009-07-16Merge branch 'dirreq-timing'Nick Mathewson
2009-07-15fix long lineSebastian Hahn
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-15Allow interval and memunit cfg variables to be set to fractions.Nick Mathewson
2009-07-13Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum
2009-07-13fix comments and other typosRoger Dingledine
2009-07-07Merge commit 'karsten/entrystats-master'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-02If configured, write per-port exit statistics to disk periodically.Karsten Loesing
2009-06-25Log a notice about collecting geoip statsSebastian Hahn
2009-06-22Add warning that the results of --enable-geoip-stats are different from those...Karsten Loesing
2009-06-19Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis
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-05-31Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-31Fix-ups for dynamic OpenSSL engine patch.Nick Mathewson
2009-05-30Warn and exit when we are configured to measure GeoIP statistics, but have no...Karsten Loesing
2009-05-29Clean up a bit of C logic, and fix an erroneous warning.Nick Mathewson
2009-05-30Consider *ListenAddress when warning about low ports and hibernationSebastian Hahn
2009-05-28Merge commit 'origin/maint-0.2.1'Nick Mathewson