index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
uri.c
Age
Commit message (
Expand
)
Author
2018-06-29
cutils: Provide strchrnul
Keno Fischer
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
2018-03-05
util/uri.c: wrap single statement blocks with braces {}
Su Hang
2018-03-05
util/uri.c: remove brackets that wrap `return` statement's content.
Su Hang
2018-03-05
util/uri.c: Coding style check, Only whitespace involved
Su Hang
2017-01-24
Fix documentation and some comments (article, grammar)
Stefan Weil
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-02-04
util: Clean up includes
Peter Maydell
2015-03-18
util/uri: Add overflow check to rfc3986_parse_port
Max Reitz
2015-02-10
util/uri: URI member path can be null, compare more carfully
Markus Armbruster
2015-02-10
util/uri: realloc2n() can't fail, drop dead error handling
Markus Armbruster
2015-02-10
util/uri: uri_new() can't fail, drop dead error handling
Markus Armbruster
2014-12-10
util: Fuse g_malloc(); memset() into g_new0()
Markus Armbruster
2014-12-10
util: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
2013-05-12
clean unnecessary code: don't check g_strdup arg for NULL
Dong Xu Wang
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini