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