aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400Nick Mathewson2006-08-28
* remove some more vestiges of cvsRoger Dingledine2006-08-26
* fix a log level -- err is for things that kill tor, warn is forRoger Dingledine2006-08-26
* r8572@Kushana: nickm | 2006-08-25 16:35:49 -0400Nick Mathewson2006-08-25
* avoid complaining about our SOCKS proxy proxy.Roger Dingledine2006-08-14
* fix funny-looking assignment that crashes unit testsRoger Dingledine2006-08-11
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* Fix crash in first-time option validation. Oops.Nick Mathewson2006-08-10
* r7304@Kushana: nickm | 2006-08-10 01:58:05 -0700Nick Mathewson2006-08-10
* r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700Nick Mathewson2006-08-10
* r7302@Kushana: nickm | 2006-08-10 01:48:44 -0700Nick Mathewson2006-08-10
* r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson2006-08-10
* a way to make tor more stable in crummy situationsRoger Dingledine2006-08-10
* Experimentally re-enable kqueue on OSX when using libevent 1.1b or later. Log...Nick Mathewson2006-08-10
* Recommend libevent 1.1b for kqueue and win32 methods; deprecate libevent 1.0b...Nick Mathewson2006-08-10
* Remove STRUCT_OFFSET from config.cNick Mathewson2006-07-23
* think harder about my logicRoger Dingledine2006-07-22
* i lied, that won't work at all. maybe this will.Roger Dingledine2006-07-22
* more bulletproof reachability testingRoger Dingledine2006-07-22
* Allow servers with no hostname or IP address to learn their IP addressRoger Dingledine2006-07-17
* parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine2006-07-15
* Fix a crash if you enable FascistFirewall but not FirewallPorts.Roger Dingledine2006-07-08
* When using eventdns: suppress logging of addresses when SafeLogging is active...Nick Mathewson2006-07-07
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* oops, we were ignoring options->ExcludeNodes when picking entry guards.Roger Dingledine2006-07-04
* 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