summaryrefslogtreecommitdiffstats
path: root/src/common/ConfUtils.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Remove redundant includesBrad Hubbard2017-05-111-3/+0
* squashme: review commentsDan Mick2017-04-251-5/+5
* common/ConfUtils.cc parse_file: fix function name in errorsDan Mick2017-04-251-4/+4
* common/ConfUtils.cc: ConfFile:parse_file: warn about ENOENTDan Mick2017-04-251-0/+3
* common: use ref to avoid unnecessary memory copyliuchang08122017-03-021-2/+2
* assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
* common/ConfUtils.cc: fix potential integer overflowDanny Al-Gaaf2016-11-091-0/+2
* Removed unnecessary inclusion of iostreamMichal Jarzabek2015-06-091-0/+1
* configuration parsing: give better error for missing =Dan Mick2013-02-221-2/+7
* config: do not always print config file missing errorsSage Weil2012-12-111-3/+0
* config: send warnings to a ostream* argumentSage Weil2012-07-281-7/+10
* conf: make dup lines override previous valueSage Weil2012-07-271-1/+12
* check malloc return valuesYehuda Sadeh2012-05-211-0/+4
* config: normalize key names, cleanupColin Patrick McCabe2011-04-151-2/+21
* ConfFile: add support for backslashesColin Patrick McCabe2011-04-061-9/+40
* conf: small code cleanupsColin Patrick McCabe2011-04-051-3/+3
* ConfUtils: new parserColin Patrick McCabe2011-04-051-771/+458
* config: add ability to complain about parse errsColin Patrick McCabe2011-04-041-14/+22
* ConfUtils: move parsing into config.ccColin Patrick McCabe2011-03-301-318/+2
* ConfUtils: fix up read API a bitColin Patrick McCabe2011-03-301-58/+41
* ConfUtils: decode to std::stringColin Patrick McCabe2011-03-301-57/+32
* ConfUtils::_parse: fix uninitialized varColin Patrick McCabe2011-03-091-1/+1
* config: ConfFile::open: return error codeColin Patrick McCabe2011-03-091-23/+17
* Disable lockdep for ExportControl, ConfFile locksColin Patrick McCabe2011-02-111-2/+4
* common/ConfUtils.cc: use safe_writeColin Patrick McCabe2011-02-101-3/+4
* confutils: check return valuesSage Weil2011-02-021-3/+8
* conf: ConfFile can parse bufferlistsYehuda Sadeh2011-01-121-19/+92
* common: cleanupsColin Patrick McCabe2010-12-181-2/+10
* Merge branch 'testing' into unstableSage Weil2010-09-131-1/+1
|\
| * common: close fd after parsed config fileHenry C Chang2010-09-101-1/+1
* | conf: fix memory leakGreg Farnum2010-08-091-1/+3
|/
* conf: fix parsing when there's no eol at the end of fileYehuda Sadeh2010-06-291-1/+8
* Merge branch 'unstable' into authSage Weil2009-10-221-3/+60
|\
| * conf: also skip utf8 encoded characters that are not printable in current localeYehuda Sadeh2009-10-061-3/+60
* | auth: don't run over g_conf options when setting themYehuda Sadeh2009-09-251-3/+0
|/
* conf: some more leak fixesYehuda Sadeh2009-04-281-0/+4
* conf: some more leak fixesYehuda Sadeh2009-04-271-21/+27
* cmon: redo remove backslash from end of lineYehuda Sadeh2009-04-271-2/+3
* conf: remove backslash from the end of lineYehuda Sadeh2009-04-271-0/+1
* conf: add backslash line continuationYehuda Sadeh2009-04-271-0/+2
* conf: remove some memory leaks, still have some moreYehuda Sadeh2009-04-241-1/+5
* config: open conf file readonlySage Weil2009-03-251-1/+1
* conf: exit if -c specified and conf file not foundYehuda Sadeh2009-03-241-2/+2
* conf: remove some junkYehuda Sadeh2009-03-181-3/+0
* auth: added basic client ip authorizationYehuda Sadeh2009-03-181-5/+10
* conf: use dynamic sized stringsYehuda Sadeh2009-03-131-9/+38
* conf: parameter substitution work (not fully working)Yehuda Sadeh2009-03-121-1/+8
* conf: add --show-conf,-S option that dumps conf and exitsYehuda Sadeh2009-03-111-2/+0
* confutils: make max line very largeSage Weil2009-03-091-1/+1
* config: added include, misc stuffYehuda Sadeh2009-01-241-30/+64