summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_argparse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/strtol: add missing includeMax Kellermann2024-11-041-0/+1
* common: improve argv_to_vec() to accept both const and non-const argvRonen Friedman2021-08-191-7/+1
* common: create a faster & cleaner alternative to argv_to_vec()Ronen Friedman2021-08-171-0/+6
* common: optimize env_to_vec implementationChangcheng Liu2020-09-101-2/+1
* common: lock data access under right scopeChangcheng Liu2020-09-101-1/+1
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-20/+20
* ceph_argparse: put args from env before existing onesKefu Chai2020-02-121-2/+2
* ceph_argparse: refactor env_to_vec()Kefu Chai2020-02-121-32/+21
* ceph_argparse: binary flag value can be separate argYehuda Sadeh2020-01-281-8/+25
* common: allow running without configJoao Eduardo Luis2019-12-021-0/+3
* common/ceph_argparse: make parse_ip_port_vec handle list of addrs or addrvecsSage Weil2019-01-161-12/+30
* common/ceph_argparse: parse_ip_port_vec returns addrvecs, not addrdsSage Weil2019-01-161-2/+3
* msg/msg_types: allow parsing of IPs without assuming v1 vs v2Sage Weil2018-12-211-2/+2
* common: extract SubProcess impl into .ccKefu Chai2018-07-121-0/+1
* global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-2/+15
* common: omit short option for id in help for clientsPatrick Donnelly2018-02-211-14/+16
* common: add a clear_g_str_vec() function to clear g_str_vecJeff Layton2017-10-111-14/+23
* common: make it safe to call env_to_vec multiple timesJeff Layton2017-10-111-3/+13
* common: Remove redundant includesJos Collin2017-05-261-13/+0
* Merge pull request #14096 from baiyanchun/remove_useless_parameterSage Weil2017-03-241-1/+1
|\
| * common: remove useless parameterbaiyanchun2017-03-231-1/+1
* | ceph_argparse: simplify argv_to_vec() using vector::insert()Kefu Chai2016-11-281-2/+1
|/
* ceph_osd.cc: fix unreachable flush callJiaying Ren2016-01-291-0/+2
* global: add --setuser and --setgroup optionsSage Weil2015-08-271-0/+2
* rbd: use image-spec and snap-spec in rbd helpVikhyat Umrao2015-07-271-1/+1
* Allow float value by allowing . in input valueRajesh Nambiar2015-05-311-0/+6
* Merge remote-tracking branch 'origin/wip-2862'Josh Durgin2015-04-081-6/+57
|\
| * Fix to some of the command line parsing (including rbd)Rajesh Nambiar2015-04-081-0/+51
* | ceph_argparse: don't die when called by injectargsMykola Golub2015-04-041-18/+36
* | common: ceph_argparse_witharg: pass oss by referenceMykola Golub2015-04-041-5/+5
|/
* ceph_argparse: generalize ceph_argparse_with* routinesDmitry Yatsushkevich2015-03-311-50/+37
* ceph_argparse.cc: prefer prefix ++operator for non-trivial iteratorDanny Al-Gaaf2014-03-041-1/+1
* common: -- support for env_to_vecLoic Dachary2014-03-031-1/+39
* ceph_argparse.cc: prefer prefix ++operator for non-trivial iteratorDanny Al-Gaaf2014-02-191-1/+1
* common: CEPH_ARGS should trim whitespacesLoic Dachary2014-01-011-16/+7
* ceph_argparse: kill _daemon versions of argparse callsIlya Dryomov2013-12-251-45/+7
* common/config: include --cluster in default usage messageSage Weil2013-09-231-8/+9
* common/ceph_argparse.cc: remove scope of some variablesDanny Al-Gaaf2013-05-101-10/+5
* ceph_argparse: add _daemon versions of argparse callsDan Mick2013-04-091-7/+45
* ceph_argparse.cc: accept also 0/1 for boolean injectargsDanny Al-Gaaf2013-02-271-2/+2
* common: only show -d, -f options for daemonsSage Weil2013-01-241-2/+3
* osd: debug support for omap deep-scrubDavid Zafman2013-01-231-0/+11
* common/ceph_argparse: fix malloc failure checkSage Weil2012-11-161-1/+1
* ceph-fuse: fix leak of argsSage Weil2012-11-101-9/+6
* config: make --user a synonym for --idSage Weil2012-08-181-1/+1
* ceph: better usageKyle Bader2012-07-031-7/+7
* ceph_argparse: make entityname parsing error more helpfulSage Weil2012-06-121-3/+3
* ceph_argparse: with_floatCaleb Miles2012-06-041-0/+23
* Merge remote-tracking branch 'gh/wip-2349'Sage Weil2012-05-301-0/+12
|\
| * config: add --show-args optionYehuda Sadeh2012-05-221-0/+12