summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2017-01-24Merge remote-tracking branch 'asn/remove_legacy_guards'Nick Mathewson
2017-01-23Merge branch 'feature_20956_029'Nick Mathewson
2017-01-23Add __SocksPort etc variants for non-persistent useNick Mathewson
2017-01-21Merge remote-tracking branch 'public/ticket18319'Nick Mathewson
2017-01-18Remove UseDeprecatedGuardAlgorithm.Nick Mathewson
2017-01-18Remove the (no longer compiled) code for legacy guard selection.Nick Mathewson
2017-01-18Merge remote-tracking branch 'dgoulet/bug21062_030_01'Nick Mathewson
2017-01-18put units in constant names for DIRCACHE_MEN_MEM*Nick Mathewson
2017-01-18Rename DIRCACHE_MIN_BANDWIDTH and DIRCACHE_MIN_MB_BANDWIDTHNeel Chauhan
2017-01-18circuit: Make circuit_build_times_disabled take an or_options_tDavid Goulet
2017-01-18Simplify the VPORT() macro in config.cNick Mathewson
2017-01-14Disallow setting UseBridges to 1 and UseEntryGuards to 0Neel Chauhan
2017-01-13Merge branch 'ipv6-only-client_squashed'Nick Mathewson
2017-01-13Remove redundant options checks for IPv6 preference conflictsteor
2017-01-11Merge remote-tracking branch 'jryans/dependant-corrected'Nick Mathewson
2017-01-03Remove a rendundant check for PidFile changes at runtimeteor
2017-01-02Unindent long-misindented blocks.Nick Mathewson
2016-12-29Use the correct spelling for "Dependent" in the control protocol.J. Ryan Stinnett
2016-12-18Revert ticket 20982 changes.Nick Mathewson
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-16Merge branch 'ticket20831_v2'Nick Mathewson
2016-12-16Remove UseDirectoryGuardsNick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Wrap all of the legacy guard code, and its users, in #ifdefsNick Mathewson
2016-12-16Have multiple guard contexts we can switch between.Nick Mathewson
2016-12-16Rebuild the guard lists as appropriate on torrc change.Nick Mathewson
2016-12-16Remove the version prefix from version numberscypherpunks
2016-12-16Remove the trailing dot from version numberscypherpunks
2016-12-13Remove AuthDirMaxServersPerAuthAddrNick Mathewson
2016-12-13Change the default of AuthDirPinKeys to 1.Nick Mathewson
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson
2016-12-08Add an option to disable dirauth ed25519 link key checks.Nick Mathewson
2016-12-08Add ExtendByEd25519ID consensus parameter/torrc optionNick Mathewson
2016-12-07Merge branch 'bug19960_2'Nick Mathewson
2016-12-07Netbsd doesn't have ipfw, only the regular pf transport stuff.Nick Mathewson
2016-12-01Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-01Stop ignoring hidden service key anonymity when first starting torteor
2016-11-30Add an (as yet) unused UseDeprecatedGuardAlgorithm_ option.Nick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Adjust download schedules per teor's #20534 recommendataionsNick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-24Module documentation for config.c and confparse.cNick Mathewson
2016-10-17Add a logic-consistency test when parsing unix socket configsNick Mathewson
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson
2016-10-13Tweak patch for 18529.Nick Mathewson
2016-10-13Remove duplicate code that checks for default authoritiesNick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-09-30Bug 20261: Disable IsolateClientAddr on AF_LOCAL SocksPorts.Yawning Angel