- 24 Jun, 2016 1 commit
-
-
Dimitris Papastamos authored
This is a left-over from the previous version of the code that was retrying on EINTR.
-
- 23 Jun, 2016 1 commit
-
-
Dimitris Papastamos authored
Some minor style fixes as well.
-
- 22 Jun, 2016 14 commits
-
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
This can happen if you remove an external audio card or if you stop sndiod(8) while playing a song. sio_write() will retry internally if it fails with errno == EINTR so no need to handle that.
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
It defaults to 250 ms.
-
Max Kellermann authored
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Max Kellermann authored
Fixes build failure on Debian Wheezy.
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
-
- 20 Jun, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2016 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use the snd_pcm_t only in the IOThread, and reuse code that is well-known to work.
-
Max Kellermann authored
-
Max Kellermann authored
Comes with a callback pointer instead of a virtual method, which allows multiple instances in one class.
-
Max Kellermann authored
Replaces the old BoundMethod template.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jun, 2016 7 commits
-
-
Max Kellermann authored
release v0.19.16
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
-
Eric Wollesen authored
Previously the id was being returned only when a position wasn't specified.
-
Max Kellermann authored
.. instead of doing it after seeking. After seeking, the command had no effect, because CheckDecoderStartup() waits for all outputs to finish. This caused a very long delay while seeking and switching songs (https://bugs.musicpd.org/view.php?id=4534).
-