History log of /external/fio/json.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a27ed94ab5c2a07f6b98f2bcdce06c56f16e8cd 30-Sep-2014 Jens Axboe <axboe@fb.com> Use calloc() instead of malloc + memset

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/json.c
ee2e5717d1df0c37279eb94876777ee43d403e58 03-Apr-2014 Bruce Cran <bcran@fusionio.com> Fix JSON_INTEGER overflow on Windows by changing datatype to 'long long'

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/json.c
de8f6de97438d5664cd8765e60102b9109a273e2 27-Sep-2013 Anatol Pomozov <anatol.pomozov@gmail.com> Fix misspellings using 'codespell' tool

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/json.c
a57251532f088ef372f317f89695678691e3e095 13-Nov-2012 Jens Axboe <axboe@kernel.dk> json: fix off-by-one in memory alloc

Tighten it a bit too, checking for empty string.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/json.c
d366a95e3c140e628efbac6448605455d8bd2dfc 13-Nov-2012 Jens Axboe <axboe@kernel.dk> JSON: fix escape of '"' and '\' characters

Reported-by: Kepler Kramer <kkramer@fusionio.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/json.c
f3afa57e36550288340f1b6c694f354ae72654b9 17-Sep-2012 Jens Axboe <axboe@kernel.dk> Add --output-format command line option

Right now we have normal, terse, and json output. Lets add a parameter
that controls how to output results, instead of having options for
both terse and json outputs. If we are going to add a 4th output
type in the future, it's only going to get more messy.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/json.c
cc372b17f2827e89da79241f1bbaca1e7c650611 17-Sep-2012 Shaohua Li <shli@fusionio.com> Add a simple json encoder and use it to print fio output in json format

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/json.c