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