Revert "Scramble IO buffers unless explicitly told not"
[fio.git] / json.c
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeUse calloc() instead of malloc + memset
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-03 Bruce CranFix JSON_INTEGER overflow on Windows by changing dataty...
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-13 Jens Axboejson: fix off-by-one in memory alloc
2012-11-13 Jens AxboeJSON: fix escape of '"' and '\' characters
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-17 Shaohua LiAdd a simple json encoder and use it to print fio outpu...