summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2006-07-23Remove STRUCT_OFFSET from config.cNick Mathewson
2006-07-22think harder about my logicRoger Dingledine
2006-07-22i lied, that won't work at all. maybe this will.Roger Dingledine
2006-07-22more bulletproof reachability testingRoger Dingledine
2006-07-17Allow servers with no hostname or IP address to learn their IP addressRoger Dingledine
2006-07-15parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine
2006-07-08Fix a crash if you enable FascistFirewall but not FirewallPorts.Roger Dingledine
2006-07-07When using eventdns: suppress logging of addresses when SafeLogging is active...Nick Mathewson
2006-07-06when an exit node gets a malformed begin cell, don't complain toRoger Dingledine
2006-07-04oops, we were ignoring options->ExcludeNodes when picking entry guards.Roger Dingledine
2006-06-12allow people to start their tor with runasdaemon set butRoger Dingledine
2006-06-10Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine
2006-06-09try a better string at the top of torrc's autogenerated torrc.Roger Dingledine
2006-06-07re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-24make options->RedirectExit work again; resolve bug 293.Roger Dingledine
2006-05-23ignore RunAsDaemon more thoroughly when we're running on windows.Roger Dingledine
2006-04-18[Forward-port ]Test and document last patch.Nick Mathewson
2006-04-18[forward-port] Implement an option, VirtualAddrMask, to set which addresses g...Nick Mathewson
2006-04-11ok, put moria1 back in, since it's v1 and thus we need to sendRoger Dingledine
2006-04-10drop moria1 from the list of authorities.Roger Dingledine
2006-04-10Stop assuming every authority is a v1 authorityPeter Palfrader
2006-04-10make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine
2006-04-10Fix a wide lineNick Mathewson
2006-04-09lower the minimum required number of fd's to 1000, so we canRoger Dingledine
2006-04-08i like the name FetchUselessDescriptors better.Roger Dingledine
2006-04-08add a new config option FetchUselessRouters, off by default, forRoger Dingledine
2006-04-08add dizum as the fifth authoritative directory server.Roger Dingledine
2006-04-08Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson
2006-04-02make NoPublish (even though deprecated) work again.Roger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-26also send syntax and parse errors back to the controller.Roger Dingledine
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-25Say private address instead of internal address.Peter Palfrader
2006-03-22parameterize two more timeout constants in circuit-land.Roger Dingledine
2006-03-22freeing is not the same as setting to nullRoger Dingledine
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine
2006-03-21when upgrading to newer versions, throw away entry guardsRoger Dingledine
2006-03-21put lefkada on port 80, officially.Roger Dingledine
2006-03-21add lefkada as a fourth auth dir server.Roger Dingledine
2006-03-19Implement Jason Holt's SafeSocks config option.Roger Dingledine
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-18make it so there is one place to edit for new dirservers, not two.Roger Dingledine
2006-03-17Actually, only v1 auth dir servers need to define recommendedversions.Roger Dingledine
2006-03-17when we're an auth dir server but don't claim to be a versioningRoger Dingledine
2006-03-17right now we don't support entryguards on auth dirservers,Roger Dingledine
2006-03-17Comments: cleanups and additions.Nick Mathewson
2006-03-14I wonder what an internal internet protocol isPeter Palfrader
2006-03-14When we try to be a server and Address is not explicitly setPeter Palfrader
2006-03-13Fix minor semantic error with no real effect:Peter Palfrader