Age | Commit message (Expand) | Author |
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 |
2006-03-12 | More cleanups noticed by weasel; also, remove macros that nobody uses. | Nick Mathewson |
2006-03-12 | Cleanup on time-relaqted constants. New conventions: | Nick Mathewson |
2006-03-12 | make tor --verify-config closer to working | Roger Dingledine |
2006-03-11 | fix bug reported by gozu: if we get a linelist or linelist_s | Roger Dingledine |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-03-05 | Allow private:* in routerdescs; not generated yet (because older Tors do not ... | Nick Mathewson |
2006-02-20 | make the NoPublish option obsolete. | Roger Dingledine |
2006-02-20 | the other half of fixing bug 257. catch an error in more places. | Roger Dingledine |
2006-02-19 | try to address bug 257: if rename() fails during saveconf, tell | Roger Dingledine |
2006-02-19 | New config options to address bug 251: | Roger Dingledine |
2006-02-19 | clean up the Reachable*Addresses changes | Roger Dingledine |
2006-02-18 | this is why you're not supposed to cut-and-paste code | Roger Dingledine |
2006-02-18 | Make it compile with VC7. It does not yet link. | Peter Palfrader |
2006-02-13 | Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab... | Peter Palfrader |
2006-02-13 | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader |
2006-02-13 | more log conversions. | Roger Dingledine |
2006-02-13 | resolve too-long-lines | Roger Dingledine |
2006-02-13 | Style on config_addr_policy_intersectes, which looks ok to me. | Nick Mathewson |
2006-02-13 | Let the users set ControlListenAddress in the torrc. | Roger Dingledine |
2006-02-13 | Compress exit policies even more. please review | Peter Palfrader |
2006-02-12 | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the... | Nick Mathewson |
2006-02-12 | Drop redundant exit policy entries, not just identical ones. | Nick Mathewson |
2006-02-12 | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson |
2006-02-12 | more helpful log message when running servers on obsolete windows. | Roger Dingledine |
2006-02-12 | bump up the period for forcing a hidden service descriptor upload | Roger Dingledine |
2006-02-12 | compress exit policies even more -- look for duplicate lines | Roger Dingledine |
2006-02-11 | bugfix in config_cmp_addr_policies() -- we were treating a pair | Roger Dingledine |
2006-02-11 | Keep running if we ask for an impossible stdout log; just warn. | Nick Mathewson |
2006-02-11 | Warn if running obsolete windows as a server. | Nick Mathewson |
2006-02-09 | Happy new year! | Roger Dingledine |