index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
UriUtil.cxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-08
util/UriUtil: add uri_get_path()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-11-06
util/UriUtil: use StringAfterPrefix() instead of memcmp()
Max Kellermann
2015-11-06
util/UriUtil: move code to SkipUriScheme()
Max Kellermann
2015-11-06
util/UriUtil: make variables more local
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
Merge branch 'v0.18.x' into v0.19.x
Max Kellermann
2014-12-26
util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare
Max Kellermann
2014-11-02
util/UriUtil: add uri_get_suffix() overload that ignores query string
Max Kellermann
2014-11-01
util/UriUtil: add uri_get_suffix() overload that ignores query string
Max Kellermann
2014-10-10
db/upnp/Util: move caturl() to util/UriUtil.cxx
Max Kellermann
2014-02-24
UriUtil: support ftp:// URLs in uri_remove_auth()
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-08
Merge branch 'v0.18.x'
Max Kellermann
2013-12-29
util/UriUtil: uri_get_suffix() fails if name begins with dot
Max Kellermann
2013-12-15
UriUtil: add function uri_get_scheme()
Max Kellermann
2013-10-29
util/UriUtil: add uri_is_child_or_same()
Max Kellermann
2013-10-23
UriUtil: uri_remove_auth() returns std::string
Max Kellermann
2013-10-14
Mapper, ...: use memcmp() instead of strncmp() where appropriate
Max Kellermann
2013-04-08
uri: convert to C++
Max Kellermann