summaryrefslogtreecommitdiffstats
path: root/src/common/strtol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: drop strict_iecstrtoll(const char *str,..)Kefu Chai2021-07-261-1/+1
* common,mon: drop strict_sistrtoll()Kefu Chai2021-07-261-2/+0
* common/strtol: drop strict_strto*(const char*,..)Kefu Chai2021-07-261-4/+2
* common/strtol: expose strict_si_cast(std::string_view, ..)Kefu Chai2021-07-261-1/+1
* rgw,mon,common/strtol: use strict_iec_cast(std::string_view, ..)Kefu Chai2021-07-261-1/+1
* common/strtol: do not check for existence of <charconv>Kefu Chai2021-06-091-64/+1
* mds: track scrub status in multiple mdsYan, Zheng2020-11-161-0/+2
* strtol: Add parse/consume for string_view friendly interfaceAdam C. Emerson2020-09-091-2/+114
* config: make the Option::TYPE_BOOL interpreter reusable.Radoslaw Zarzynski2020-06-241-0/+2
* common: short variable template with suffix_v/_tChangcheng Liu2020-06-221-1/+1
* common/strtol: add strict_iecstrtoll; strict_sistrtoll uses base 10Jan Fajerski2018-04-031-0/+5
* common: Remove redundant includesBrad Hubbard2017-05-111-1/+0
* Merge pull request #7121 from efirs/ef_eversion_t_no_sprintfSage Weil2016-03-081-0/+22
|\
| * osd: Replace snprintf with faster implementation in eversion_t::get_key_nameEvgeniy Firsov2016-02-231-0/+22
* | common: Allow config set with negative valueBrad Hubbard2016-01-291-16/+2
|/
* common/config: detect overflow of int valuesKefu Chai2015-04-291-0/+18
* common/strtol.cc: strict_strtosi() converts str with SI units to uint64_tJoao Eduardo Luis2014-05-301-0/+5
* common: Add strict_strtof, strict_strtod, unittestColin Patrick McCabe2011-03-301-0/+4
* common: separate file for strict_strtolColin Patrick McCabe2011-03-291-0/+24