1. 7f7e6e5 Fix memory overflow bugs by Jens Axboe · 17 years ago
  2. 523bfad Have strip_blank_end() also strip off any comments by Jens Axboe · 17 years ago
  3. 0401bca Fix memory overflow with > 64 byte options by Jens Axboe · 17 years ago
  4. 4d651da Fix bug with stripping white space at the front of an option by Jens Axboe · 17 years ago
  5. 0f3e35e Warn if default value is given for string option without value by Jens Axboe · 17 years ago
  6. f085737 Sort option possible value map by Jens Axboe · 17 years ago
  7. d2bb7fe Show alias in command help by Jens Axboe · 17 years ago
  8. 7f9348f Command help match also on aliases by Jens Axboe · 17 years ago
  9. b486f76 Accept '-' as siint delimter as well. by Jens Axboe · 17 years ago
  10. 7837213 Add suboption help texts by Jens Axboe · 17 years ago
  11. c167ded Left justify help output by Jens Axboe · 17 years ago
  12. af52b34 Allow explicit setting of a number of files by Jens Axboe · 17 years ago
  13. 6612a27 An option need not include ->posval[] entries by Jens Axboe · 17 years ago
  14. 0e9f7fa Improve friendliness of --cmdhelp by Jens Axboe · 17 years ago
  15. 320beef Don't require 'all' argument to --cmdhelp to dump all options by Jens Axboe · 17 years ago
  16. ad231bc [PATCH] parse.c: Make FIO_OPT_STR explicitly one value by Joel Becker · 17 years ago
  17. 71dc58b Fix parser bug by Joel Becker · 17 years ago
  18. ec1aee0 Extend option name from 16 to 20 bytes by Jens Axboe · 17 years ago
  19. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  20. f3502ba [PATCH] Exabytes by Jens Axboe · 17 years ago
  21. 675de85 [PATCH] Size parse should use strtoll() by Jens Axboe · 18 years ago
  22. ed92ac0 [PATCH] Simple support for networked IO by Jens Axboe · 18 years ago
  23. 0c9baf9 [PATCH] Update irange documentation by Jens Axboe · 18 years ago
  24. 70df2f1 [PATCH] Abort early for bad option given to --cmdhelp by Jens Axboe · 18 years ago
  25. 5b0a888 [PATCH] Warn if both option variable offset and callback given by Jens Axboe · 18 years ago
  26. 4945ba1 [PATCH] Pretty up option looping by Jens Axboe · 18 years ago
  27. 76a43db [PATCH] Change O_DIRECT vs buffered setup by Jens Axboe · 18 years ago
  28. 03b74b3 [PATCH] Change timeout to runtime and rearrange option entries by Jens Axboe · 18 years ago
  29. cda866c [PATCH] strtoul() -> strtol() conversion by Jens Axboe · 18 years ago
  30. db8e016 [PATCH] Be strict in checking option ranges by Jens Axboe · 18 years ago
  31. 63f2937 [PATCH] Option minval should be signed by Jens Axboe · 18 years ago
  32. 13335dd [PATCH] Introduce bool option type by Jens Axboe · 18 years ago
  33. 15f7918 [PATCH] Show allowed option values for string matching by Jens Axboe · 18 years ago
  34. facba0e [PATCH] Pretty up command help output by Jens Axboe · 18 years ago
  35. ee73849 [PATCH] Add default option values by Jens Axboe · 18 years ago
  36. 29fc6af [PATCH] Complain if bad option given to 'cmdhelp' by Jens Axboe · 18 years ago
  37. fd28ca4 [PATCH] Add per-option help by Jens Axboe · 18 years ago
  38. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 18 years ago
  39. 08e26e3 [PATCH] Don't segfault on missing argument data by Jens Axboe · 18 years ago
  40. 92b586f [PATCH] Fix options with no parameters by Jens Axboe · 18 years ago
  41. 787f7e9 [PATCH] Allow leading , in multi setting parameter by Jens Axboe · 18 years ago
  42. 17abbe8 [PATCH] Cleanup 2nd argument set parsing/setting by Jens Axboe · 18 years ago
  43. f90eff5 [PATCH] bs= and bsrange= takes both read and write sizes by Jens Axboe · 18 years ago
  44. 75e6f36 [PATCH] Fix int vs long problems in parsing some options by Jens Axboe · 18 years ago
  45. 0bbab0e [PATCH] String copy limiting fixes by Jens Axboe · 18 years ago
  46. b1508cf [PATCH] Improve job/cmd line parsing error logging by Jens Axboe · 18 years ago
  47. 5f599d8 [PATCH] Print an error when parsing a job option fails by Jens Axboe · 18 years ago
  48. b765a37 [PATCH] Fix modification of const string by Jens Axboe · 18 years ago
  49. b6e25da [PATCH] FIO_OPT_RANGE breakage by Jens Axboe · 18 years ago
  50. b469282 [PATCH] Add full command line parameter support by Jens Axboe · 18 years ago
  51. 33963c6 [PATCH] parse cleanups by Jens Axboe · 18 years ago
  52. e1f3650 [PATCH] Abstract option handling by Jens Axboe · 18 years ago
  53. cb2c86f [PATCH] Split config name parse functions into parse.c by Jens Axboe · 18 years ago