Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
43c129b4ff85a7f7f7e0929f9dd73e756e37a2e3
/
parse.c
43c129b
Properly strip end-of-option blanks
by Jens Axboe
· 16 years ago
e3cedca
Add support for giving bw/clat/slat log prefixes
by Jens Axboe
· 16 years ago
8cdabc1
Fix bug in parser that causes a crash with a bad option
by Jens Axboe
· 16 years ago
88b5a39
Add environment-variable substitution to config options
by Aaron Carroll
· 16 years ago
3b8b713
Add option priorities
by Jens Axboe
· 16 years ago
15ca150
Mark rwmixcycle option as deprecated in the option parser
by Jens Axboe
· 17 years ago
5ec10ea
Style fixups
by Jens Axboe
· 17 years ago
323d911
Fix recursive dump of options
by Jens Axboe
· 17 years ago
a3d741f
Add --debug=parse for option parsing debug
by Jens Axboe
· 17 years ago
97e8cd4
parser: always set off3/4 even if we have more
by Jens Axboe
· 17 years ago
564ca97
Add support for 'bssplit' option, fine grained block size contrl
by Jens Axboe
· 17 years ago
d78ee46
Allow upper-case 'X' for hexidecimal in parser
by Jens Axboe
· 17 years ago
fdf2874
Be a little more clever in finding child options
by Jens Axboe
· 17 years ago
ef9aff5
Parent options didn't recurse properly
by Jens Axboe
· 17 years ago
afdf935
Add parent link to options
by Jens Axboe
· 17 years ago
a61bdfd
Parser: make check_int() accept hex input if prefixed with 0x
by Jens Axboe
· 17 years ago
7f7e6e5
Fix memory overflow bugs
by Jens Axboe
· 17 years ago
523bfad
Have strip_blank_end() also strip off any comments
by Jens Axboe
· 18 years ago
0401bca
Fix memory overflow with > 64 byte options
by Jens Axboe
· 18 years ago
4d651da
Fix bug with stripping white space at the front of an option
by Jens Axboe
· 18 years ago
0f3e35e
Warn if default value is given for string option without value
by Jens Axboe
· 18 years ago
f085737
Sort option possible value map
by Jens Axboe
· 18 years ago
d2bb7fe
Show alias in command help
by Jens Axboe
· 18 years ago
7f9348f
Command help match also on aliases
by Jens Axboe
· 18 years ago
b486f76
Accept '-' as siint delimter as well.
by Jens Axboe
· 18 years ago
7837213
Add suboption help texts
by Jens Axboe
· 18 years ago
c167ded
Left justify help output
by Jens Axboe
· 18 years ago
af52b34
Allow explicit setting of a number of files
by Jens Axboe
· 18 years ago
6612a27
An option need not include ->posval[] entries
by Jens Axboe
· 18 years ago
0e9f7fa
Improve friendliness of --cmdhelp
by Jens Axboe
· 18 years ago
320beef
Don't require 'all' argument to --cmdhelp to dump all options
by Jens Axboe
· 18 years ago
ad231bc
[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
by Joel Becker
· 18 years ago
71dc58b
Fix parser bug
by Joel Becker
· 18 years ago
ec1aee0
Extend option name from 16 to 20 bytes
by Jens Axboe
· 18 years ago
b1ec1da
Move handling of possible values into the option parser
by Jens Axboe
· 18 years ago
f3502ba
[PATCH] Exabytes
by Jens Axboe
· 18 years ago
675de85
[PATCH] Size parse should use strtoll()
by Jens Axboe
· 18 years ago
ed92ac0
[PATCH] Simple support for networked IO
by Jens Axboe
· 18 years ago
0c9baf9
[PATCH] Update irange documentation
by Jens Axboe
· 18 years ago
70df2f1
[PATCH] Abort early for bad option given to --cmdhelp
by Jens Axboe
· 18 years ago
5b0a888
[PATCH] Warn if both option variable offset and callback given
by Jens Axboe
· 18 years ago
4945ba1
[PATCH] Pretty up option looping
by Jens Axboe
· 18 years ago
76a43db
[PATCH] Change O_DIRECT vs buffered setup
by Jens Axboe
· 18 years ago
03b74b3
[PATCH] Change timeout to runtime and rearrange option entries
by Jens Axboe
· 18 years ago
cda866c
[PATCH] strtoul() -> strtol() conversion
by Jens Axboe
· 18 years ago
db8e016
[PATCH] Be strict in checking option ranges
by Jens Axboe
· 18 years ago
63f2937
[PATCH] Option minval should be signed
by Jens Axboe
· 18 years ago
13335dd
[PATCH] Introduce bool option type
by Jens Axboe
· 18 years ago
15f7918
[PATCH] Show allowed option values for string matching
by Jens Axboe
· 18 years ago
facba0e
[PATCH] Pretty up command help output
by Jens Axboe
· 18 years ago
ee73849
[PATCH] Add default option values
by Jens Axboe
· 18 years ago
29fc6af
[PATCH] Complain if bad option given to 'cmdhelp'
by Jens Axboe
· 18 years ago
fd28ca4
[PATCH] Add per-option help
by Jens Axboe
· 18 years ago
1e97cce
[PATCH] Fix warnings from icc
by Jens Axboe
· 18 years ago
08e26e3
[PATCH] Don't segfault on missing argument data
by Jens Axboe
· 18 years ago
92b586f
[PATCH] Fix options with no parameters
by Jens Axboe
· 18 years ago
787f7e9
[PATCH] Allow leading , in multi setting parameter
by Jens Axboe
· 18 years ago
17abbe8
[PATCH] Cleanup 2nd argument set parsing/setting
by Jens Axboe
· 18 years ago
f90eff5
[PATCH] bs= and bsrange= takes both read and write sizes
by Jens Axboe
· 18 years ago
75e6f36
[PATCH] Fix int vs long problems in parsing some options
by Jens Axboe
· 18 years ago
0bbab0e
[PATCH] String copy limiting fixes
by Jens Axboe
· 18 years ago
b1508cf
[PATCH] Improve job/cmd line parsing error logging
by Jens Axboe
· 18 years ago
5f599d8
[PATCH] Print an error when parsing a job option fails
by Jens Axboe
· 18 years ago
b765a37
[PATCH] Fix modification of const string
by Jens Axboe
· 18 years ago
b6e25da
[PATCH] FIO_OPT_RANGE breakage
by Jens Axboe
· 18 years ago
b469282
[PATCH] Add full command line parameter support
by Jens Axboe
· 18 years ago
33963c6
[PATCH] parse cleanups
by Jens Axboe
· 18 years ago
e1f3650
[PATCH] Abstract option handling
by Jens Axboe
· 18 years ago
cb2c86f
[PATCH] Split config name parse functions into parse.c
by Jens Axboe
· 18 years ago