aboutsummaryrefslogtreecommitdiff
path: root/json-parser.c
AgeCommit message (Expand)Author
2012-08-16json-parser: don't replicate tokens at each level of recursionMichael Roth
2011-06-07json-parser: add handling for NULL token listMichael Roth
2011-06-07json-parser: detect premature EOIAnthony Liguori
2011-06-07json-parser: propagate error from parserAnthony Liguori
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-06-14Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-06-13Move stdbool.hPaul Brook
2010-06-11qjson: Handle "\f"Luiz Capitulino
2010-03-27json-parser: Output the content of invalid keywordAmos Kong
2010-03-06json-parser: Fix segfault on malformed inputKevin Wolf
2010-02-10json: fix PRId64 on Win32Roy Tam
2010-01-13json-parser: remove dead incrementAmit Shah
2009-11-17Add a JSON parserAnthony Liguori