aboutsummaryrefslogtreecommitdiff
path: root/qobject/json-parser.c
AgeCommit message (Expand)Author
2019-08-21json: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-01-24json: Fix % handling when not interpolatingChristophe Fergeau
2018-12-13json: Fix to reject duplicate object member namesMarkus Armbruster
2018-08-24json: Update references to RFC 7159 to RFC 8259Markus Armbruster
2018-08-24json: Support %% in JSON strings when interpolatingMarkus Armbruster
2018-08-24json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster
2018-08-24json: Keep interpolation state in JSONParserContextMarkus Armbruster
2018-08-24json: Clean up headersMarkus Armbruster
2018-08-24json: Make JSONToken opaque outside json-parser.cMarkus Armbruster
2018-08-24json: Unbox tokens queue in JSONMessageParserMarkus Armbruster
2018-08-24json: Assert json_parser_parse() consumes all tokens on successMarkus Armbruster
2018-08-24json: Fix latent parser aborts at end of inputMarkus Armbruster
2018-08-24json: Replace %I64d, %I64u by %PRId64, %PRIu64Markus Armbruster
2018-08-24json: Leave rejecting invalid interpolation to parserMarkus Armbruster
2018-08-24json: Treat unwanted interpolation as lexical errorMarkus Armbruster
2018-08-24json: Rename token JSON_ESCAPE & friends to JSON_INTERPMarkus Armbruster
2018-08-24json: Don't pass null @tokens to json_parser_parse()Markus Armbruster
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster
2018-08-24json-parser: simplify and avoid JSONParserContext allocationMarc-André Lureau
2018-08-24json: Fix \uXXXX for surrogate pairsMarkus Armbruster
2018-08-24json: Reject invalid \uXXXX, fix \u0000Markus Armbruster
2018-08-24json: Simplify parse_string()Markus Armbruster
2018-08-24json: Leave rejecting invalid escape sequences to parserMarkus Armbruster
2018-08-24json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")Markus Armbruster
2018-08-24json: Report first rather than last parse errorMarkus Armbruster
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster
2018-08-24json: Tighten and simplify qstring_from_escaped_str()'s loopMarkus Armbruster
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Make more of qobject_to()Max Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-06-20json: learn to parse uint64 numbersMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qobject: Document more shortcomings in our number handlingEric Blake
2016-02-04qobject: Clean up includesPeter Maydell
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini
2015-11-26qjson: Convert to parser to recursive descentMarkus Armbruster
2015-11-26qjson: Inline token_is_escape() and simplifyMarkus Armbruster
2015-11-26qjson: Inline token_is_keyword() and simplifyMarkus Armbruster
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster