Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-07-12 | json-streamer: fix double-free on exiting during a parse | Paolo Bonzini | 1 | -2/+6 |
2016-06-30 | json-streamer: Don't leak tokens on incomplete parse | Eric Blake | 1 | -0/+6 |
2016-02-04 | qobject: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-26 | qjson: Limit number of tokens in addition to total size | Markus Armbruster | 1 | -0/+2 |
2015-11-26 | qjson: surprise, allocating 6 QObjects per token is expensive | Paolo Bonzini | 1 | -11/+8 |
2015-11-26 | qjson: store tokens in a GQueue | Paolo Bonzini | 1 | -10/+15 |
2015-11-26 | qjson: replace QString in JSONLexer with GString | Paolo Bonzini | 1 | -4/+5 |
2015-11-26 | qjson: Give each of the six structural chars its own token type | Markus Armbruster | 1 | -17/+15 |
2015-11-26 | qjson: Don't crash when input exceeds nesting limit | Markus Armbruster | 1 | -2/+3 |
2015-11-26 | qjson: Apply nesting limit more sanely | Markus Armbruster | 1 | -2/+1 |
2013-01-12 | build: move qobject files to qobject/ and libqemuutil.a | Paolo Bonzini | 1 | -0/+122 |