summaryrefslogtreecommitdiffstats
path: root/src/common/dns_resolve.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/dns_resolve: free res_ninit/res_nqueryRongqi Sun2024-04-151-0/+1
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-2/+3
* common: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-171-0/+2
* common/dns_resolve: add 'weight' to recordxie xingguo2019-03-181-2/+2
* common/dns_resolver: Mutex -> ceph::mutexSage Weil2018-11-211-4/+4
* common: Lock -> lock, Unlock -> lock, TryLock -> try_lockSage Weil2018-09-201-3/+3
* common: Mutex::Locker -> std::lock_guard<Mutex>Sage Weil2018-09-201-4/+4
* common/dns_resolv.cc: Query for AAAA-record if ms_bind_ipv6 is TrueWido den Hollander2018-02-221-4/+5
* common/dns_resolve: fix memory leakYao Zongyou2017-12-231-0/+3
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* common: add query_str when res_search() failedhuanwen ren2017-07-061-1/+1
* common/dns_resolve: do not assert with misconfigured SRV RRKefu Chai2017-06-291-2/+7
* mon/MonClient: respect the priority in mon_info_tKefu Chai2017-06-291-8/+9
* common/dns_resolve: refactor DNSResolver::resolve_cname() to remove gotosKefu Chai2017-06-281-38/+20
* common: Remove redundant includesJos Collin2017-05-241-8/+0
* src/common/dns_resolve.cc: reorder the includesWillem Jan Withagen2016-07-291-1/+2
* common/dns_resolve: use ns_name_uncompress instead of ns_name_ntopJohn Coyle2016-06-231-8/+4
* Created a new class to handle DNS resolve functions.Ricardo Dias2016-05-301-0/+389