aboutsummaryrefslogtreecommitdiff
path: root/DnsTlsTransport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accommodate a change in the type of std::span's sizeRyan Prichard2023-09-211-1/+1
* Replace StringPrintf() with fmt::format()chenbruce2021-08-201-3/+1
* Fix typo in DnsTlsTransport::validate()Mike Yu2021-07-011-4/+4
* Enable DNS probe in DoT validation by default in RMike Yu2021-07-011-3/+5
* Fix a bug in DoT probeMike Yu2021-06-161-4/+3
* Revert "Revert "Implement DNS probe in DoT validation""Mike Yu2021-06-161-43/+189
* Revert "Implement DNS probe in DoT validation"Sorin Basca2021-06-151-189/+43
* Implement DNS probe in DoT validationMike Yu2021-06-151-43/+189
* Some cleaup in PrivateDnsConfiguration::startValidationMike Yu2020-12-151-4/+4
* Add startHandshake to IDnsTlsSocketMike Yu2020-09-231-1/+6
* Don't use Fwmark to rename threadsMike Yu2020-05-211-4/+4
* Change DnsTlsTransport to store a copy of a queryMike Yu2020-02-131-2/+2
* Change getConnectCounter to return intMike Yu2020-01-021-1/+1
* Update the connected field to metrics for DoTMike Yu2019-12-051-0/+6
* Set the name for resolver threadsMike Yu2019-08-131-2/+7
* Finish removing ALOG() from system/netd/resolv/chenbruce2019-06-121-23/+18
* Unify log tag of DNS resolverKen Chen2019-04-151-1/+1
* Make all the DnsTls headers private to libnetd_resolvBernie Innocenti2019-02-011-4/+4
* Remove libnetd_resolv dependency on FwmarkMike Yu2018-11-071-11/+1
* Merge libnetddns into libnetd_resolvMike Yu2018-10-301-0/+224