aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dns.c
AgeCommit message (Expand)Author
2022-11-09dns: Make TTLs fuzzy at exit relaysRasmus Dahlberg
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-02-18Replace identifiers related to clipping DNS ttls.Nick Mathewson
2020-01-09Fix wide lines from NS() removal fallout.Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Replace various NS_MODULE/SUBMODULE vals with shorter names.Nick Mathewson
2020-01-09Put all NS_DECL invocations on single lines.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-01-16Bump copyright date to 2019Nick Mathewson
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
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-01-18DefecTor countermeasure: change server- and client-side DNS TTL clippingNick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-02-04Fix two problems in the 0.2.8.x unit testsNick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson
2015-12-15Fix some memory leaks in the unit testsNick Mathewson
2015-10-29Fix GCC warnings.rl1987
2015-10-24Seventh test case for dns_resolve_impl().rl1987
2015-10-24Sixth test case for dns_resolve_impl.rl1987
2015-10-24Add a fifth unit test.rl1987
2015-10-24Whitespace fixes.rl1987
2015-10-24Add a fourth test case.rl1987
2015-10-24Third test case for dns_resolve_impl.rl1987
2015-10-24A second test case for dns_resolve_impl.rl1987
2015-10-24Making it slightly cleaner.rl1987
2015-10-24First test case for dns_resolve_impl().rl1987
2015-10-24Using namespace macros for mock functions in test_dns.crl1987
2015-10-24Use NS_SUBMODULEs in test_dns.crl1987
2015-08-26Fix some memory issues in test_dns.cNick Mathewson
2015-08-26Resolve check-spaces in test_dns.cNick Mathewson
2015-08-26fix compilation warnings in test_dns.cNick Mathewson
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987