aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Tweak users of snprintf to use asprintf where appropriateNick Mathewson2010-02-28
* | let people test the RefuseUnknownExits ideaRoger Dingledine2010-03-10
* | commit my annotations while i was hunting down the host order bugRoger Dingledine2010-03-05
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-03-04
|\ \
| * | Apply Roger's bug 1269 fix.Nick Mathewson2010-03-04
* | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\| | | |/ |/|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | 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