summaryrefslogtreecommitdiff
path: root/resolv/resolver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move system/netd/resolv/ to packages/modules/DnsResolver.Xin Li2019-07-261-3614/+0
* Merge "resolv_unit_test: Use resolv_test_utils"Treehugger Robot2019-07-251-7/+1
|\
| * resolv_unit_test: Use resolv_test_utilsHungming Chen2019-07-241-7/+1
* | Move resolv/dns_responder code to resolv/tests/chenbruce2019-07-241-4/+4
|/
* Use std::vector to store domains of nameservers and minor changeLuke Huang2019-07-031-0/+86
* Merge "Fix error code of resolv_getaddrinfo and cleanup for libnetd_resolv_test"Luke Huang2019-07-021-0/+19
|\
| * Fix error code of resolv_getaddrinfo and cleanup for libnetd_resolv_testLuke Huang2019-07-011-0/+19
* | Fix ResolverTest.BlockDnsQueryWithUidRule.Lorenzo Colitti2019-07-011-7/+20
* | fchown DNS lookup sockets to UID of the app that sent the DNS lookup.Sehee Park2019-06-271-0/+60
|/
* Fix typo in a few license files.Lorenzo Colitti2019-06-261-1/+1
* resolv: Add classless reverse delegation tests for get{hostbyaddr,nameinfo}Hungming Chen2019-06-211-2/+68
* Dead code removal - Remove res_setoptions()chenbruce2019-06-181-1/+1
* Move SHA256_SIZE define to libnetdutils and stop including netd headerLuke Huang2019-06-141-4/+4
* Move ScopedAddrinfo to libnetdutilsLuke Huang2019-06-141-2/+4
* Merge "Finish removing ALOG() from system/netd/resolv/"Bruce Chen2019-06-121-3/+2
|\
| * Finish removing ALOG() from system/netd/resolv/chenbruce2019-06-121-3/+3
* | Merge "resolver_test: Subscribe to death notification of service IDnsResolver"Nucca Chen2019-06-121-25/+57
|\ \ | |/ |/|
| * resolver_test: Subscribe to death notification of service IDnsResolverHungming Chen2019-06-121-25/+57
* | Fix flaky test ResolverTest.BrokenEdnsMike Yu2019-06-111-1/+12
|/
* resolv_integration_test: Retrieve NAT64 prefix through DNS event listenerHungming Chen2019-06-061-35/+54
* Include NetdClient.h where needed (and only there)Bernie Innocenti2019-06-051-19/+16
* Merge "Remove unused deps on liblogwrap"Bernie Innocenti2019-06-051-3/+2
|\
| * Remove unused deps on liblogwrapBernie Innocenti2019-06-051-3/+2
* | Merge changes I1519e541,I43555fe7Luke Huang2019-06-051-188/+22
|\ \
| * | Separate GetAddrInfoStressTest* from resolv_integration_test to resolv_stress...Luke Huang2019-06-041-188/+22
| |/
* | Merge "resolv: improve the tests TlsBypass and BrokenEdns"Mike Yu2019-06-041-22/+23
|\ \
| * | resolv: improve the tests TlsBypass and BrokenEdnsMike Yu2019-06-041-22/+23
| |/
* / Reduce test time of ResolverTest#GetAddrInfoV6_nonresponsiveLuke Huang2019-06-031-5/+17
|/
* Merge "Make getdnsnetid returning app_netId instead of dns_netId and fix nits"Luke Huang2019-05-301-18/+100
|\
| * Make getdnsnetid returning app_netId instead of dns_netId and fix nitsLuke Huang2019-05-301-18/+100
* | Merge "resolv: drop polling timeout setting in DNSResponder"Mike Yu2019-05-301-9/+9
|\ \ | |/ |/|
| * resolv: drop polling timeout setting in DNSResponderMike Yu2019-05-161-9/+9
* | Add getDnsNetId cmd in DnsProxyListenerLuke Huang2019-05-231-0/+72
* | Fix the flaky test MaxServerPrune_BinderMike Yu2019-05-201-0/+10
|/
* resolv: speed up the termination of loop thread in testing DNS and TLS serversMike Yu2019-05-161-17/+0
* Add the test for nat64 prefix discovery bypass tlsMike Yu2019-05-141-1/+46
* Fix wrong behavior of async DNS API with flagsLuke Huang2019-05-091-0/+34
* [Resolver-log]: Some modifications for debug loggingchenbruce2019-04-161-1/+0
* Use the UnorderedElementsAreArray matcher in resolv_integration_test.cppBernie Innocenti2019-04-011-24/+3
* Use IDnsResolver instead of INetd for all resolver related commandsLuke Huang2019-03-291-55/+61
* Fix asynchronous DNS API flag NO_CACHE_LOOKUP behaviorLuke Huang2019-03-281-0/+30
* Add integration test for DNS answer RR with CNAMEs chainlifr2019-03-191-0/+138
* Refine asynchronous DNS API flag NO_RETRY behaviorLuke Huang2019-03-121-17/+97
* resolv: small improvements for debug loggingBernie Innocenti2019-03-081-1/+1
* Add binder calls to start and stop NAT64 prefix discovery.Lorenzo Colitti2019-02-271-29/+46
* Rename struct __res_params to res_paramsBernie Innocenti2019-02-211-9/+9
* Add RESOLVER_PARAMS_RETRY_COUNT for configuring the retries.waynema2019-02-181-15/+13
* Improve resolver cache lock and thread synchronizationKen Chen2019-02-141-10/+129
* Abstract the general dns name server setup to avoid duplicated work.Xiao Ma2019-02-041-552/+474
* Enable more clang-tidy checks and treat them as errorsBernie Innocenti2019-02-011-2/+0