iolog: remove assert in io_u overlap
[fio.git] / parse.c
2012-02-09 Jens AxboeFix a few other static code checker spotted "issues"
2012-02-09 Jens AxboeFixup a few items spotted by a static code checker
2011-11-16 Steven LangFix parsing of ioengine strings
2011-11-09 Steven LangPrivate parameters for ioengines
2011-10-28 Steven LangCleanup option keyword/environment substitution
2011-10-15 Jens AxboeFix strip blank space for empty string
2011-10-14 Jens AxboeMemory leak fixes
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens Axboeparser: always use the fio logging instead of stderr...
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-04 Jens Axboeparser: use logging infrastructure
2011-09-21 Jens AxboeSilence build warning on HPUX
2011-09-07 Jens AxboeBetter parser fix
2011-09-07 Jens AxboeRevert "Fix parser bug with ranges"
2011-09-07 Jens AxboeFix parser bug with ranges
2011-08-31 Jens AxboeOnly clear string pointer in parser for sub-value options
2011-08-31 Jens AxboeFix parser using uninitialized memory
2011-08-31 Jens AxboeRemove duplicate code in parser
2011-08-31 Jens AxboeFix FIO_OPT_STR_STORE without posval
2011-08-31 Jens AxboeAdd sub-option support (sort-of) and convert libaio_use...
2011-08-12 Yu-ju Hongstats: Add a function to report completion latency...
2011-07-23 Dave EngbergFix bsrange read,write value option pairs
2011-07-19 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-15 Jens AxboeMake string-set options behave more like bool options
2011-07-12 Jens AxboeAllow percentage setting for size=
2011-07-08 Jens AxboeGet rid of warning on platforms for casting char -...
2011-05-05 Jens AxboeRevert "parser: get rid of useless is_time variable"
2011-03-27 Jens AxboeFix parser bug dealing with range options and postfix
2011-03-27 Jens Axboeparser: get rid of useless is_time variable
2010-09-16 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-14 Jens AxboeAdd missing option type
2010-07-29 Jens AxboeFix bad deref of memory in parser
2010-07-14 Jens AxboeReally fix broken option length check
2010-06-23 Jens AxboeAllow use of KiB etc to give explicit base 10 multiplies
2010-06-18 Jens Axboeparser: match on length of argument, not potential...
2010-04-01 Jens AxboeMake the 'closest option' print a bit better
2010-03-18 Jens AxboeFix bad type usage in parse.c for external options
2010-03-10 Jens AxboeFix broken FIO_OPT_STR option
2010-03-10 Jens AxboeFix parser bug capping multi value options at 2
2010-03-09 Jens AxboeAllow OR'able option values
2010-03-09 Jens AxboeRemove debug printf()
2010-03-08 Jens AxboeMake profile io op overrides a dedicated structure
2010-03-05 Jens AxboeFix parse strlen() bug
2010-03-05 Jens AxboeAllow the adding of 'posval' for dynamic options like...
2010-03-05 Jens AxboeAllow holes in the option posval (possible values)
2010-03-05 Jens AxboeCleanup profile support
2010-03-04 Jens AxboeAdd initial support for profile specific options
2010-03-04 Jens AxboeAdd parser support for out-of-td option storage
2010-03-04 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-04 Jens AxboeAdd support for registrering external options
2010-03-03 Jens AxboeAdd check for OPT_LEN_MAX being too small
2009-12-23 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-12-23 Jens AxboeAllow 'b' postfix for integer values
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-18 Jens AxboeA few more kb_base fixups
2009-07-18 Jens AxboeMake kb_base apply to parser k/m/g etc values
2009-07-17 Jens AxboeAdd tera/peta suffixes
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens Axboeparser: dump valid option format for ->verify() fail
2009-07-01 Jens AxboeAdd verify hook to options
2009-07-01 Jens AxboeOnly show maxval in --cmdhelp if it is given
2009-06-15 Jens AxboeCmd help type fix
2009-06-09 Jens Axboeparser: get rid of FIO_OPT_STR_VAL_INT
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeFix bug in parser with postfix and truncated direction...
2009-03-10 Jens AxboeFix integer store bug in parser
2009-03-09 Jens AxboeGet rid of int vs siint difference
2009-03-09 Jens AxboeAllow 0x (or 0X) prefix for any int value to indicate...
2009-03-06 Jens AxboeFix failure to strip end of line with comment
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
next