summaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)Author
2008-06-10Add option prioritiesJens Axboe
2008-04-07Mark rwmixcycle option as deprecated in the option parserJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-01Fix recursive dump of optionsJens Axboe
2008-02-27Add --debug=parse for option parsing debugJens Axboe
2008-02-05parser: always set off3/4 even if we have moreJens Axboe
2007-12-14Add support for 'bssplit' option, fine grained block size contrlJens Axboe
2007-08-10Allow upper-case 'X' for hexidecimal in parserJens Axboe
2007-07-31Be a little more clever in finding child optionsJens Axboe
2007-07-31Parent options didn't recurse properlyJens Axboe
2007-07-31Add parent link to optionsJens Axboe
2007-07-30Parser: make check_int() accept hex input if prefixed with 0xJens Axboe
2007-07-19Fix memory overflow bugsJens Axboe
2007-04-04Have strip_blank_end() also strip off any commentsJens Axboe
2007-03-29Fix memory overflow with > 64 byte optionsJens Axboe
2007-03-28Fix bug with stripping white space at the front of an optionJens Axboe
2007-03-20Warn if default value is given for string option without valueJens Axboe
2007-03-19Sort option possible value mapJens Axboe
2007-03-15Show alias in command helpJens Axboe
2007-03-15Command help match also on aliasesJens Axboe
2007-03-15Accept '-' as siint delimter as well.Jens Axboe
2007-03-14Add suboption help textsJens Axboe
2007-03-14Left justify help outputJens Axboe
2007-03-13Allow explicit setting of a number of filesJens Axboe
2007-03-13An option need not include ->posval[] entriesJens Axboe
2007-03-01Improve friendliness of --cmdhelpJens Axboe
2007-03-01Don't require 'all' argument to --cmdhelp to dump all optionsJens Axboe
2007-03-01[PATCH] parse.c: Make FIO_OPT_STR explicitly one valueJoel Becker
2007-02-28Fix parser bugJoel Becker
2007-02-26Extend option name from 16 to 20 bytesJens Axboe
2007-02-23Move handling of possible values into the option parserJens Axboe
2007-02-14[PATCH] ExabytesJens Axboe
2007-02-10[PATCH] Size parse should use strtoll()Jens Axboe
2007-02-06[PATCH] Simple support for networked IOJens Axboe
2007-01-11[PATCH] Update irange documentationJens Axboe
2007-01-11[PATCH] Abort early for bad option given to --cmdhelpJens Axboe
2007-01-11[PATCH] Warn if both option variable offset and callback givenJens Axboe
2007-01-11[PATCH] Pretty up option loopingJens Axboe
2007-01-11[PATCH] Change O_DIRECT vs buffered setupJens Axboe
2007-01-11[PATCH] Change timeout to runtime and rearrange option entriesJens Axboe
2007-01-10[PATCH] strtoul() -> strtol() conversionJens Axboe
2007-01-10[PATCH] Be strict in checking option rangesJens Axboe
2007-01-10[PATCH] Option minval should be signedJens Axboe
2007-01-10[PATCH] Introduce bool option typeJens Axboe
2007-01-10[PATCH] Show allowed option values for string matchingJens Axboe
2007-01-10[PATCH] Pretty up command help outputJens Axboe
2007-01-10[PATCH] Add default option valuesJens Axboe
2007-01-09[PATCH] Complain if bad option given to 'cmdhelp'Jens Axboe
2007-01-09[PATCH] Add per-option helpJens Axboe
2006-12-05[PATCH] Fix warnings from iccJens Axboe