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