summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_string.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: modify string match_wildcards with fnmatchzhipeng li2023-12-211-2/+2
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-4/+1
* rgw/rgw_string.h: add missing includes for alpine and boost 1.75Duncan Bellamy2021-05-211-0/+2
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-14/+14
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: split match into match_policy, match_wildcardsCasey Bodley2017-08-011-0/+10
* rgw_string.h: FreeBSD would like errno.h includedWillem Jan Withagen2017-06-191-0/+1
* rgw: fix constexpr for string_sizeCasey Bodley2017-06-161-4/+10
* rgw: remove unused create_n_reserve()Casey Bodley2017-06-141-13/+0
* rgw: add variadic string join and catCasey Bodley2017-06-141-0/+94
* rgw: rgw_string.h qualifies string with std::Casey Bodley2017-06-141-8/+9
* rgw: don't use strlen in constexprs to not brake Clang builds.Radoslaw Zarzynski2017-06-141-0/+9
* rgw: use preallocated std::strings when concatenating in AWSv4.Radoslaw Zarzynski2017-06-071-0/+13
* rgw: switch from boost::string_ref to string_view in AWSv4-related code (part...Radoslaw Zarzynski2017-06-071-0/+18
* rgw: modelinesSage Weil2014-07-101-0/+3
* rgw: return correct responses with POSTYehuda Sadeh2012-10-231-0/+67
* rgw: handle policy as case insensitive where requiredYehuda Sadeh2012-10-231-0/+27