aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2017-08-03routerkeys: Add cmdline option for learning signing key expiration.Isis Lovecruft
2017-08-03Switch to offsetof()Neel Chauhan
2017-07-28Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-28Merge branch 'bug23053_029' into maint-0.3.1Nick Mathewson
2017-07-28Fix a small memory leak when parsing unix: ports twiceNick Mathewson
2017-07-13Merge remote-tracking branch 'dgoulet/ticket21979_032_04'Nick Mathewson
2017-07-13Merge remote-tracking branch 'isis/bug19476'Nick Mathewson
2017-07-13Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-13prop224: Load and/or generate v3 service keysDavid Goulet
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-07-12New configuration option MaxConsensusAgeForDiffsNick Mathewson
2017-07-12If writing a heartbeat message fails, retry after MIN_HEARTBEAT_PERIOD.Isis Lovecruft
2017-06-23Merge remote-tracking branch 'isis/bug4019'Nick Mathewson
2017-06-22config: Fix duplicate error message for nonlocal SocksPorts.Isis Lovecruft
2017-06-21Remove obsolete authdir_mode_any_main()huyvq
2017-06-19Merge branch 'ticket20575_031_01_squashed'Nick Mathewson
2017-06-19refer to the correct versionNick Mathewson
2017-06-19config: Deprecate HTTPProxy optionDavid Goulet
2017-05-28Update the client bootstrap comment in config.c for exponential backoffteor
2017-05-19Fix uninitialized-variable warning on options_init_from_string().Nick Mathewson
2017-05-19Merge remote-tracking branch 'jigsaw/torrc-dir-fix-1922_squashed2'Nick Mathewson
2017-05-19fix typoRoger Dingledine
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-05-18Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-18Merge branch 'bug22252_029' into maint-0.3.0Nick Mathewson
2017-05-16Fix crash when starting with LearnCircuitBuildTimeout 0.Nick Mathewson
2017-05-10Merge remote-tracking branch 'public/my-family-list-fix-4498'Nick Mathewson
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Parse ports at the start of options_validate()David Goulet
2017-05-09config: Remove {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress optionDavid Goulet
2017-05-09config: Remove TLSECGroup optionDavid Goulet
2017-05-09config: Remove WarnUnsafeSocks optionDavid Goulet
2017-05-09config: Remove CloseHSServiceRendCircuitsImmediatelyOnTimeout optionDavid Goulet
2017-05-09config: Remove CloseHSClientCircuitsImmediatelyOnTimeout optionDavid Goulet
2017-05-09config: Remove FastFirstHopPK optionDavid Goulet
2017-05-09config: Remove ExcludeSingleHopRelays optionDavid Goulet
2017-05-09config: Remove AllowSingleHopExits optionDavid Goulet
2017-05-09config: Remove AllowSingleHopCircuits optionDavid Goulet
2017-05-09config: Remove AllowInvalidNodes optionDavid Goulet
2017-05-09Split MyFamily into user-specified version and normalized versionNick Mathewson
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Bug 17592: Clean up connection timeout logic.Mike Perry
2017-05-08Netflow record collapsing defense.Mike Perry
2017-04-27Initialize consdiffmgr when running as (or becoming) a server.Nick Mathewson
2017-04-25Use `tor_compress_supports_method()` before printing library versions.Alexander Færøy
2017-04-25Show liblzma and libzstd versions in `tor --library-versions`.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
2017-04-25Move zlib compression code into its own module.Alexander Færøy
2017-04-14MyFamily config string is now a list. #4998Daniel Pinto
2017-04-10config: Warn if EntryNodes and HiddenService are used togetherDavid Goulet