summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12make tor --verify-config closer to workingRoger Dingledine
2006-03-11fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-03-05Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson
2006-02-20make the NoPublish option obsolete.Roger Dingledine
2006-02-20the other half of fixing bug 257. catch an error in more places.Roger Dingledine
2006-02-19try to address bug 257: if rename() fails during saveconf, tellRoger Dingledine
2006-02-19New config options to address bug 251:Roger Dingledine
2006-02-19clean up the Reachable*Addresses changesRoger Dingledine
2006-02-18this is why you're not supposed to cut-and-paste codeRoger Dingledine
2006-02-18Make it compile with VC7. It does not yet link.Peter Palfrader
2006-02-13Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...Peter Palfrader
2006-02-13Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader
2006-02-13more log conversions.Roger Dingledine
2006-02-13resolve too-long-linesRoger Dingledine
2006-02-13Style on config_addr_policy_intersectes, which looks ok to me.Nick Mathewson
2006-02-13Let the users set ControlListenAddress in the torrc.Roger Dingledine
2006-02-13Compress exit policies even more. please reviewPeter Palfrader
2006-02-12Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson
2006-02-12Drop redundant exit policy entries, not just identical ones.Nick Mathewson
2006-02-12Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson
2006-02-12more helpful log message when running servers on obsolete windows.Roger Dingledine
2006-02-12bump up the period for forcing a hidden service descriptor uploadRoger Dingledine
2006-02-12compress exit policies even more -- look for duplicate linesRoger Dingledine
2006-02-11bugfix in config_cmp_addr_policies() -- we were treating a pairRoger Dingledine
2006-02-11Keep running if we ask for an impossible stdout log; just warn.Nick Mathewson
2006-02-11Warn if running obsolete windows as a server.Nick Mathewson
2006-02-09Happy new year!Roger Dingledine
2006-02-06Fix a const-non-const warningNick Mathewson
2006-02-01Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine
2006-01-28bump the default bandwidthrate to 3 MB, and burst to 6 MBRoger Dingledine
2006-01-17when you tried to set orport through the controller, it wouldRoger Dingledine
2006-01-16turn crypto hardware acceleration off by default, until we findRoger Dingledine
2006-01-11add missing warningNick Mathewson
2006-01-11Fix double-free of torrc_fnameNick Mathewson
2006-01-11Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
2006-01-10hack to address bug 238.Roger Dingledine
2006-01-10fix bug 235Roger Dingledine
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson
2006-01-07helper nodes are deadRoger Dingledine
2006-01-06Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...Nick Mathewson
2006-01-02prevent auth dir servers from enabling entry nodes.Roger Dingledine
2006-01-02bugfix: only try to use the EntryNodes config option if it is set.Roger Dingledine