- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2018 3 commits
-
-
Max Kellermann authored
The `bool` return value isn't used anymore, so we can just return the parsed object instead of passing it as an output parameter.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-
- 07 Oct, 2018 1 commit
-
-
Andrew Basterfield authored
-
- 06 Oct, 2018 1 commit
-
-
Andrew Basterfield authored
-
- 17 Aug, 2018 1 commit
-
-
Max Kellermann authored
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD.
-
- 02 Aug, 2018 1 commit
-
-
Max Kellermann authored
Required according to RFC 3986: > An implementation should accept uppercase letters as equivalent to > lowercase in scheme names Closes #330
-
- 26 Jul, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Jul, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 06 Jul, 2018 4 commits
-
-
Max Kellermann authored
This way, IsFileNotFound() can detect status 404.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
See commit be137a19
-
- 22 Jun, 2018 3 commits
-
-
Max Kellermann authored
For remote files (not streams), this downloads as quickly as possible to a large buffer instead of throttling the stream during playback. Throttling can make the server impatient and it may then disconnect. This is what Qobuz and Tidal do, and this commit attempts to solve this by not letting the Qobuz/Tidal server wait (closes #241).
-
Max Kellermann authored
This adds a bit of overhead, but also adds flexibility to the API, because arbitrary triggers may be invoked from that virtual method implementation, not just Cond::signal(). The motivation for this is to make the handlers more dynamic, for the upcoming buffering class utilizing ProxyInputStream.
-
Max Kellermann authored
This is not a plugin.
-
- 03 May, 2018 1 commit
-
-
Max Kellermann authored
-
- 15 Mar, 2018 1 commit
-
-
Max Kellermann authored
Fixes crash due to "pure virtual method called" in the "mms" input plugin. Closes #253
-
- 09 Feb, 2018 1 commit
-
-
Max Kellermann authored
Requires Android API 21, but we want to support older versions as well.
-
- 26 Jan, 2018 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jan, 2018 2 commits
-
-
Max Kellermann authored
This change was missing in 47fa8c4c
-
Max Kellermann authored
The CurlRequest constructor can throw exceptions, therefore we must not use "noexcept".
-
- 24 Jan, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allows catchers to inspect the HTTP status.
-
Max Kellermann authored
-