aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_config.c
AgeCommit message (Expand)Author
2020-11-19Merge branch 'maint-0.4.3' into maint-0.4.4Alexander Færøy
2020-11-05Make config/parse_tcp_proxy_line work in the presence of DNS hijackingNick Mathewson
2020-07-07Revert "config: Make clients tell dual-stack exits they prefer IPv6"David Goulet
2020-06-29Merge remote-tracking branch 'tor-github/pr/1829/head' into maint-0.4.3Nick Mathewson
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet
2020-05-05config: New file resolve_addr.{c|h}David Goulet
2020-05-05relay: New file relay_resolve_addr.{c|h}David Goulet
2020-04-09client: Revert setting PreferIPv6 on by defaultDavid Goulet
2020-03-21Merge branch 'bug32588_042' into bug32588_043teor
2020-03-21Merge branch 'bug32588_041' into bug32588_042teor
2020-03-21Merge branch 'bug32588_035' into bug32588_041teor
2020-03-21Add tests for get_first_advertised_{addr,port}_by_type_af()Nick Mathewson
2020-02-12Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-02-12Merge branch 'maint-0.3.5' into maint-0.4.1teor
2020-02-12Lowercase the BridgeDistribution value from torrc in descriptors.Alexander Færøy
2020-01-20Merge branch 'tor-github/pr/1675'David Goulet
2020-01-20Merge branch 'tor-github/pr/1668'David Goulet
2020-01-20config: Make clients tell dual-stack exits they prefer IPv6teor
2020-01-16Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_mergedNick Mathewson
2020-01-16Rename dirclient_modes.h identifiers to start with dirclient_Nick Mathewson
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-15Don't escape the bridge distribution value.Alexander Færøy
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Remove extra ; from tt_assert() macro definition.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2019-12-08add KV_RAW to kvline.cTaylor Yu
2019-12-08clean up kvline_can_encode_lines()Taylor Yu
2019-11-06Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-11-06Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-11-05config: Rename new global functions with a prefixteor
2019-11-04relay: Make a transport_config function privateteor
2019-10-31config: Move server transport config into the relay moduleteor
2019-10-31config: Move relay config checks into the relay moduleteor
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1447'teor
2019-10-22Remove a pair of now-unused default-options arguments.Nick Mathewson
2019-10-22Use coccinelle to fix most options_validate() call sites.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22With coccinelle, avoid includes in the middle of an expression.Nick Mathewson
2019-10-17test: Add TCPProxy option for haproxy protocolSuphanat Chunhapanya
2019-10-04Use {mock,unmock}_hostname_resolver() in relevant testsNick Mathewson
2019-09-24Merge branch 'bug31408_035' into bug31408_masterteor
2019-09-23Fix bug when %including folder with comment only files. #31408Daniel Pinto
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Test: Make sure NOLIST options are not listed.Nick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-07-24Use config_new() to construct configuration objects.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1065' into maint-0.4.1George Kadianakis