index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
ceph_argparse.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/strtol: add missing include
Max Kellermann
2024-11-04
1
-0
/
+1
*
common: improve argv_to_vec() to accept both const and non-const argv
Ronen Friedman
2021-08-19
1
-7
/
+1
*
common: create a faster & cleaner alternative to argv_to_vec()
Ronen Friedman
2021-08-17
1
-0
/
+6
*
common: optimize env_to_vec implementation
Changcheng Liu
2020-09-10
1
-2
/
+1
*
common: lock data access under right scope
Changcheng Liu
2020-09-10
1
-1
/
+1
*
common: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
1
-20
/
+20
*
ceph_argparse: put args from env before existing ones
Kefu Chai
2020-02-12
1
-2
/
+2
*
ceph_argparse: refactor env_to_vec()
Kefu Chai
2020-02-12
1
-32
/
+21
*
ceph_argparse: binary flag value can be separate arg
Yehuda Sadeh
2020-01-28
1
-8
/
+25
*
common: allow running without config
Joao Eduardo Luis
2019-12-02
1
-0
/
+3
*
common/ceph_argparse: make parse_ip_port_vec handle list of addrs or addrvecs
Sage Weil
2019-01-16
1
-12
/
+30
*
common/ceph_argparse: parse_ip_port_vec returns addrvecs, not addrds
Sage Weil
2019-01-16
1
-2
/
+3
*
msg/msg_types: allow parsing of IPs without assuming v1 vs v2
Sage Weil
2018-12-21
1
-2
/
+2
*
common: extract SubProcess impl into .cc
Kefu Chai
2018-07-12
1
-0
/
+1
*
global: output usage on -h, --help, or no args before contacting mons
Sage Weil
2018-03-15
1
-2
/
+15
*
common: omit short option for id in help for clients
Patrick Donnelly
2018-02-21
1
-14
/
+16
*
common: add a clear_g_str_vec() function to clear g_str_vec
Jeff Layton
2017-10-11
1
-14
/
+23
*
common: make it safe to call env_to_vec multiple times
Jeff Layton
2017-10-11
1
-3
/
+13
*
common: Remove redundant includes
Jos Collin
2017-05-26
1
-13
/
+0
*
Merge pull request #14096 from baiyanchun/remove_useless_parameter
Sage Weil
2017-03-24
1
-1
/
+1
|
\
|
*
common: remove useless parameter
baiyanchun
2017-03-23
1
-1
/
+1
*
|
ceph_argparse: simplify argv_to_vec() using vector::insert()
Kefu Chai
2016-11-28
1
-2
/
+1
|
/
*
ceph_osd.cc: fix unreachable flush call
Jiaying Ren
2016-01-29
1
-0
/
+2
*
global: add --setuser and --setgroup options
Sage Weil
2015-08-27
1
-0
/
+2
*
rbd: use image-spec and snap-spec in rbd help
Vikhyat Umrao
2015-07-27
1
-1
/
+1
*
Allow float value by allowing . in input value
Rajesh Nambiar
2015-05-31
1
-0
/
+6
*
Merge remote-tracking branch 'origin/wip-2862'
Josh Durgin
2015-04-08
1
-6
/
+57
|
\
|
*
Fix to some of the command line parsing (including rbd)
Rajesh Nambiar
2015-04-08
1
-0
/
+51
*
|
ceph_argparse: don't die when called by injectargs
Mykola Golub
2015-04-04
1
-18
/
+36
*
|
common: ceph_argparse_witharg: pass oss by reference
Mykola Golub
2015-04-04
1
-5
/
+5
|
/
*
ceph_argparse: generalize ceph_argparse_with* routines
Dmitry Yatsushkevich
2015-03-31
1
-50
/
+37
*
ceph_argparse.cc: prefer prefix ++operator for non-trivial iterator
Danny Al-Gaaf
2014-03-04
1
-1
/
+1
*
common: -- support for env_to_vec
Loic Dachary
2014-03-03
1
-1
/
+39
*
ceph_argparse.cc: prefer prefix ++operator for non-trivial iterator
Danny Al-Gaaf
2014-02-19
1
-1
/
+1
*
common: CEPH_ARGS should trim whitespaces
Loic Dachary
2014-01-01
1
-16
/
+7
*
ceph_argparse: kill _daemon versions of argparse calls
Ilya Dryomov
2013-12-25
1
-45
/
+7
*
common/config: include --cluster in default usage message
Sage Weil
2013-09-23
1
-8
/
+9
*
common/ceph_argparse.cc: remove scope of some variables
Danny Al-Gaaf
2013-05-10
1
-10
/
+5
*
ceph_argparse: add _daemon versions of argparse calls
Dan Mick
2013-04-09
1
-7
/
+45
*
ceph_argparse.cc: accept also 0/1 for boolean injectargs
Danny Al-Gaaf
2013-02-27
1
-2
/
+2
*
common: only show -d, -f options for daemons
Sage Weil
2013-01-24
1
-2
/
+3
*
osd: debug support for omap deep-scrub
David Zafman
2013-01-23
1
-0
/
+11
*
common/ceph_argparse: fix malloc failure check
Sage Weil
2012-11-16
1
-1
/
+1
*
ceph-fuse: fix leak of args
Sage Weil
2012-11-10
1
-9
/
+6
*
config: make --user a synonym for --id
Sage Weil
2012-08-18
1
-1
/
+1
*
ceph: better usage
Kyle Bader
2012-07-03
1
-7
/
+7
*
ceph_argparse: make entityname parsing error more helpful
Sage Weil
2012-06-12
1
-3
/
+3
*
ceph_argparse: with_float
Caleb Miles
2012-06-04
1
-0
/
+23
*
Merge remote-tracking branch 'gh/wip-2349'
Sage Weil
2012-05-30
1
-0
/
+12
|
\
|
*
config: add --show-args option
Yehuda Sadeh
2012-05-22
1
-0
/
+12
[next]