summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2012-01-04Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn
2012-01-04Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-22Fix bug2571: warn on EntryNodes set and UseEntryGuards disabledNick Mathewson
2011-12-22Prepend cwd for relative config file paths.Kamran Riaz Khan
2011-12-18Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis
2011-12-02Give DirAllowPrivateAddress an explicit defaultNick Mathewson
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add some more documentationArturo Filastò
2011-11-30Turn off LearnCircuitBuildTimeout when tor2web mode is onRobert Ransom
2011-11-30Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous modeRobert Ransom
2011-11-30Add a compile-time #define to control whether Tor runs in 'tor2web mode'Robert Ransom
2011-11-30Merge branch 'bug933_nm_rebased_v2'Nick Mathewson
2011-11-30Forbid remapping of *Nick Mathewson
2011-11-30Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Fix a memory leak in error path of my default-torrc codeNick Mathewson
2011-11-30appease "make check-spaces"Nick Mathewson
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...Linus Nordberg
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Merge remote-tracking branch 'rransom-tor/bug4605'Nick Mathewson
2011-11-29Set torrc_fname in load_torrc_from_diskRobert Ransom
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-29Merge branch 'disable_network'Nick Mathewson
2011-11-28log a notice when disablenetwork is setNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-27Support for a defaults torrc file.Nick Mathewson
2011-11-27Add the ability to append and clear linelist options from cmdlineNick Mathewson
2011-11-27Make linelists always overridden by the command lineNick Mathewson
2011-11-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-26Normal relays should generate dynamic DH moduli as well.George Kadianakis
2011-11-25Simply initialize TLS context if DynamicDHGroups change.George Kadianakis
2011-11-25Only bother with dynamic DH moduli if we are a bridge.George Kadianakis
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-24Tweak disable_debugger_attachment a littleNick Mathewson
2011-11-24Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson
2011-11-24Merge remote-tracking branch 'public/feature4516'Nick Mathewson
2011-11-25Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis
2011-11-25s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis
2011-11-24Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-11-24Make DynamicPrimes SIGHUP-able.George Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-24Add Tor2webMode configuration optionRobert Ransom
2011-11-21raise AuthDirFastGuarantee from 20KB to 100KBRoger Dingledine
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine