summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_argparse.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/config: parse --no-mon-config into md_config_t, not CephInitParametersSage Weil2018-03-061-2/+0
* mon/MonClient: one-shot mon connection on started to fetch configSage Weil2018-03-061-0/+2
* common: add a clear_g_str_vec() function to clear g_str_vecJeff Layton2017-10-111-0/+1
* common: Remove redundant includesJos Collin2017-05-261-3/+0
* common: remove useless parameterbaiyanchun2017-03-231-1/+1
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* ceph_argparse: don't die when called by injectargsMykola Golub2015-04-041-0/+3
* common: ceph_argparse_witharg: pass oss by referenceMykola Golub2015-04-041-1/+1
* ceph_argparse: generalize ceph_argparse_with* routinesDmitry Yatsushkevich2015-03-311-9/+4
* ceph_argparse: kill _daemon versions of argparse callsIlya Dryomov2013-12-251-5/+0
* ceph_argparse: add _daemon versions of argparse callsDan Mick2013-04-091-0/+5
* osd: debug support for omap deep-scrubDavid Zafman2013-01-231-0/+1
* ceph-fuse: fix leak of argsSage Weil2012-11-101-2/+2
* ceph_argparse: with_floatCaleb Miles2012-06-041-0/+3
* global: add -C or --cluster early args to specify cluster nameSage Weil2012-04-051-1/+1
* log: new logging infrastructureSage Weil2012-03-271-3/+3
* librados: add conf_parse_env()Sage Weil2011-09-121-1/+1
* ceph_argparse: remove unused macros, functionsColin Patrick McCabe2011-09-071-42/+0
* Add ceph_argparse_withlonglongColin Patrick McCabe2011-09-071-0/+3
* ceph_argparse: add ceph_argparse_withintColin Patrick McCabe2011-09-071-0/+3
* Some fixes to double-dash support, fix warningColin Patrick McCabe2011-08-241-0/+2
* injectargs: binary flags only consume 1 tokenColin Patrick McCabe2011-08-241-0/+3
* Fix handling of CEPH_CONFColin Patrick McCabe2011-06-301-3/+3
* init: set cct->module_type in common_preinitColin Patrick McCabe2011-06-071-1/+2
* conf: add observer frameworkColin Patrick McCabe2011-04-201-1/+0
* config: use std::string in md_config_tColin Patrick McCabe2011-03-301-1/+0
* common: rename old argument parsing macrosColin Patrick McCabe2011-03-291-11/+6
* common: more argument parsing into ceph_argparseColin Patrick McCabe2011-03-291-0/+32
* common_init: allow init without config fileColin Patrick McCabe2011-03-251-2/+2
* common_init: Split common_init into multiple partsColin Patrick McCabe2011-03-101-5/+20
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-2/+2
* common: Split argument parsing into ceph_argparseColin Patrick McCabe2011-02-201-0/+64