Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-18 | doc/user.rst: document the "filters" setting | Max Kellermann | |
2019-03-18 | doc/user.rst: add more links | Max Kellermann | |
2019-03-18 | meson.build: require Meson 0.49.0 | Jörg Krause | |
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file. | |||
2019-02-25 | event/ServerSocket, config/Net: abstract socket support | Max Kellermann | |
2018-12-28 | remove libwrap support | Max Kellermann | |
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437 | |||
2018-11-20 | doc/user.rst: more markup | Max Kellermann | |
2018-11-11 | song/StringFilter: support regular expressions with "=~" and "!~" | Max Kellermann | |
This feature requires `libpcre`. | |||
2018-11-06 | doc/user.rst: more markup | Max Kellermann | |
2018-11-06 | doc/user.rst: add information about debug build | Max Kellermann | |
2018-11-04 | meson.build: require Meson 0.47.2 | Max Kellermann | |
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403 | |||
2018-10-31 | include hostname in zeroconf_name (fixes #387) | Florian Schlichting | |
expand %h to the system hostname and default to a zeroconf string that contains %h | |||
2018-10-31 | doc/user.rst: more markup | Max Kellermann | |
2018-10-31 | doc/user.rst: use arm64 instead of armv7 in the example | Max Kellermann | |
All new hardware is arm64 anyway. | |||
2018-10-31 | doc/user.rst: add warning about outdated Debian packages | Max Kellermann | |
2018-10-31 | doc/user.rst: use "apt" instead of the old "apt-get" | Max Kellermann | |
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/user.rst: more markup | Max Kellermann | |
2018-10-30 | doc/user.rst: remove invalid :option: tags | 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 | |
2018-10-30 | Listen: listen on $XDG_RUNTIME_DIR/mpd/socket by default | Max Kellermann | |
2018-10-30 | doc/user.rst: remove redundant tags list, link to protocol documentation | Max Kellermann | |
2018-10-30 | doc/*.rst: revise captions and section types | Max Kellermann | |
2018-10-30 | doc/user.rst: add links to "Listeners" | Max Kellermann | |
2018-10-30 | doc/user.rst: add bind_to_address/port examples | Max Kellermann | |
2018-10-29 | Fix typo in build instructions | iamsi | |
2018-10-17 | tag: new tag Label | skidoo23 | |
2018-10-17 | doc: remove the DocBook protocol documentation, has been converted to Sphinx | Max Kellermann | |
2018-10-16 | test: use GTest instead of cppunit | Max Kellermann | |
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
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! | |||
2018-10-07 | Add some docs for CDParanoia extraction speed | Andrew Basterfield | |
2018-09-23 | player/Thread: remove obsolete `buffered_before_play` attribute | Max Kellermann | |
2018-09-11 | doc/user.rst: document the `sles` output plugin | Max Kellermann | |
2018-09-11 | user.rst: fixed typo state_file_interval | skidoo23 | |
2018-08-14 | Merge branch 'master' of git://github.com/skidoo23/MPD | Max Kellermann | |
2018-08-12 | decoder/sidplay: support basic and kernal rom (libsidplayfp) | skidoo23 | |
2018-08-10 | tag/Config: support incremental "metadata_to_use" setting | Max Kellermann | |
With a "+" or "-" prefix, the "metadata_to_use" setting can manipulate the existing default. This way, one can enable `TAG_COMMENT` without having to list all the other tags. | |||
2018-08-10 | doc/user.rst: add tag links | Max Kellermann | |
2018-08-10 | doc/user.rst: line breaks | Max Kellermann | |
2018-08-07 | Added unix socket support in HttpdOutputPlugin | 1848 | |
2018-07-25 | user.rst: update and fix sidplay links | skidoo23 | |
Add link to more recent libsidplayfp and correct URL pointing to libsidplay2. | |||
2018-07-21 | fix spelling | Rasmus Steinke | |
2018-07-21 | fix wrong ref labels | Rasmus Steinke | |
2018-07-21 | fix wrong language type for code-blocks | Rasmus Steinke | |
2018-07-20 | fix wrong format of code sample | Rasmus Steinke | |
2018-07-20 | add missing formatting | Rasmus Steinke | |
2018-07-20 | highlight actual tag_names | Rasmus Steinke | |
2018-07-20 | fix missing paragraphs in tables | Rasmus Steinke | |
2018-07-20 | Convert user documentation to restructuredText | Rasmus Steinke | |