summaryrefslogtreecommitdiff
path: root/qobject/json-streamer.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12json-streamer: fix double-free on exiting during a parsePaolo Bonzini1-2/+6
2016-06-30json-streamer: Don't leak tokens on incomplete parseEric Blake1-0/+6
2016-02-04qobject: Clean up includesPeter Maydell1-0/+1
2015-11-26qjson: Limit number of tokens in addition to total sizeMarkus Armbruster1-0/+2
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini1-11/+8
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini1-10/+15
2015-11-26qjson: replace QString in JSONLexer with GStringPaolo Bonzini1-4/+5
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster1-17/+15
2015-11-26qjson: Don't crash when input exceeds nesting limitMarkus Armbruster1-2/+3
2015-11-26qjson: Apply nesting limit more sanelyMarkus Armbruster1-2/+1
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-0/+122