Avoid using the rbtree if we don't have to
[fio.git] / parse.c
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