aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* allow people to start their tor with runasdaemon set butRoger Dingledine2006-06-12
* Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine2006-06-10
* try a better string at the top of torrc's autogenerated torrc.Roger Dingledine2006-06-09
* re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine2006-06-07
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* make options->RedirectExit work again; resolve bug 293.Roger Dingledine2006-05-24
* ignore RunAsDaemon more thoroughly when we're running on windows.Roger Dingledine2006-05-23
* [Forward-port ]Test and document last patch.Nick Mathewson2006-04-18
* [forward-port] Implement an option, VirtualAddrMask, to set which addresses g...Nick Mathewson2006-04-18
* ok, put moria1 back in, since it's v1 and thus we need to sendRoger Dingledine2006-04-11
* drop moria1 from the list of authorities.Roger Dingledine2006-04-10
* Stop assuming every authority is a v1 authorityPeter Palfrader2006-04-10
* make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine2006-04-10
* Fix a wide lineNick Mathewson2006-04-10
* lower the minimum required number of fd's to 1000, so we canRoger Dingledine2006-04-09
* i like the name FetchUselessDescriptors better.Roger Dingledine2006-04-08
* add a new config option FetchUselessRouters, off by default, forRoger Dingledine2006-04-08
* add dizum as the fifth authoritative directory server.Roger Dingledine2006-04-08
* Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson2006-04-08
* make NoPublish (even though deprecated) work again.Roger Dingledine2006-04-02
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* also send syntax and parse errors back to the controller.Roger Dingledine2006-03-26
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* Say private address instead of internal address.Peter Palfrader2006-03-25
* parameterize two more timeout constants in circuit-land.Roger Dingledine2006-03-22
* freeing is not the same as setting to nullRoger Dingledine2006-03-22
* new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine2006-03-21
* when upgrading to newer versions, throw away entry guardsRoger Dingledine2006-03-21
* put lefkada on port 80, officially.Roger Dingledine2006-03-21
* add lefkada as a fourth auth dir server.Roger Dingledine2006-03-21
* Implement Jason Holt's SafeSocks config option.Roger Dingledine2006-03-19
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* make it so there is one place to edit for new dirservers, not two.Roger Dingledine2006-03-18
* Actually, only v1 auth dir servers need to define recommendedversions.Roger Dingledine2006-03-17
* when we're an auth dir server but don't claim to be a versioningRoger Dingledine2006-03-17
* right now we don't support entryguards on auth dirservers,Roger Dingledine2006-03-17
* Comments: cleanups and additions.Nick Mathewson2006-03-17
* I wonder what an internal internet protocol isPeter Palfrader2006-03-14
* When we try to be a server and Address is not explicitly setPeter Palfrader2006-03-14
* Fix minor semantic error with no real effect:Peter Palfrader2006-03-13
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* make tor --verify-config closer to workingRoger Dingledine2006-03-12
* fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine2006-03-11
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson2006-03-05
* make the NoPublish option obsolete.Roger Dingledine2006-02-20
* the other half of fixing bug 257. catch an error in more places.Roger Dingledine2006-02-20
* try to address bug 257: if rename() fails during saveconf, tellRoger Dingledine2006-02-19
* New config options to address bug 251:Roger Dingledine2006-02-19