- 26 Jun, 2019 1 commit
-
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 15 Jun, 2019 3 commits
-
-
Max Kellermann authored
This can be used for other purposes as well.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2019 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Let the caller do this. Our GetSuffix() function was broken anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't call Seek() if the stream is already at the beginning. This avoids unnecessary exceptions if seeking is not implemented by an Inputstream implementation.
-
- 29 May, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 May, 2019 1 commit
-
-
Max Kellermann authored
PluginUnconfigured exceptions are logged with level "info" instead of "error". This suppresses some rather boring messages in the default log level. Closes https://github.com/MusicPlayerDaemon/MPD/issues/565
-
- 22 May, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 May, 2019 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Another step towards supporting multiple readers.
-
Max Kellermann authored
There is just one thread.
-
Max Kellermann authored
The thread will always attempt to read more data since commit 2cf6b776, so we don't need to tell it to continue.
-
Max Kellermann authored
The "seek_error" attribute will be eliminated soon.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
More preparations to support multiple readers.
-
Max Kellermann authored
If a read error occurs, it is very unlikely that the InputStream will ever recover. Removing the code removes some code complexity which just isn't worth it. And it allows supporting multiple readers for one buffer.
-
- 16 May, 2019 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
After seeking, a new read should be done.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to reuse it in another class.
-
Max Kellermann authored
-