aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/dns.c
AgeCommit message (Expand)Author
2023-10-18add rate limit on BEGIN and RESOLVE cell per circuittrinity-1686a
2023-04-06Prop#329 streams: Handle stream usage with confluxMike Perry
2022-12-16Fix typosDimitris Apostolou
2022-11-09Merge branch 'maint-0.4.7'David Goulet
2022-11-09dns: Make TTLs fuzzy at exit relaysRasmus Dahlberg
2022-11-01Clip DNS TTL values once in event callbackRasmus Dahlberg
2022-06-16Don't add redundant quotes with escaped() in log messages.Nick Mathewson
2022-03-16dns: Remove reachable BUG()David Goulet
2022-03-15relay: Reconfigure libevent options only on DNS params changeDavid Goulet
2022-03-15relay: On new consensus, reconfigure DNS nameserversDavid Goulet
2022-03-15relay: Lower DNS Exit-side timeoutDavid Goulet
2022-02-14dns: Do not trigger overload general on DNS timeoutDavid Goulet
2021-05-12dns: Gather DNS request statisticsDavid Goulet
2021-05-10Remove unused function: dns_randfn_() in dns.c.Alexander Færøy
2021-05-10Merge remote-tracking branch 'tor-gitlab/mr/369'Alexander Færøy
2021-04-16Stop calling evdns_set_random_bytes_fn()Nick Mathewson
2021-03-17Merge branch 'mr/334'George Kadianakis
2021-03-17Implement straightforward overload general metrics.George Kadianakis
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-06-05Fix some checks of tor_inet_ntoa() return valuerl1987
2020-05-21Check output value of tor_inet_ntop/tor_inet_ntoa in dns.crl1987
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-03-05Merge remote-tracking branch 'tor-github/pr/1772/head'Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-26Correct spacing in dns_launch_correctness_checks()Neel Chauhan
2020-02-19Make dns_cancel_pending_resolve() STATIC.Nick Mathewson
2020-02-19Remove assert_all_pending_dns_resolves_ok().Nick Mathewson
2020-02-18Move DNS TTL manipulation code to src/core/orNick Mathewson
2020-02-18Replace identifiers related to clipping DNS ttls.Nick Mathewson
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-23Merge branch 'tor-github/pr/1034'David Goulet
2019-05-17OOM-purge the DNS cache one part at a timeNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-17Check hostname before using it in send_resolved_hostname_cell()Nick Mathewson
2018-10-31Fix memory leak (#28257, CID 1440805).Nick Mathewson
2018-10-26In configured_nameserver_address, check if tor_addr_from_sockaddr succeededrl1987
2018-10-20Exclude test and a supporting function when evdns_base_get_nameserver_addr() ...rl1987
2018-10-20Unit test for DNS fallback in configure_nameserversrl1987