Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-08 | 1 | -1/+2 |
|\ | |||||
| * | util/UriUtil: uri_get_suffix() fails if name begins with dot | Max Kellermann | 2013-12-29 | 1 | -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 Kellermann | 2013-12-15 | 1 | -0/+10 |
|/ | | | | Replaces g_uri_parse_scheme(). | ||||
* | util/UriUtil: add uri_is_child_or_same() | Max Kellermann | 2013-10-29 | 1 | -0/+18 |
| | |||||
* | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 2013-10-23 | 1 | -11/+6 |
| | |||||
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -2/+2 |
| | | | | Micro-optimization. | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -0/+113 |