aboutsummaryrefslogtreecommitdiff
path: root/DnsTlsSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add and upgrade some DnsTlsSocket logsMike Yu2023-07-071-6/+6
* Dns over TLS - lower mss for ipv4 by 8Maciej Żenczykowski2023-05-011-17/+13
* Set TCP_MAXSEG to 1220 for better reliability.Hansen Kurli2022-12-071-0/+6
* Remove redundant "using" statementsYi Kong2022-02-181-1/+0
* Replace StringPrintf() with fmt::format()chenbruce2021-08-201-3/+1
* Downgrade DoT connection error message to WarningMike Yu2021-04-071-1/+1
* Fix DnsTlsSocket to consume all pending data from sslMike Yu2020-11-121-2/+14
* Move connectTimeout to DnsTlsSocketMike Yu2020-09-261-4/+11
* Allow to do TLS handshake on DnsTlsSocket loop threadMike Yu2020-09-261-12/+101
* Add some states to trace DnsTlsSocket life cycleMike Yu2020-09-231-7/+19
* Preserve original errno before calling close()Mike Yu2020-09-231-6/+8
* Add startHandshake to IDnsTlsSocketMike Yu2020-09-231-2/+17
* Allow only AID_ROOT to inject certificateKen Chen2020-06-171-2/+2
* Merge "Remove RESOLV_INJECT_CA_CERTIFICATE"Treehugger Robot2020-06-101-8/+2
|\
| * Remove RESOLV_INJECT_CA_CERTIFICATEKen Chen2020-01-161-8/+2
* | Remove markToFwmarkString()Mike Yu2020-05-211-16/+8
* | Don't use Fwmark to rename threadsMike Yu2020-05-211-3/+3
* | DnsResolver/DnsTlsSocket - fixes bugprone-unused-return-value warningMaciej Żenczykowski2020-04-231-1/+1
|/
* Don't allow a non-empty CA certificate in production code.Lorenzo Colitti2019-11-151-1/+3
* Support RDNS on cache and uid/pid taggingPraveen Moongalam Thyagarajan2019-10-211-1/+2
* Make private DNS connect timeout configurableMike Yu2019-10-091-16/+21
* Tag with TAG_SYSTEM_DNS for dns packets.Sehee Park2019-08-261-3/+2
* Set the name for resolver threadsMike Yu2019-08-131-2/+6
* Remove support for DNS-over-TLS certificate fingerprints.waynema2019-08-081-73/+33
* Add socket mark info into SSL_connect errorChiachang Wang2019-07-081-5/+15
* fchown DNS lookup sockets to UID of the app that sent the DNS lookup.Sehee Park2019-06-271-0/+6
* Finish removing ALOG() from system/netd/resolv/chenbruce2019-06-121-60/+61
* Unify log tag of DNS resolverKen Chen2019-04-151-1/+1
* Fix bogus error checking on unique_fdBernie Innocenti2019-03-281-5/+7
* Fix DnsTlsSocket fast shutdown pathBen Schwartz2019-02-151-25/+26
* Make all the DnsTls headers private to libnetd_resolvBernie Innocenti2019-02-011-3/+4
* Copy queries synchronously in DnsTlsSocketBen Schwartz2019-01-161-47/+65
* Remove libnetd_resolv dependency on FwmarkMike Yu2018-11-071-1/+0
* Merge libnetddns into libnetd_resolvMike Yu2018-10-301-0/+527