aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_config.c
AgeCommit message (Expand)Author
2022-12-16Fix typosDimitris Apostolou
2022-10-26Merge branch 'maint-0.4.5' into maint-0.4.7David Goulet
2022-10-26dirauth: Remove FaravaharDavid Goulet
2021-03-12Run "make autostyle" in advance of new series.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-24Merge branch 'maint-0.4.5'David Goulet
2021-02-23relay: Avoid a directory early fetchDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-19hs-v2: Remove client supportDavid Goulet
2021-02-12Merge branch 'tor-gitlab/mr/304' into maint-0.4.5David Goulet
2021-02-12test: Fix duplicate ORPort testDavid Goulet
2021-02-10relay: Allow RFC1918 addresses for non public relaysDavid Goulet
2021-01-19relay: Keep all ORPorts that are on different portsDavid Goulet
2020-11-19Merge branch 'maint-0.4.4' into maint-0.4.5Alexander Færøy
2020-11-19Merge branch 'maint-0.4.3' into maint-0.4.4Alexander Færøy
2020-11-13port: Don't ignore ports of a different familyDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-11-05Make config/parse_tcp_proxy_line work in the presence of DNS hijackingNick Mathewson
2020-08-12Merge remote-tracking branch 'tor-gitlab/mr/62'Nick Mathewson
2020-07-30Write unittest for #40065.George Kadianakis
2020-07-24relay: Turn find address "method_used" into enumDavid Goulet
2020-07-21relay: Automatically Enable an IPv6 ORPortDavid Goulet
2020-07-21Rename get_first_advertised_{addr,port}_by_type_af().Nick Mathewson
2020-07-21relay: Add AddressDisableIPv6 torrc optionDavid Goulet
2020-07-20relay: Use flags in relay_find_addr_to_publish()David Goulet
2020-07-20test: Move unit tests to new find address interfaceDavid Goulet
2020-07-20addr: Continue discovery if Address exits but not for wanted familyDavid Goulet
2020-07-15Fix small memory leak in config include testsDaniel Pinto
2020-07-15Add support for patterns on %include #25140Daniel Pinto
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-09Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-07Revert "config: Make clients tell dual-stack exits they prefer IPv6"David Goulet
2020-07-07addr: Attempt to learn our address with ORPortDavid Goulet
2020-07-06Fix coccinelle complaint in test_config.cNick Mathewson
2020-07-06addr: Fix possible memleak in find_my_address()David Goulet
2020-07-02addr: Prioritize interface lookup over local hostnameDavid Goulet
2020-06-30test: Mixed unit tests for find_my_address()David Goulet
2020-06-30test: Unit tests for find_my_address() IPv6David Goulet
2020-06-30test: Rename function to be IPv4 specificDavid Goulet
2020-06-29Merge remote-tracking branch 'tor-github/pr/1829/head' into maint-0.4.3Nick Mathewson
2020-06-24test: Modernize find_my_address() unit testDavid Goulet
2020-06-24addr: Remove resolve_my_address_v4()David Goulet
2020-06-24addr: Make resolve_my_address_v4() use find_my_address()David Goulet
2020-06-23addr: Rename resolve_my_address to be v4 specificDavid Goulet
2020-06-23config: Change Address to be a LINELISTDavid Goulet
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