aboutsummaryrefslogtreecommitdiff
path: root/util/uri.c
AgeCommit message (Expand)Author
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-02-04util: Clean up includesPeter Maydell
2015-03-18util/uri: Add overflow check to rfc3986_parse_portMax Reitz
2015-02-10util/uri: URI member path can be null, compare more carfullyMarkus Armbruster
2015-02-10util/uri: realloc2n() can't fail, drop dead error handlingMarkus Armbruster
2015-02-10util/uri: uri_new() can't fail, drop dead error handlingMarkus Armbruster
2014-12-10util: Fuse g_malloc(); memset() into g_new0()Markus Armbruster
2014-12-10util: Drop superfluous conditionals around g_free()Markus Armbruster
2014-12-10Drop superfluous conditionals around g_strdup()Markus Armbruster
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini