summaryrefslogtreecommitdiff
path: root/util/uri.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-05util/uri.c: wrap single statement blocks with braces {}Su Hang1-169/+294
2018-03-05util/uri.c: remove brackets that wrap `return` statement's content.Su Hang1-80/+80
2018-03-05util/uri.c: Coding style check, Only whitespace involvedSu Hang1-733/+735
2017-01-24Fix documentation and some comments (article, grammar)Stefan Weil1-2/+2
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2015-03-18util/uri: Add overflow check to rfc3986_parse_portMax Reitz1-10/+14
2015-02-10util/uri: URI member path can be null, compare more carfullyMarkus Armbruster1-1/+2
2015-02-10util/uri: realloc2n() can't fail, drop dead error handlingMarkus Armbruster1-22/+0
2015-02-10util/uri: uri_new() can't fail, drop dead error handlingMarkus Armbruster1-25/+11
2014-12-10util: Fuse g_malloc(); memset() into g_new0()Markus Armbruster1-2/+1
2014-12-10util: Drop superfluous conditionals around g_free()Markus Armbruster1-26/+22
2014-12-10Drop superfluous conditionals around g_strdup()Markus Armbruster1-26/+17
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang1-1/+1
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+2249