Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-03 | storage/Interface: convert URI parameters to std::string_view | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-12-16 | Merge tag 'v0.21.17' | Max Kellermann | |
release v0.21.17 | |||
2019-12-16 | pcm/Convert, ...: add missing include for std::runtime_error | Max Kellermann | |
2019-08-09 | util/UriUtil: split | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-04-18 | LocateUri: pass URI plugin kind, optionally disables plugin verify | Max Kellermann | |
Commit b3a458338a7c8ff3c230ee33d85e973d3dbc056a added a LocateUri() call to several playlist commands, which applied InputPlugin URI scheme verification to playlist URIs. This broke the SoundCloud playlist plugin which uses "soundcloud://" URIs for which no input plugin exists. This commit allows the caller to specify the kind of plugin which shall be used to verify the URI. Right now, only "input" is implemented; "storage" uses the "input" verification for now; and "playlist" has no verification at all (for now). Closes https://github.com/MusicPlayerDaemon/MPD/issues/528 | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-02 | case-insensitive URI scheme comparison | Max Kellermann | |
Required according to RFC 3986: > An implementation should accept uppercase letters as equivalent to > lowercase in scheme names Closes #330 | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-10-27 | LocateUri: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-11-06 | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann | |
2015-10-22 | LocateUri: new library to classify URIs in a standard way | Max Kellermann | |