aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/UriUtil.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Merge branch 'v0.18.x'Max Kellermann2014-01-081-1/+2
|\
| * util/UriUtil: uri_get_suffix() fails if name begins with dotMax Kellermann2013-12-291-1/+2
| | | | | | | | | | A file called ".jpg" is not a JPEG file with an empty name; it is merely a hidden file.
* | UriUtil: add function uri_get_scheme()Max Kellermann2013-12-151-0/+10
|/ | | | Replaces g_uri_parse_scheme().
* util/UriUtil: add uri_is_child_or_same()Max Kellermann2013-10-291-0/+18
|
* UriUtil: uri_remove_auth() returns std::stringMax Kellermann2013-10-231-11/+6
|
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-2/+2
| | | | Micro-optimization.
* uri: convert to C++Max Kellermann2013-04-081-0/+113