summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2015-02-20Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-02-16Faravahar's New IP Address as of 2/20/2015Sina Rabbani
2014-11-19Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-11-19Update longclaw dirauth IP to be a more stable locationMicah Anderson
2014-11-12Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-11-12Remove turtles as a directory authority (#13296)Micah Anderson
2014-11-12Add longclaw as a directory authority (#13296)Micah Anderson
2014-09-20Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-09-20Merge branch 'maint-0.2.3' into maint-0.2.4Roger Dingledine
2014-09-20gabelmoo's IPv4 address changedSebastian Hahn
2014-09-11Reduce log severity for unused ClientTransportPlugin linesRoger Dingledine
2014-09-10Merge remote-tracking branch 'public/bug12908_025' into maint-0.2.5Nick Mathewson
2014-08-28Resume expanding abbreviations for command-line optionsRoger Dingledine
2014-08-20Warn if Tor is a relay and a HSSathyanarayanan Gunasekaran
2014-08-18Fix windows warning introduced by 0808ed83f9cf312abe229Nick Mathewson
2014-08-15Some documentation fixes for #12864.George Kadianakis
2014-08-15Restore functionality for CookieAuthFileGroupReadable.Nick Mathewson
2014-07-25Implement proposal 221: Stop sending CREATE_FASTNick Mathewson
2014-07-24Raise guard threshold to top 25% or 2000 kilounitsRoger Dingledine
2014-07-24Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-07-24Add and use a new NumEntryGuards consensus parameter.Roger Dingledine
2014-05-22sandbox: refactor string-based option-unchanged tests to use a macroNick Mathewson
2014-05-22sandbox: allow access to cookie files, approved-routersNick Mathewson
2014-05-20sandbox: support logfile rotationNick Mathewson
2014-05-20sandbox: tolerate reloading with DirPortFrontPage setNick Mathewson
2014-05-20sandbox: Disallow options which would make us call exec()Nick Mathewson
2014-05-01Merge remote-tracking branch 'public/bug10849_025'Nick Mathewson
2014-04-30Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-30Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-29Drop the MaxMemInCellQueues lower limit down to 256 MB.Nick Mathewson
2014-04-28Fix capitalization of MaxMemInQueuesNick Mathewson
2014-04-28Actually put ExtORPortCookieAuthFile into config.cNick Mathewson
2014-04-25Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HSNick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24Change the logic for the default for MaxMemInQueuesNick Mathewson
2014-04-23Merge branch 'bug11156_issue2_squashed'Nick Mathewson
2014-04-23Don't halt bootstrap to figure out if we should restart PT proxies.George Kadianakis
2014-04-16Merge remote-tracking branch 'public/sandbox_fixes_rebased_2'Nick Mathewson
2014-04-16Merge remote-tracking branch 'andrea/bug11306'Nick Mathewson
2014-04-16Merge branch '10267_plus_10896_rebased_twice'Nick Mathewson
2014-04-16Call pf-divert openbsd-specific, not no-linuxNick Mathewson
2014-04-16Whitespace, doc fixesNick Mathewson
2014-04-16Educate tor on OpenBSD's use of divert-to rules with the pf firewall.dana koch
2014-04-16ipfw TransPort support on FreeBSD (10267)Nick Mathewson
2014-04-16Block certain option transitions while sandbox enabledNick Mathewson
2014-04-16Don't reload logs or rewrite pidfile while sandbox is activeNick Mathewson
2014-04-16Don't allow change to ConnLimit while sandbox is activeNick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2014-04-15Avoid redundant calls to connection_mark_for_close() on listeners when settin...Andrea Shepard