summaryrefslogtreecommitdiff
path: root/json.c
AgeCommit message (Expand)Author
2015-03-06Use calloc() instead of malloc + memsetJens Axboe
2014-04-03Fix JSON_INTEGER overflow on Windows by changing datatype to 'long long'Bruce Cran
2013-09-27Fix misspellings using 'codespell' toolAnatol Pomozov
2012-11-13json: fix off-by-one in memory allocJens Axboe
2012-11-12JSON: fix escape of '"' and '\' charactersJens Axboe
2012-09-17Add --output-format command line optionJens Axboe
2012-09-17Add a simple json encoder and use it to print fio output in json formatShaohua Li