aboutsummaryrefslogtreecommitdiffstats
path: root/json-parser.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07json-parser: add handling for NULL token listMichael Roth1-1/+5
2011-06-07json-parser: detect premature EOIAnthony Liguori1-1/+57
2011-06-07json-parser: propagate error from parserAnthony Liguori1-3/+16
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-06-14Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-0/+4
2010-06-13Move stdbool.hPaul Brook1-1/+0
2010-06-11qjson: Handle "\f"Luiz Capitulino1-0/+4
2010-03-27json-parser: Output the content of invalid keywordAmos Kong1-1/+7
2010-03-06json-parser: Fix segfault on malformed inputKevin Wolf1-1/+1
2010-02-10json: fix PRId64 on Win32Roy Tam1-1/+2
2010-01-13json-parser: remove dead incrementAmit Shah1-2/+0
2009-11-17Add a JSON parserAnthony Liguori1-0/+568