index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
json-parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2021-02-04
qobject: open brace '{' following struct go on the same line
Zhang Han
1
-2
/
+1
2020-12-19
json: Use GString instead of QString to accumulate strings
Markus Armbruster
1
-15
/
+15
2020-11-17
json: Fix a memleak in parse_pair()
Alex Chen
1
-6
/
+6
2019-08-21
json: Move switch 'fall through' comment to correct place
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-1
/
+1
2019-01-24
json: Fix % handling when not interpolating
Christophe Fergeau
1
-4
/
+6
2018-12-13
json: Fix to reject duplicate object member names
Markus Armbruster
1
-0
/
+5
2018-08-24
json: Update references to RFC 7159 to RFC 8259
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Support %% in JSON strings when interpolating
Markus Armbruster
1
-1
/
+2
2018-08-24
json: Improve safety of qobject_from_jsonf_nofail() & friends
Markus Armbruster
1
-2
/
+10
2018-08-24
json: Keep interpolation state in JSONParserContext
Markus Armbruster
1
-29
/
+30
2018-08-24
json: Clean up headers
Markus Armbruster
1
-3
/
+1
2018-08-24
json: Make JSONToken opaque outside json-parser.c
Markus Armbruster
1
-0
/
+19
2018-08-24
json: Unbox tokens queue in JSONMessageParser
Markus Armbruster
1
-1
/
+0
2018-08-24
json: Assert json_parser_parse() consumes all tokens on success
Markus Armbruster
1
-0
/
+1
2018-08-24
json: Fix latent parser aborts at end of input
Markus Armbruster
1
-2
/
+0
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
1
-4
/
+6
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
1
-0
/
+1
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
1
-4
/
+0
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
1
-4
/
+4
2018-08-24
json: Don't pass null @tokens to json_parser_parse()
Markus Armbruster
1
-4
/
+0
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
1
-6
/
+1
2018-08-24
json-parser: simplify and avoid JSONParserContext allocation
Marc-André Lureau
1
-32
/
+9
2018-08-24
json: Fix \uXXXX for surrogate pairs
Markus Armbruster
1
-21
/
+39
2018-08-24
json: Reject invalid \uXXXX, fix \u0000
Markus Armbruster
1
-29
/
+6
2018-08-24
json: Simplify parse_string()
Markus Armbruster
1
-23
/
+19
2018-08-24
json: Leave rejecting invalid escape sequences to parser
Markus Armbruster
1
-23
/
+33
2018-08-24
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Report first rather than last parse error
Markus Armbruster
1
-4
/
+4
2018-08-24
json: Reject invalid UTF-8 sequences
Markus Armbruster
1
-6
/
+14
2018-08-24
json: Tighten and simplify qstring_from_escaped_str()'s loop
Markus Armbruster
1
-23
/
+7
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-5
/
+5
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
1
-6
/
+7
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+2
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+2
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
1
-1
/
+1
2017-06-20
json: learn to parse uint64 numbers
Marc-André Lureau
1
-8
/
+28
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-16
/
+14
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
1
-6
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-08
qobject: Document more shortcomings in our number handling
Eric Blake
1
-2
/
+4
2016-02-04
qobject: Clean up includes
Peter Maydell
1
-1
/
+1
2015-11-26
qjson: surprise, allocating 6 QObjects per token is expensive
Paolo Bonzini
1
-67
/
+48
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
1
-45
/
+20
2015-11-26
qjson: Convert to parser to recursive descent
Markus Armbruster
1
-118
/
+47
[next]