summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2012-04-04Wrap long line; strlen("ides")<strlen("turtles").Nick Mathewson
2012-04-05ides has become turtles, and gotten a new IP addressSebastian Hahn
2012-04-01put a _ before or_options_t elements that aren't configurableRoger Dingledine
2012-04-01Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson
2012-02-29new ip address for maatuskaRoger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-19Don't log about stats when running as a client without geoipSebastian Hahn
2011-10-29Disable stats requiring geoip info if we have noneSebastian Hahn
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-05Turn on directory request statistics by default.Karsten Loesing
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-06-17Revert "Add an "auto" option to UseBridges"Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-03Increase default required uptime for HSDirs to 25 hoursRobert Ransom
2011-06-03Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom
2011-06-02Add an "auto" option to UseBridgesNick Mathewson
2011-05-30stop asserting at bootRoger Dingledine
2011-05-30minor cleanups while reviewing 3216Roger Dingledine
2011-05-30Reinit keys at the start of options_act().Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-21Don't recreate descriptor on sighupSebastian Hahn
2011-05-20Exit immediately if we can't monitor our owning controller processRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-19log the reason for publishing a new relay descriptorRoger Dingledine
2011-05-17discard circuits when we change our bridge configurationRoger Dingledine
2011-05-16Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
2011-05-15Preserve bridge download status across SETCONF, HUPNick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-13Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson
2011-05-13When TrackExitHosts changes, remove all no-longer-valid mappingsNick Mathewson
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson
2011-05-13Correct the signature for is_listening_on_low_port for "auto" portsNick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
2011-05-11Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-11Fix crash when read_file_to_string() fails in SAVECONFNick Mathewson
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-04-29Clean up a warning a bitNick Mathewson
2011-04-28Merge remote-tracking branch 'arma/bug3012' into maint-0.2.2Nick Mathewson
2011-04-28relays checkpoint their state file twice a dayRoger Dingledine
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
2011-04-28stop putting wacky values into state->lastwrittenRoger Dingledine
2011-04-28Don't allow v0 HS auths to act as clientsRobert Ransom
2011-04-26When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson
2011-04-26Simplify calls to routerset_equalNick Mathewson
2011-04-26make formal a constraint that's been true a while nowRoger Dingledine