summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-16Change gabelmoo's IP address and ports.Karsten Loesing
2010-11-11let unpublished bridges learn their ip address tooRoger Dingledine
2010-06-11Add maatuska as eighth v3 directory authority.Karsten Loesing
2010-03-04Apply Roger's bug 1269 fix.Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-12new dannenberg address; make moria2's demise official.Roger Dingledine
2010-02-08Don't use gethostbyname() in resolve_my_address()Sebastian Hahn
2010-01-19rotate keys for moria1 and gabelmooRoger Dingledine
2009-10-26Add missing break statements for Coverity CIDs #406,407.Nick Mathewson
2009-10-15Move moria1 and Tonga to alternate IP addresses.Roger Dingledine
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-10Set up urras as the seventh v3 directory authority.Roger Dingledine
2009-07-30Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.Nick Mathewson
2009-07-28Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-06-22Add warning that the results of --enable-geoip-stats are different from those...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-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-27Fix bug 932 even more.Karsten Loesing
2009-05-22fix a spelling mistake in config.c for "contries"phobos
2009-05-13Use | with flags, not +.Nick Mathewson
2009-05-13Prevent bridges from publishing router descriptors.Karsten Loesing
2009-05-13When our bridge status changes, forget old geoip data.Nick Mathewson
2009-05-12Warn when hibernation and low-port on non-windows is configuredSebastian Hahn
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-12Raise the minimum bandwidth to be a relay from 20000 bytes to 20480Roger Dingledine
2009-04-11If the bridge config line doesn't specify a port, assume 443.Roger Dingledine
2009-04-10commit sebastian's patch to not require contactinfo when testingtornetworkRoger Dingledine
2009-02-16Possible fix for broken country settings in ExcludeExitNodes.Nick Mathewson
2009-02-09Disable KQUEUE from inside Tor if the OSX version is prior to 10.4.0Nick Mathewson
2009-01-15This patch changes the default location where config and data filesNick Mathewson
2009-01-07Make the last bunch of libevent version detection silliness work on macosx.Nick Mathewson
2009-01-07Check that Libevent header version matches Libevent library version.Nick Mathewson
2009-01-06Slightly better messages on ControlListenAddress 0.0.0.0Nick Mathewson
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Downgrade some xxx021s, comment more on others, etcNick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22gabelmoo has a new IP address (once more).Karsten Loesing
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-17Oops: SeverDNS->ServerDNS.Nick Mathewson
2008-12-17Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-12-17Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson
2008-12-17Clip the MaxCircuitDirtiness config option to a minimum of 10Roger Dingledine