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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
json: Assert json_parser_parse() consumes all tokens on success
Markus Armbruster
1
-0
/
+1
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
4
-4
/
+15
2018-08-24
json: Fix latent parser aborts at end of input
Markus Armbruster
1
-2
/
+0
2018-08-24
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
2
-8
/
+17
2018-08-24
json: Improve names of lexer states related to numbers
Markus Armbruster
1
-17
/
+17
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
2
-4
/
+16
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
3
-39
/
+9
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
7
-25
/
+33
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
5
-19
/
+25
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
3
-37
/
+37
2018-08-24
json: Don't create JSON_ERROR tokens that won't be used
Markus Armbruster
1
-4
/
+2
2018-08-24
json: Don't pass null @tokens to json_parser_parse()
Markus Armbruster
2
-17
/
+12
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
10
-54
/
+39
2018-08-24
json: Have lexer call streamer directly
Markus Armbruster
4
-18
/
+17
2018-08-24
json-parser: simplify and avoid JSONParserContext allocation
Marc-André Lureau
1
-32
/
+9
2018-08-24
json: remove useless return value from lexer/parser
Marc-André Lureau
4
-23
/
+16
2018-08-24
check-qjson: Fix and enable utf8_string()'s disabled part
Markus Armbruster
1
-8
/
+3
2018-08-24
json: Fix \uXXXX for surrogate pairs
Markus Armbruster
2
-23
/
+40
2018-08-24
json: Reject invalid \uXXXX, fix \u0000
Markus Armbruster
2
-59
/
+17
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
2
-91
/
+37
2018-08-24
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
Markus Armbruster
3
-9
/
+3
2018-08-24
json: Leave rejecting invalid UTF-8 to parser
Markus Armbruster
1
-4
/
+2
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
4
-105
/
+122
2018-08-24
check-qjson: Document we expect invalid UTF-8 to be rejected
Markus Armbruster
1
-80
/
+71
2018-08-24
json: Tighten and simplify qstring_from_escaped_str()'s loop
Markus Armbruster
1
-23
/
+7
2018-08-24
json: Revamp lexer documentation
Markus Armbruster
1
-9
/
+71
2018-08-24
json: Reject unescaped control characters
Markus Armbruster
3
-9
/
+5
2018-08-24
json: Fix lexer to include the bad character in JSON_ERROR token
Markus Armbruster
1
-2
/
+2
2018-08-24
check-qjson: Cover interpolation more thoroughly
Markus Armbruster
1
-60
/
+98
2018-08-24
check-qjson qmp-test: Cover control characters more thoroughly
Markus Armbruster
2
-6
/
+44
2018-08-24
check-qjson: Fix utf8_string() to test all invalid sequences
Markus Armbruster
1
-5
/
+28
2018-08-24
check-qjson: Simplify utf8_string()
Markus Armbruster
1
-44
/
+9
2018-08-24
check-qjson: Cover UTF-8 in single quoted strings
Markus Armbruster
1
-214
/
+215
2018-08-24
check-qjson: Consolidate partly redundant string tests
Markus Armbruster
1
-50
/
+14
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 2
Markus Armbruster
1
-9
/
+53
2018-08-24
check-qjson: Streamline escaped_string()'s test strings
Markus Armbruster
1
-11
/
+1
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 1
Markus Armbruster
1
-39
/
+57
2018-08-24
test-qga: Clean up how we test QGA synchronization
Markus Armbruster
3
-19
/
+25
2018-08-24
qmp-test: Cover syntax and lexical errors
Markus Armbruster
3
-1
/
+68
2018-08-24
qmp-cmd-test: Split off qmp-test
Markus Armbruster
4
-191
/
+219
2018-08-24
check-qjson: Cover whitespace more thoroughly
Markus Armbruster
1
-1
/
+1
2018-08-24
check-qjson: Cover blank and lexically erroneous input
Markus Armbruster
1
-3
/
+37
2018-08-24
check-qjson: Cover multiple JSON objects in same string
Markus Armbruster
1
-0
/
+20
2018-08-24
docs/interop/qmp-spec: How to force known good parser state
Markus Armbruster
1
-14
/
+28
2018-08-24
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...
Peter Maydell
3
-61
/
+61
2018-08-24
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180824-...
Peter Maydell
41
-694
/
+3381
2018-08-24
hw/arm/mps2: Fix ID register errors on AN511 and AN385
Peter Maydell
1
-3
/
+3
2018-08-24
hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() config
Peter Maydell
1
-27
/
+26
[next]