summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2018-09-17Make CacheDirectoryGroupReadable an autobool.Nick Mathewson
2018-09-14If options_act() fails, restore the previous value of global_optionsNick Mathewson
2018-07-18Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-18Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-18Warn the directory authority operator if their versions list is bogusNick Mathewson
2018-04-24Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-24Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-12Attempt to fix 32-bit builds, which broke with 31508a0abccfee1cdNick Mathewson
2018-04-12Use less memory for MaxMemInQueues for machines with more than 8 GB of RAM.Alexander Færøy
2018-04-12Use STATIC for compute_real_max_mem_in_queuesAlexander Færøy
2018-04-11Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3Nick Mathewson
2018-04-11Rename HSLayer{2,3}Nodes to start without an underscore.Nick Mathewson
2018-04-10Fix another crash-on-no-threadpool bug.Nick Mathewson
2018-04-10Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-10Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-04-09Lift the list of default directory servers into their own file.Alexander Færøy
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-07Remove anything related to the old SocksSockets optionDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31Obsolete the now-unused MaxTries options.Nick Mathewson
2018-01-31Merge branch 'bug23954_squashed'Nick Mathewson
2018-01-31Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson
2018-01-30Merge branch 'ticket24902_029_05' into ticket24902_033_02David Goulet
2018-01-30dos: Make circuit rate limit per second, not tenths anymoreDavid Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet
2018-01-19Merge remote-tracking branch 'mikeperry/bug23101-mergeready-squashed'Nick Mathewson
2018-01-19Implement layer 2 and layer 3 guard pinning via torrc.Mike Perry
2018-01-19Merge branch 'disable_signal_handlers'Nick Mathewson
2018-01-11Merge branch 'restart_nocrash'Nick Mathewson
2018-01-11Merge branch 'simplify_transition_allowed'Nick Mathewson
2018-01-06whitespace and typo fixesRoger Dingledine
2018-01-05Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2018-01-05Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-01-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2018-01-05Merge branch 'teor_ticket24681_028' into maint-0.2.9Nick Mathewson
2018-01-05fix a wide lineNick Mathewson
2017-12-23Make the default DirAuthorityFallbackRate 0.1teor
2017-12-16Add MainloopStats option.Alexander Færøy
2017-12-16Fix additional whitespace in config module comment.Alexander Færøy
2017-12-15Use same macros to simplify options_transition_affects_*Nick Mathewson
2017-12-15Simplify the very repetitious options_transition_allowed()Nick Mathewson
2017-12-15Add an option to disable signal handler installation.Nick Mathewson
2017-12-12Merge remote-tracking branch 'ahf-oniongit/bugs/24362'Nick Mathewson
2017-12-11Mark libevent unitialized on shutdown.Nick Mathewson
2017-12-11Add support for Android's logging subsystem.Alexander Færøy
2017-12-11Restructure log initilization function to allow multiple backends without arg...Alexander Færøy