aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/dns.c
AgeCommit message (Expand)Author
2021-10-20Remove unused function: dns_randfn_() in dns.c.Alexander Færøy
2021-04-16Stop calling evdns_set_random_bytes_fn()Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2019-05-17OOM-purge the DNS cache one part at a timeNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-17Check hostname before using it in send_resolved_hostname_cell()Nick 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-21Split main.c into main.c and mainloop.cNick Mathewson
2018-07-17Teach the OOM handler about the DNS cacheNeel Chauhan
2018-07-16Add and use dns_cache_total_allocation()Neel Chauhan
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson