aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-07-06More gracefully handle corrupt state files.Mike Perry
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-27Group in torrc is obsolete, so stop checking itRoger Dingledine
2010-06-15Split the circuit timeout and close codepaths.Mike Perry
2010-06-14Answer question from Roger.Nick Mathewson
2010-06-14a line that's been sitting in my sandbox for monthsRoger Dingledine
2010-06-11Merge commit 'sebastian/hostnamewarn'Nick Mathewson
2010-06-11Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-06-11Add maatuska as eighth v3 directory authority.Karsten Loesing
2010-06-09Add timeout count state variable.Mike Perry
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-05-24Port Tor to work on Windows CEvalerino
2010-05-10Bug 1296: Add option+logic to disable CBT learning.Mike Perry
2010-04-02Merge branch 'asprintf'Nick Mathewson
2010-03-10let people test the RefuseUnknownExits ideaRoger Dingledine
2010-03-05commit my annotations while i was hunting down the host order bugRoger Dingledine
2010-03-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-03-04Apply Roger's bug 1269 fix.Nick Mathewson
2010-02-28Tweak users of snprintf to use asprintf where appropriateNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
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