Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" | Max Kellermann | |
.. and not "UNIX domain socket. Be consistent about the naming. | |||
2019-03-18 | doc/plugins.rst: add the Haiku plugin and mark it as unmaintained | Max Kellermann | |
2019-03-18 | doc/plugins.rst: add filter plugin reference | Max Kellermann | |
2019-03-18 | doc/user.rst: add more links | Max Kellermann | |
2019-02-22 | doc/plugins.rst: document udisks2/policykit rule | Max Kellermann | |
2019-02-20 | mixer/pulse: rename `scale` to `scale_volume` | Max Kellermann | |
Make it less generic, to avoid clashes. | |||
2019-02-17 | mixer/pulse: Add a new 'scale' parameter to allow volumes above 100 | Clément Pit-Claudel | |
Closes GH-479. | |||
2019-01-19 | shout output plugin: add support for TLS | Jakob Ovrum | |
2018-10-31 | output/roar: remove | Max Kellermann | |
Bugs in libroar which broke the MPD build have been annoying me for quite some time, and the newest bug has now hit my main build machine: https://github.com/MusicPlayerDaemon/MPD/issues/377 Problem is the usage of the typedef `_IO_off64_t` in libroar's `vio_stdio.h`: int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w); This `_IO_off64_t` is an internal implementation detail of glibc and was removed in version 2.28. Nobody must ever use it. Why the **** did the RoarAudio developers use it? Not using internal typedefs isn't exactly rocket science. This annoys me enough to finally remove the plugin. Anyway, I've never heard of anybody using RoarAudio, so my best guess is that nobody will notice. | |||
2018-10-31 | doc/plugins.rst: add missing :file: | Max Kellermann | |
2018-10-30 | doc/user.rst: improve plugin reference links | Max Kellermann | |
2018-10-30 | doc/user.rst: move plugin reference to plugins.rst | Max Kellermann | |