Sign in
qemu
/
qemu
/
1001dd9f844429c01ebf433cc67df8cf196d06d5
/
qobject
/
json-parser.c
6e8e5cb
qobject: Document more shortcomings in our number handling
by Eric Blake
· 9 years ago
f2ad72b
qobject: Clean up includes
by Peter Maydell
· 9 years ago
9bada89
qjson: surprise, allocating 6 QObjects per token is expensive
by Paolo Bonzini
· 9 years ago
95385fe
qjson: store tokens in a GQueue
by Paolo Bonzini
· 9 years ago
d538b25
qjson: Convert to parser to recursive descent
by Markus Armbruster
· 9 years ago
6b9606f
qjson: Inline token_is_escape() and simplify
by Markus Armbruster
· 9 years ago
50e2a46
qjson: Inline token_is_keyword() and simplify
by Markus Armbruster
· 9 years ago
c546166
qjson: Give each of the six structural chars its own token type
by Markus Armbruster
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
e549e71
json-parser: Accept 'null' in QMP
by Eric Blake
· 10 years ago
a491af4
json-parser: drop superfluous assignment for token variable
by Gonglei
· 11 years ago
f231b88
qerror.h: Remove QERR defines that are only used once
by Cole Robinson
· 11 years ago
3d5b3ec
json-parser: fix handling of large whole number values
by Michael Roth
· 12 years ago
a372823
build: move qobject files to qobject/ and libqemuutil.a
by Paolo Bonzini
· 12 years ago
[Renamed from json-parser.c]
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
65c0f1e
json-parser: don't replicate tokens at each level of recursion
by Michael Roth
· 13 years ago
c1990eb
json-parser: add handling for NULL token list
by Michael Roth
· 14 years ago
11e8a46
json-parser: detect premature EOI
by Anthony Liguori
· 14 years ago
ef749d0
json-parser: propagate error from parser
by Anthony Liguori
· 14 years ago
8b7968f
Use GCC_FMT_ATTR (format checking)
by Stefan Weil
· 15 years ago
a2da039
Merge remote branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 15 years ago
1116582
Move stdbool.h
by Paul Brook
· 15 years ago
bd03269
qjson: Handle "\f"
by Luiz Capitulino
· 15 years ago
c96c84a
json-parser: Output the content of invalid keyword
by Amos Kong
· 15 years ago
d758d90
json-parser: Fix segfault on malformed input
by Kevin Wolf
· 15 years ago
2c0d4b3
json: fix PRId64 on Win32
by Roy Tam
· 15 years ago
2da69c8
json-parser: remove dead increment
by Amit Shah
· 15 years ago
4a5fcab
Add a JSON parser
by Anthony Liguori
· 15 years ago