1. e7b9914 util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM() by Thomas Huth · 1 year, 2 months ago
  2. 8fd4667 util/uri: Remove the uri_string_escape() function by Thomas Huth · 1 year, 2 months ago
  3. fdd16f1 util/uri: Remove unused functions uri_resolve() and uri_resolve_relative() by Thomas Huth · 1 year, 2 months ago
  4. 7536acb util/uri: Remove uri_string_unescape() by Thomas Huth · 1 year, 2 months ago
  5. 0c201cc Updated the FSF address to <https://www.gnu.org/licenses/> by Khadija Kamran · 2 years, 1 month ago
  6. c2615bd util/uri: do not check argument of uri_free() by Heinrich Schuchardt · 3 years, 8 months ago
  7. 5c99fa3 cutils: Provide strchrnul by Keno Fischer · 7 years ago
  8. 4a4ff4c Remove unnecessary variables for function return value by Laurent Vivier · 7 years ago
  9. a151516 util/uri.c: wrap single statement blocks with braces {} by Su Hang · 7 years ago
  10. 42fa272 util/uri.c: remove brackets that wrap `return` statement's content. by Su Hang · 7 years ago
  11. be95ada util/uri.c: Coding style check, Only whitespace involved by Su Hang · 7 years ago
  12. 736a83f Fix documentation and some comments (article, grammar) by Stefan Weil · 8 years ago
  13. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  14. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  15. 2b21233 util/uri: Add overflow check to rfc3986_parse_port by Max Reitz · 10 years ago
  16. afb30dd util/uri: URI member path can be null, compare more carfully by Markus Armbruster · 10 years ago
  17. afd5ea3 util/uri: realloc2n() can't fail, drop dead error handling by Markus Armbruster · 10 years ago
  18. c89c6e8 util/uri: uri_new() can't fail, drop dead error handling by Markus Armbruster · 10 years ago
  19. 9be71be util: Fuse g_malloc(); memset() into g_new0() by Markus Armbruster · 10 years ago
  20. 44c2286 util: Drop superfluous conditionals around g_free() by Markus Armbruster · 10 years ago
  21. 2458810 Drop superfluous conditionals around g_strdup() by Markus Armbruster · 10 years ago
  22. 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
  23. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from uri.c]
  24. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  25. a93cf9d Fix comments (adress -> address, layed -> laid, wierd -> weird) by Stefan Weil · 12 years ago
  26. ca0defb qemu: URI parsing library by Paolo Bonzini · 12 years ago