aboutsummaryrefslogtreecommitdiff
path: root/DnsTlsTransport.cpp
AgeCommit message (Expand)Author
2023-09-21Accommodate a change in the type of std::span's sizeRyan Prichard
2021-08-20Replace StringPrintf() with fmt::format()chenbruce
2021-07-01Fix typo in DnsTlsTransport::validate()Mike Yu
2021-07-01Enable DNS probe in DoT validation by default in RMike Yu
2021-06-16Fix a bug in DoT probeMike Yu
2021-06-16Revert "Revert "Implement DNS probe in DoT validation""Mike Yu
2021-06-15Revert "Implement DNS probe in DoT validation"Sorin Basca
2021-06-15Implement DNS probe in DoT validationMike Yu
2020-12-15Some cleaup in PrivateDnsConfiguration::startValidationMike Yu
2020-09-23Add startHandshake to IDnsTlsSocketMike Yu
2020-05-21Don't use Fwmark to rename threadsMike Yu
2020-02-13Change DnsTlsTransport to store a copy of a queryMike Yu
2020-01-02Change getConnectCounter to return intMike Yu
2019-12-05Update the connected field to metrics for DoTMike Yu
2019-08-13Set the name for resolver threadsMike Yu
2019-06-12Finish removing ALOG() from system/netd/resolv/chenbruce
2019-04-15Unify log tag of DNS resolverKen Chen
2019-02-01Make all the DnsTls headers private to libnetd_resolvBernie Innocenti
2018-11-07Remove libnetd_resolv dependency on FwmarkMike Yu
2018-10-30Merge libnetddns into libnetd_resolvMike Yu