summaryrefslogtreecommitdiff
path: root/src/util/UriUtil.cxx
AgeCommit message (Expand)Author
2020-07-01Merge branch 'v0.21.x'Max Kellermann
2020-06-22util/UriUtil: strip credentials from smb:// URIsMax Kellermann
2020-06-22util/UriUtil: make `schemes` array staticMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2019-08-09util/UriUtil: splitMax Kellermann
2019-08-09util/UriUtil: relicense as BSD-2Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-02Merge branch 'v0.20.x'Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-08util/UriUtil: add uri_get_path()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/UriUtil: use StringAfterPrefix() instead of memcmp()Max Kellermann
2015-11-06util/UriUtil: move code to SkipUriScheme()Max Kellermann
2015-11-06util/UriUtil: make variables more localMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-11-02util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann
2014-11-01util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann
2014-02-24UriUtil: support ftp:// URLs in uri_remove_auth()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-08Merge branch 'v0.18.x'Max Kellermann
2013-12-29util/UriUtil: uri_get_suffix() fails if name begins with dotMax Kellermann
2013-12-15UriUtil: add function uri_get_scheme()Max Kellermann
2013-10-29util/UriUtil: add uri_is_child_or_same()Max Kellermann
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann
2013-04-08uri: convert to C++Max Kellermann