index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
json-lexer.c
Age
Commit message (
Expand
)
Author
5 days
json-parser: add location to JSON parsing errors
Paolo Bonzini
2023-05-22
docs/interop: Convert qmp-spec.txt to rST
Peter Maydell
2019-03-26
json: Fix off-by-one assert check in next_state()
Liam Merwick
2018-09-24
json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP
Markus Armbruster
2018-09-24
json: Eliminate lexer state IN_ERROR
Markus Armbruster
2018-09-24
json: Nicer recovery from lexical errors
Markus Armbruster
2018-09-24
json: Make lexer's "character consumed" logic less confusing
Markus Armbruster
2018-09-24
json: Clean up how lexer consumes "end of input"
Markus Armbruster
2018-09-24
json: Fix lexer for lookahead character beyond '\x7F'
Markus Armbruster
2018-08-24
json: Clean up headers
Markus Armbruster
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
2018-08-24
json: Improve names of lexer states related to numbers
Markus Armbruster
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
2018-08-24
json: Pass lexical errors and limit violations to callback
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: Have lexer call streamer directly
Markus Armbruster
2018-08-24
json: remove useless return value from lexer/parser
Marc-André Lureau
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: Leave rejecting invalid UTF-8 to parser
Markus Armbruster
2018-08-24
json: Revamp lexer documentation
Markus Armbruster
2018-08-24
json: Reject unescaped control characters
Markus Armbruster
2018-08-24
json: Fix lexer to include the bad character in JSON_ERROR token
Markus Armbruster
2017-06-20
json: learn to parse uint64 numbers
Marc-André Lureau
2016-06-30
qobject: Correct JSON lexer grammar comments
Eric Blake
2016-02-04
qobject: Clean up includes
Peter Maydell
2015-11-26
qjson: replace QString in JSONLexer with GString
Paolo Bonzini
2015-11-26
qjson: Give each of the six structural chars its own token type
Markus Armbruster
2015-11-26
qjson: Spell out some silent assumptions
Markus Armbruster
2014-06-23
json-lexer: fix escaped backslash in single-quoted string
Paolo Bonzini
2013-01-12
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini