index
:
packages_modules_DnsResolver.git
master
r11.0
r11.1
r11.1-backup-1-16-21
s12.0
s12.1
t13.0
u14.0
v15.0
w16.0
packages_modules_DnsResolver
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res_query.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accommodate a change in the type of std::span's size
Ryan Prichard
2023-09-21
1
-1
/
+1
*
Clean up the flag parallel_lookup_release
Mike Yu
2023-04-13
1
-2
/
+2
*
Fix unused-but-set-variable in res_query.cpp
Ken Chen
2022-10-12
1
-7
/
+1
*
Revet part of aosp/2163902
martinwu
2022-08-15
1
-0
/
+1
*
Remove accessing errno in setQueryId()
martinwu
2022-07-23
1
-1
/
+0
*
Enable some DNS logs in userdebug build
Ken Chen
2022-05-04
1
-5
/
+5
*
Replace manual buffer handling with std::span
chenbruce
2021-08-31
1
-19
/
+14
*
Rename ResState::_flags to ResState::flags
Bernie Innocenti
2021-07-01
1
-2
/
+2
*
Remove the obsolete res_state typedef
Bernie Innocenti
2021-07-01
1
-3
/
+3
*
Enable mDNS .local resolution
chenbruce
2021-06-25
1
-1
/
+1
*
Merge "Replace addrinfo with IPSockAddr to store dns addresses"
Mike Yu
2019-10-25
1
-1
/
+1
|
\
|
*
Replace addrinfo with IPSockAddr to store dns addresses
Mike Yu
2019-10-21
1
-1
/
+1
*
|
Unify MAXPACKET and refactor buffer allocation of getaddrinfo
Luke Huang
2019-10-22
1
-6
/
+0
|
/
*
Explicitly allocate ResState on the call stack
Bernie Innocenti
2019-10-17
1
-1
/
+2
*
Resolv: Replace BSD types with regular C99 types
chenbruce
2019-09-18
1
-9
/
+8
*
Delete dump_bytes() and its helper functions
Mike Yu
2019-08-22
1
-0
/
+1
*
Dead code removal - remove res->options
chenbruce
2019-07-24
1
-4
/
+10
*
Use std::vector to store domains of nameservers and minor change
Luke Huang
2019-07-03
1
-7
/
+4
*
Dead code removal - Remove res_setoptions()
chenbruce
2019-06-18
1
-20
/
+9
*
[Resolver-log]: Some modifications for debug logging
chenbruce
2019-04-16
1
-1
/
+0
*
Unify log tag of DNS resolver
Ken Chen
2019-04-15
1
-1
/
+1
*
Disable sensitive logs
Ken Chen
2019-03-21
1
-8
/
+7
*
resolv: small improvements for debug logging
Bernie Innocenti
2019-03-08
1
-0
/
+2
*
[Resolver-log] Replacing unused debuging functions by LOG(x).
chenbruce
2019-02-27
1
-25
/
+14
*
Fix potential bugs that may cause resolver to retry endlessly
Ken Chen
2019-01-22
1
-7
/
+4
*
Implementation of control flags in asynchronous DNS query API
Luke Huang
2019-01-16
1
-1
/
+1
*
Expose DNS response code to netd
Hungming Chen
2019-01-15
1
-13
/
+31
*
Remove thread-local variable h_errno in gethostby{name, addr} related APIs
Hungming Chen
2019-01-14
1
-24
/
+28
*
Expose DNS timeout error to netd
Mike Yu
2018-11-14
1
-14
/
+19
*
Move resolver public headers to separate include path
Bernie Innocenti
2018-10-18
1
-2
/
+3
*
Move a few internal constants out of resolv_params.h
Bernie Innocenti
2018-10-17
1
-4
/
+0
*
Turn implicit fallthrow warnings into errors
Bernie Innocenti
2018-10-12
1
-1
/
+1
*
Fix -Wimplicit-fallthrough warnings in netd
Bernie Innocenti
2018-10-12
1
-2
/
+2
*
resolv: dead code removal
Bernie Innocenti
2018-10-03
1
-10
/
+0
*
Minimal changes to bring the resolver into the C++ era
Bernie Innocenti
2018-09-11
1
-0
/
+379