index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
json-parser.c
Age
Commit message (
Expand
)
Author
2019-01-24
json: Fix % handling when not interpolating
Christophe Fergeau
2018-12-13
json: Fix to reject duplicate object member names
Markus Armbruster
2018-08-24
json: Update references to RFC 7159 to RFC 8259
Markus Armbruster
2018-08-24
json: Support %% in JSON strings when interpolating
Markus Armbruster
2018-08-24
json: Improve safety of qobject_from_jsonf_nofail() & friends
Markus Armbruster
2018-08-24
json: Keep interpolation state in JSONParserContext
Markus Armbruster
2018-08-24
json: Clean up headers
Markus Armbruster
2018-08-24
json: Make JSONToken opaque outside json-parser.c
Markus Armbruster
2018-08-24
json: Unbox tokens queue in JSONMessageParser
Markus Armbruster
2018-08-24
json: Assert json_parser_parse() consumes all tokens on success
Markus Armbruster
2018-08-24
json: Fix latent parser aborts at end of input
Markus Armbruster
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
2018-08-24
json: Don't pass null @tokens to json_parser_parse()
Markus Armbruster
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
2018-08-24
json-parser: simplify and avoid JSONParserContext allocation
Marc-André Lureau
2018-08-24
json: Fix \uXXXX for surrogate pairs
Markus Armbruster
2018-08-24
json: Reject invalid \uXXXX, fix \u0000
Markus Armbruster
2018-08-24
json: Simplify parse_string()
Markus Armbruster
2018-08-24
json: Leave rejecting invalid escape sequences to parser
Markus Armbruster
2018-08-24
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
Markus Armbruster
2018-08-24
json: Report first rather than last parse error
Markus Armbruster
2018-08-24
json: Reject invalid UTF-8 sequences
Markus Armbruster
2018-08-24
json: Tighten and simplify qstring_from_escaped_str()'s loop
Markus Armbruster
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
2017-06-20
json: learn to parse uint64 numbers
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-08
qobject: Document more shortcomings in our number handling
Eric Blake
2016-02-04
qobject: Clean up includes
Peter Maydell
2015-11-26
qjson: surprise, allocating 6 QObjects per token is expensive
Paolo Bonzini
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
2015-11-26
qjson: Convert to parser to recursive descent
Markus Armbruster
2015-11-26
qjson: Inline token_is_escape() and simplify
Markus Armbruster
2015-11-26
qjson: Inline token_is_keyword() and simplify
Markus Armbruster
2015-11-26
qjson: Give each of the six structural chars its own token type
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-05-11
json-parser: Accept 'null' in QMP
Eric Blake
[next]