| Commit message (Expand) | Author | Age | Files | Lines |
* | cutils: Provide strchrnul | Keno Fischer | 2018-06-29 | 1 | -4/+2 |
* | Remove unnecessary variables for function return value | Laurent Vivier | 2018-05-20 | 1 | -4/+1 |
* | util/uri.c: wrap single statement blocks with braces {} | Su Hang | 2018-03-05 | 1 | -169/+294 |
* | util/uri.c: remove brackets that wrap `return` statement's content. | Su Hang | 2018-03-05 | 1 | -80/+80 |
* | util/uri.c: Coding style check, Only whitespace involved | Su Hang | 2018-03-05 | 1 | -733/+735 |
* | Fix documentation and some comments (article, grammar) | Stefan Weil | 2017-01-24 | 1 | -2/+2 |
* | all: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | util: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | util/uri: Add overflow check to rfc3986_parse_port | Max Reitz | 2015-03-18 | 1 | -10/+14 |
* | util/uri: URI member path can be null, compare more carfully | Markus Armbruster | 2015-02-10 | 1 | -1/+2 |
* | util/uri: realloc2n() can't fail, drop dead error handling | Markus Armbruster | 2015-02-10 | 1 | -22/+0 |
* | util/uri: uri_new() can't fail, drop dead error handling | Markus Armbruster | 2015-02-10 | 1 | -25/+11 |
* | util: Fuse g_malloc(); memset() into g_new0() | Markus Armbruster | 2014-12-10 | 1 | -2/+1 |
* | util: Drop superfluous conditionals around g_free() | Markus Armbruster | 2014-12-10 | 1 | -26/+22 |
* | Drop superfluous conditionals around g_strdup() | Markus Armbruster | 2014-12-10 | 1 | -26/+17 |
* | clean unnecessary code: don't check g_strdup arg for NULL | Dong Xu Wang | 2013-05-12 | 1 | -1/+1 |
* | build: move libqemuutil.a components to util/ | Paolo Bonzini | 2013-01-12 | 1 | -0/+2249 |