aboutsummaryrefslogtreecommitdiffstats
path: root/json-streamer.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07json-streamer: add handling for JSON_ERROR token/stateMichael Roth1-12/+23
2011-06-07json-streamer: make sure to reset token_size after emitting a token listAnthony Liguori1-0/+2
2011-06-07json-streamer: limit the maximum recursion depth and maximum token countAnthony Liguori1-0/+17
2011-06-07json-streamer: allow recovery after bad inputAnthony Liguori1-2/+6
2010-06-11json-streamer: Don't use qdict_put_obj()Luiz Capitulino1-4/+4
2009-11-17Add a JSON message boundary identifierAnthony Liguori1-0/+88