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