summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_resolve.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
| | | | | | | | | | * add "std::" prefix in headers * add "using" declarations in .cc files. so we don't rely on "using namespace std" in one or more included headers. Signed-off-by: Kefu Chai <kchai@redhat.com>
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
| | | | Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
* rgw: updated RGWResolver to use the new DNSResolver class.Ricardo Dias2016-05-301-163/+4
| | | | Signed-off-by: Ricardo Dias <rdias@suse.com>
* rgw/rgw_resolve: musl libc does not implement res_nquery. Added fallback to ↵John Coyle2015-10-271-7/+24
| | | | | | | | res_query. res_query in musl libc is thread safe. Added a WITH_THREAD_SAFE_RES_QUERY cmake build option to disable default res_query lock. Signed-off-by: John Coyle <dx9err@gmail.com>
* rgw: modelinesSage Weil2014-07-101-0/+3
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-1/+1
| | | | Signed-off-by: Daniel J. Hofmann <daniel@trvx.org>
* rgw: add compat file for name service macrosNoah Watkins2013-11-051-0/+6
| | | | Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
* rgw: free resolver on shutdownSage Weil2013-07-271-0/+5
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* rgw: cors, style fixes, other fixesYehuda Sadeh2013-04-011-3/+3
| | | | Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* rgw: resolve hostname dns cname recordYehuda Sadeh2012-11-071-0/+172
Implements #3206 This allows using vanity domains. A CNAME record can now be set for the domain that would point at the rgw instance, with or without a bucket set as a subdomain. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>