aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/UriUtil.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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