net engine: termination fixes
[fio.git] / parse.c
2008-12-08 Jens AxboeProperly strip end-of-option blanks
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-19 Jens AxboeFix bug in parser that causes a crash with a bad option
2008-10-07 Aaron CarrollAdd environment-variable substitution to config options
2008-06-10 Jens AxboeAdd option priorities
2008-04-07 Jens AxboeMark rwmixcycle option as deprecated in the option...
2008-03-06 Jens AxboeStyle fixups
2008-03-01 Jens AxboeFix recursive dump of options
2008-02-27 Jens AxboeAdd --debug=parse for option parsing debug
2008-02-05 Jens Axboeparser: always set off3/4 even if we have more
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-08-10 Jens AxboeAllow upper-case 'X' for hexidecimal in parser
2007-07-31 Jens AxboeBe a little more clever in finding child options
2007-07-31 Jens AxboeParent options didn't recurse properly
2007-07-31 Jens AxboeAdd parent link to options
2007-07-30 Jens AxboeParser: make check_int() accept hex input if prefixed...
2007-07-19 Jens AxboeFix memory overflow bugs
2007-04-04 Jens AxboeHave strip_blank_end() also strip off any comments
2007-03-29 Jens AxboeFix memory overflow with > 64 byte options
2007-03-28 Jens AxboeFix bug with stripping white space at the front of...
2007-03-20 Jens AxboeWarn if default value is given for string option withou...
2007-03-19 Jens AxboeSort option possible value map
2007-03-15 Jens AxboeShow alias in command help
2007-03-15 Jens AxboeCommand help match also on aliases
2007-03-15 Jens AxboeAccept '-' as siint delimter as well.
2007-03-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens AxboeAdd suboption help texts
2007-03-14 Jens AxboeLeft justify help output
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-13 Jens AxboeAn option need not include ->posval[] entries
2007-03-01 Jens AxboeImprove friendliness of --cmdhelp
2007-03-01 Jens AxboeDon't require 'all' argument to --cmdhelp to dump all...
2007-03-01 Joel Becker[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
2007-02-28 Joel BeckerFix parser bug
2007-02-26 Jens AxboeExtend option name from 16 to 20 bytes
2007-02-23 Jens AxboeMove handling of possible values into the option parser
2007-02-14 Jens Axboe[PATCH] Exabytes
2007-02-10 Jens Axboe[PATCH] Size parse should use strtoll()
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-01-11 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-01-11 Jens Axboe[PATCH] Update irange documentation
2007-01-11 Jens Axboe[PATCH] Abort early for bad option given to --cmdhelp
2007-01-11 Jens Axboe[PATCH] Warn if both option variable offset and callbac...
2007-01-11 Jens Axboe[PATCH] Pretty up option looping
2007-01-11 Jens Axboe[PATCH] Change O_DIRECT vs buffered setup
2007-01-11 Jens Axboe[PATCH] Change timeout to runtime and rearrange option...
2007-01-10 Jens Axboe[PATCH] strtoul() -> strtol() conversion
2007-01-10 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-01-10 Jens Axboe[PATCH] Be strict in checking option ranges
2007-01-10 Jens Axboe[PATCH] Option minval should be signed
2007-01-10 Jens Axboe[PATCH] Introduce bool option type
2007-01-10 Jens Axboe[PATCH] Show allowed option values for string matching
2007-01-10 Jens Axboe[PATCH] Pretty up command help output
2007-01-10 Jens Axboe[PATCH] Add default option values
2007-01-09 Jens Axboe[PATCH] Complain if bad option given to 'cmdhelp'
2007-01-09 Jens Axboe[PATCH] Add per-option help
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-21 Jens Axboe[PATCH] Don't segfault on missing argument data
2006-11-07 Jens Axboe[PATCH] Fix options with no parameters
2006-11-06 Jens Axboe[PATCH] Allow leading , in multi setting parameter
2006-11-06 Jens Axboe[PATCH] Cleanup 2nd argument set parsing/setting
2006-11-06 Jens Axboe[PATCH] bs= and bsrange= takes both read and write...
2006-11-03 Jens Axboe[PATCH] Fix int vs long problems in parsing some options
2006-11-02 Jens Axboe[PATCH] String copy limiting fixes
2006-11-02 Jens Axboe[PATCH] Improve job/cmd line parsing error logging
2006-11-02 Jens Axboe[PATCH] Print an error when parsing a job option fails
2006-10-27 Jens Axboe[PATCH] Fix modification of const string
2006-10-27 Jens Axboe[PATCH] FIO_OPT_RANGE breakage
2006-10-27 Jens Axboe[PATCH] Add full command line parameter support
2006-10-27 Jens Axboe[PATCH] parse cleanups
2006-10-27 Jens Axboe[PATCH] Abstract option handling
2006-10-26 Jens Axboe[PATCH] Split config name parse functions into parse.c