summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* json-parser: don't replicate tokens at each level of recursionMichael Roth2012-08-211-88/+142
* json-parser: add handling for NULL token listMichael Roth2011-06-071-1/+5
* json-parser: detect premature EOIAnthony Liguori2011-06-071-1/+57
* json-parser: propagate error from parserAnthony Liguori2011-06-071-3/+16
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+2
* Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-06-141-0/+4
|\
| * qjson: Handle "\f"Luiz Capitulino2010-06-111-0/+4
* | Move stdbool.hPaul Brook2010-06-131-1/+0
|/
* json-parser: Output the content of invalid keywordAmos Kong2010-03-271-1/+7
* json-parser: Fix segfault on malformed inputKevin Wolf2010-03-061-1/+1
* json: fix PRId64 on Win32Roy Tam2010-02-101-1/+2
* json-parser: remove dead incrementAmit Shah2010-01-131-2/+0
* Add a JSON parserAnthony Liguori2009-11-171-0/+568