aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
AgeCommit message (Expand)Author
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1066' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1065' into maint-0.3.5teor
2019-06-05Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.4.0Nick Mathewson
2019-05-31Consider dir info to have changed when the bridges changeNick Mathewson
2019-05-31Fix a logic error in deciding whether to accept SessionGroup=Nick Mathewson
2019-05-14Add a --list-modules commandNick Mathewson
2019-04-19Merge remote-tracking branch 'tor-github/pr/726' into maint-0.3.5teor
2019-04-04Implement an DormantCanceledByStartup optionNick Mathewson
2019-02-26Merge remote-tracking branch 'tor-github/pr/726' into maint-0.4.0Nick Mathewson
2019-02-13bwauth: Add function to get the digest of a bw filejuga0
2019-02-08Merge branch 'maint-0.3.5'Nick Mathewson
2019-02-08Merge branch 'ticket29040_1_changes' into maint-0.3.5Nick Mathewson
2019-01-24hs-v3: add an option param to safe log functionsSuphanat Chunhapanya
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Fix (and make consistent) the use of OpenBSD preprocessor macro testsKris Katterjohn
2019-01-02Config option to specify specific MiddleNodes.Mike Perry
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Always initialize addr in parse_port_config()Nick Mathewson
2018-12-18Merge remote-tracking branch 'tor-github/pr/595'Nick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Move remaining code from subprocess.{h,c} to more appropriate places.Alexander Færøy
2018-12-14allow any value for HearbeatPeriod in testing Tor networksRob Jansen
2018-12-04Add an option to start tor in dormant mode for the first time.Nick Mathewson
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan
2018-12-01Move net.inet.ip.random_id code to lib/net/Nick Mathewson
2018-12-01Merge remote-tracking branch 'tor-github/pr/527'Nick Mathewson
2018-11-26Add options to control dormant-client feature.Nick Mathewson
2018-11-19Complain if net.inet.ip.random_id is not set on FreeBSD-based serversFabian Keil
2018-11-15Turn second_elapsed_callback into a normal periodic event.Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-06Merge remote-tracking branch 'tor-github/pr/484' into maint-0.3.5Nick Mathewson
2018-11-05Move prefork, postfork, and thread-exit hooks into subsysNick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-10-01Merge remote-tracking branch 'public/bug27893'Nick Mathewson
2018-09-27Fix a memory leak in --dump-configNick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Remove excess dependencies from geoip.cNick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Rename dirauth/mode.h to dirauth/authmode.hNick Mathewson
2018-09-24Merge branch 'bug26913_033'Nick Mathewson
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson