aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Don't use gethostbyname() in resolve_my_address()Sebastian Hahn2010-02-08
* rotate keys for moria1 and gabelmooRoger Dingledine2010-01-19
* Add missing break statements for Coverity CIDs #406,407.Nick Mathewson2009-10-26
* Move moria1 and Tonga to alternate IP addresses.Roger Dingledine2009-10-15
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Set up urras as the seventh v3 directory authority.Roger Dingledine2009-08-10
* Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.Nick Mathewson2009-07-30
* Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine2009-07-28
* Changing MaxAdvertisedBW may not need a republishSebastian Hahn2009-07-27
* Add warning that the results of --enable-geoip-stats are different from those...Karsten Loesing2009-06-22
* Clean up a bit of C logic, and fix an erroneous warning.Nick Mathewson2009-05-29
* Consider *ListenAddress when warning about low ports and hibernationSebastian Hahn2009-05-30
* Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* Spell-check Tor.Nick Mathewson2009-05-27
* Fix bug 932 even more.Karsten Loesing2009-05-27
* fix a spelling mistake in config.c for "contries"phobos2009-05-22
* Use | with flags, not +.Nick Mathewson2009-05-13
* Prevent bridges from publishing router descriptors.Karsten Loesing2009-05-13
* When our bridge status changes, forget old geoip data.Nick Mathewson2009-05-13
* Warn when hibernation and low-port on non-windows is configuredSebastian Hahn2009-05-12
* Update copyright to 2009.Karsten Loesing2009-05-04
* Raise the minimum bandwidth to be a relay from 20000 bytes to 20480Roger Dingledine2009-04-12
* If the bridge config line doesn't specify a port, assume 443.Roger Dingledine2009-04-11
* commit sebastian's patch to not require contactinfo when testingtornetworkRoger Dingledine2009-04-10
* Possible fix for broken country settings in ExcludeExitNodes.Nick Mathewson2009-02-16
* Disable KQUEUE from inside Tor if the OSX version is prior to 10.4.0Nick Mathewson2009-02-09
* This patch changes the default location where config and data filesNick Mathewson2009-01-15
* Make the last bunch of libevent version detection silliness work on macosx.Nick Mathewson2009-01-07
* Check that Libevent header version matches Libevent library version.Nick Mathewson2009-01-07
* Slightly better messages on ControlListenAddress 0.0.0.0Nick Mathewson2009-01-06
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Downgrade some xxx021s, comment more on others, etcNick Mathewson2008-12-29
* Document most undocumented variables.Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* gabelmoo has a new IP address (once more).Karsten Loesing2008-12-22
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Oops: SeverDNS->ServerDNS.Nick Mathewson2008-12-17
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson2008-12-17
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson2008-12-17
* Clip the MaxCircuitDirtiness config option to a minimum of 10Roger Dingledine2008-12-17
* Add new internal-use-only option for controllers to use to prevent SIGHUP fro...Nick Mathewson2008-12-10
* Bug 691 fix: do not shutdown Tor servers right away if the network is down.Nick Mathewson2008-12-10
* Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has...Nick Mathewson2008-12-08
* Small whitespace fix to properly format if () {} statement.Jacob Appelbaum2008-12-07
* This helps return a better error message when the file supplied to DirPortFro...Jacob Appelbaum2008-12-07
* cleanups on r17500Roger Dingledine2008-12-07
* New DirPortFrontPage option that takes an html file and publishes it as "/" o...Jacob Appelbaum2008-12-07
* Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson2008-12-02