aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2010-02-25Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn
2010-02-22Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson
2010-02-22Remove some redundant code in options_save_current()Sebastian Hahn
2010-02-18Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-12new dannenberg address; make moria2's demise official.Roger Dingledine
2010-02-10Add Windows version detection for Vista and 7Sebastian Hahn
2010-02-09Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-08Don't use gethostbyname() in resolve_my_address()Sebastian Hahn
2010-01-19Merge branch 'maint-0.2.1' into masterRoger Dingledine
2010-01-19rotate keys for moria1 and gabelmooRoger Dingledine
2009-12-29add config options to override.Roger Dingledine
2009-12-25Remove online config descriptions.Sebastian Hahn
2009-12-25Fix a typoSebastian Hahn
2009-12-21a changelog and doc fixes for the strictnodes workRoger Dingledine
2009-12-21Be more willing to use an unsuitable circuit for exit.Roger Dingledine
2009-12-21Abandon circs if the user changes Exclude*NodesRoger Dingledine
2009-12-21Switch to a StrictNodes config option.Roger Dingledine
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-17Remove v0 hidden service statistics code.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-15Change interface for configuring cell ewma algorithm.Nick Mathewson
2009-12-13Optimize cell-ewma circuit priority algorithm.Nick Mathewson
2009-12-13New controller command "getinfo config-text"Roger Dingledine
2009-12-12Favor quiet circuits when choosing which order to relay cells in.Can Tang
2009-12-12Merge commit 'sebastian/coverity'Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12Cache the parsed value of SafeLogging as an enum.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-22add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine
2009-11-21New config option "CircuitStreamTimeout"Roger Dingledine
2009-10-27Disallow command line keywords with more than two dashes as prefix.Sebastian Hahn
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
2009-10-26Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-26Add missing break statements for Coverity CIDs #406,407.Nick Mathewson
2009-10-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-15Move moria1 and Tonga to alternate IP addresses.Roger Dingledine
2009-10-11Move dizum to an alternate IP address.Roger Dingledine
2009-09-30Move Tonga to an alternate IP addressRoger Dingledine
2009-09-30Move moria1 to a nearby IP addressRoger Dingledine
2009-09-28Fix some win32 compilation warningsNick Mathewson
2009-09-17Let our config abbreviations rewrite more than onceRoger Dingledine
2009-09-16Move circuitbuildtimeout config check.Mike Perry
2009-09-16Fix issues found by arma in review.Mike Perry
2009-09-16space/indent cleanups, plus point out three bugsRoger Dingledine
2009-09-16Use our variable directly for timeout.Mike Perry
2009-09-16Write unit tests and fix issues they uncovered.Mike Perry
2009-09-16Implement the pareto fitting and timeout calculating bits.Mike Perry
2009-09-16Clean up Fallon's partially complete GSoC project.Mike Perry