aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* 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
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
* this is why you're not supposed to cut-and-paste codeRoger Dingledine2006-02-18
* Make it compile with VC7. It does not yet link.Peter Palfrader2006-02-18
* Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...Peter Palfrader2006-02-13
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* more log conversions.Roger Dingledine2006-02-13
* resolve too-long-linesRoger Dingledine2006-02-13
* Style on config_addr_policy_intersectes, which looks ok to me.Nick Mathewson2006-02-13
* Let the users set ControlListenAddress in the torrc.Roger Dingledine2006-02-13
* Compress exit policies even more. please reviewPeter Palfrader2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson2006-02-12
* Drop redundant exit policy entries, not just identical ones.Nick Mathewson2006-02-12
* Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson2006-02-12
* more helpful log message when running servers on obsolete windows.Roger Dingledine2006-02-12
* bump up the period for forcing a hidden service descriptor uploadRoger Dingledine2006-02-12
* compress exit policies even more -- look for duplicate linesRoger Dingledine2006-02-12
* bugfix in config_cmp_addr_policies() -- we were treating a pairRoger Dingledine2006-02-11
* Keep running if we ask for an impossible stdout log; just warn.Nick Mathewson2006-02-11
* Warn if running obsolete windows as a server.Nick Mathewson2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* Fix a const-non-const warningNick Mathewson2006-02-06
* Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine2006-02-01
* bump the default bandwidthrate to 3 MB, and burst to 6 MBRoger Dingledine2006-01-28
* when you tried to set orport through the controller, it wouldRoger Dingledine2006-01-17
* turn crypto hardware acceleration off by default, until we findRoger Dingledine2006-01-16
* add missing warningNick Mathewson2006-01-11
* Fix double-free of torrc_fnameNick Mathewson2006-01-11
* Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson2006-01-11
* Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson2006-01-11
* Fix another memleak. I love you, valgrind!Nick Mathewson2006-01-11
* we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine2006-01-11
* we changed the name of AccountingBytesReadInIntervalRoger Dingledine2006-01-10
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* or_state_validate() needs an extra arg too or it will crashRoger Dingledine2006-01-10
* hack to address bug 238.Roger Dingledine2006-01-10
* fix bug 235Roger Dingledine2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson2006-01-10
* helper nodes are deadRoger Dingledine2006-01-07
* Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...Nick Mathewson2006-01-06
* prevent auth dir servers from enabling entry nodes.Roger Dingledine2006-01-02
* bugfix: only try to use the EntryNodes config option if it is set.Roger Dingledine2006-01-02
* Make UseEntryNodes true by default. Let the fun begin.Roger Dingledine2006-01-02
* bugfix: only try to parse the TorVersion if there is one.Roger Dingledine2006-01-02
* tolerate a mal-formed or unrecognized tor version in the state file.Roger Dingledine2006-01-02
* save and validate TorVersion in the state file.Roger Dingledine2006-01-02
* add a TorVersion state string.Roger Dingledine2005-12-31