index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qobject
/
qjson.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qobject: open brace '{' following struct go on the same line
Zhang Han
2021-02-04
1
-2
/
+1
*
qobject: Factor JSON writer out of qobject_to_json()
Markus Armbruster
2020-12-19
1
-93
/
+30
*
qobject: Factor quoted_str() out of to_json()
Markus Armbruster
2020-12-19
1
-56
/
+54
*
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
1
-3
/
+3
*
qobject: Use GString instead of QString to accumulate JSON
Markus Armbruster
2020-12-19
1
-47
/
+38
*
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-12-19
1
-11
/
+5
*
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
2020-04-30
1
-34
/
+20
*
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
2020-04-30
1
-20
/
+11
*
qobject: Factor out helper json_pretty_newline()
Markus Armbruster
2020-04-30
1
-24
/
+16
*
json: Clean up headers
Markus Armbruster
2018-08-24
1
-1
/
+1
*
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
2018-08-24
1
-0
/
+4
*
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
2018-08-24
1
-1
/
+14
*
json: Redesign the callback to consume JSON values
Markus Armbruster
2018-08-24
1
-9
/
+5
*
qobject: qobject_from_jsonv() is dangerous, hide it away
Markus Armbruster
2018-08-16
1
-1
/
+12
*
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
Markus Armbruster
2018-08-16
1
-7
/
+37
*
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
Markus Armbruster
2018-08-16
1
-1
/
+7
*
qobject: Let qobject_from_jsonf() fail instead of abort
Markus Armbruster
2018-07-03
1
-5
/
+0
*
qobject: New qdict_from_jsonf_nofail()
Markus Armbruster
2018-07-03
1
-0
/
+18
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-1
/
+1
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-5
/
+5
*
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
1
-1
/
+1
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-33
/
+4
*
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
2017-03-07
1
-2
/
+2
*
qjson: Abort earlier on qobject_from_jsonf() misuse
Markus Armbruster
2017-03-07
1
-1
/
+1
*
qobject: Propagate parse errors through qobject_from_jsonv()
Markus Armbruster
2017-03-07
1
-4
/
+8
*
qapi: Improve use of qmp/types.h
Eric Blake
2016-07-06
1
-5
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
qobject: Document more shortcomings in our number handling
Eric Blake
2016-02-08
1
-1
/
+10
*
qobject: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
qjson: store tokens in a GQueue
Paolo Bonzini
2015-11-26
1
-1
/
+1
*
qerror: Finally unused, clean up
Markus Armbruster
2015-06-22
1
-3
/
+0
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-1
/
+1
*
qobject: Add a special null QObject
Markus Armbruster
2015-05-11
1
-0
/
+3
*
qobject: Clean up around qtype_code
Markus Armbruster
2015-05-11
1
-2
/
+1
*
qjson: Drop trailing space for pretty formatting
Max Reitz
2014-12-10
1
-4
/
+6
*
qapi: Anonymous unions
Kevin Wolf
2013-07-26
1
-0
/
+2
*
qjson: to_json() case QTYPE_QSTRING is buggy, rewrite
Markus Armbruster
2013-04-13
1
-57
/
+45
*
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini
2013-01-12
1
-0
/
+294