1. d709bbf include/qapi: add g_autoptr support for qobject types by Marc-André Lureau · 3 years ago
  2. 4ac76ba qobject: Make QString immutable by Markus Armbruster · 4 years, 3 months ago
  3. b3119b0 qobject: Drop qstring_get_try_str() by Markus Armbruster · 4 years, 3 months ago
  4. 808ac36 qobject: Drop qobject_get_try_str() by Markus Armbruster · 4 years, 3 months ago
  5. 80d7112 qobject: Move internals to qobject-internal.h by Markus Armbruster · 4 years, 3 months ago
  6. 88e25b1 Revert "qstring: add qstring_free()" by Markus Armbruster · 4 years, 3 months ago
  7. f1cc129 qobject: Use GString instead of QString to accumulate JSON by Markus Armbruster · 4 years, 3 months ago
  8. 164c374 qstring: add qstring_free() by Marc-André Lureau · 5 years ago
  9. 812ce33 qobject: Drop superfluous includes of qemu-common.h by Markus Armbruster · 7 years ago
  10. ba891d6 qstring: Move qstring_from_substr()'s @end one to the right by Markus Armbruster · 7 years ago
  11. b65ab77 qstring: Assert size calculations don't overflow by Markus Armbruster · 7 years ago
  12. ad63c54 qstring: Fix qstring_from_substr() not to provoke int overflow by liujunjie · 7 years ago
  13. b26ae1c qobject: introduce qobject_get_try_str() by Peter Xu · 7 years ago
  14. 7759320 qobject: introduce qstring_get_try_str() by Peter Xu · 7 years ago
  15. cb51b97 qapi: Remove qobject_to_X() functions by Max Reitz · 7 years ago
  16. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  17. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  18. b38dd67 qapi: Add qobject_is_equal() by Max Reitz · 7 years ago
  19. f2ad72b qobject: Clean up includes by Peter Maydell · 9 years ago
  20. 55e1819 qobject: Simplify QObject by Eric Blake · 9 years ago
  21. 7f02784 qstring: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  22. 54d49ac qstring: add qstring_get_length() by Luiz Capitulino · 12 years ago
  23. a372823 build: move qobject files to qobject/ and libqemuutil.a by Paolo Bonzini · 12 years ago[Renamed from qstring.c]
  24. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  25. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  26. 41836a9 Fix qtypes' licenses by Luiz Capitulino · 15 years ago
  27. 4b5c576 QString: Introduce qstring_from_substr() by Luiz Capitulino · 15 years ago
  28. 764c1ca QString: Introduce qstring_append_int() by Luiz Capitulino · 15 years ago
  29. 6fe9565 QString: Introduce qstring_append_chr() by Luiz Capitulino · 15 years ago
  30. d30ec84 Allow strings to grow in size by Anthony Liguori · 15 years ago
  31. aa43d9c Shuffle lines to avoid gcc 3 warning about redundant redeclaration by Blue Swirl · 15 years ago
  32. 66f7048 Introduce QString by Luiz Capitulino · 16 years ago