Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | doc: fix a few typos and missing words | Naglis Jonaitis | |
2020-07-06 | Merge branch 'v0.21.x' | Max Kellermann | |
2020-07-06 | doc/plugins.rst: merge redundant nfs:// documentation | Max Kellermann | |
2020-07-06 | doc/plugins.rst: more markup | Max Kellermann | |
2020-07-06 | doc/plugins.rst: add smb:// with password example | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/864 | |||
2020-07-06 | doc/plugins.rst: more markup | Max Kellermann | |
2020-06-11 | increment version number to 0.21.25 | Max Kellermann | |
2020-06-10 | Merge tag 'v0.21.24' | Max Kellermann | |
release v0.21.24 | |||
2020-06-10 | doc/protocol.rst: clarify the term "UNIX time" | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/893 | |||
2020-06-10 | Merge branch 'document-idle-neighbor-mount' of git://github.com/naglis/MPD | Max Kellermann | |
2020-06-07 | doc: document neighbor and mount idle subsystems | Naglis Jonaitis | |
2020-05-30 | doc: add docs for wasapi plugin | Shen-Ta Hsieh | |
2020-05-07 | meson.build: require GCC 8 or clang 5 | Max Kellermann | |
Commit 60f957ed648 broken the GCC 7 build, but instead of working around missing C++17 features in old compilers, let's update the compiler version requirements. This commit raises the clang requirement to version 5 because this is the first version to support `constexpr` lambdas, to be used to `Dsd2Pcm.cxx`. | |||
2020-04-30 | Add info about new song length format | skidoo23 | |
2020-04-29 | increment version number to 0.21.24 | Max Kellermann | |
2020-04-27 | doc: Document required order of currentsong response | Sören Tempel | |
The parser implemented in libmpdclient requires the first key-value pair of the server response to be the file pair. This is due to the fact that libmpdclient scan pairs sequentially and first attempts to extract the file pair before parsing the currentsong response further. See: https://github.com/MusicPlayerDaemon/libmpdclient/blob/5c751a761ec9f71a43ee0e41cfff3208f31a58b8/src/song.c#L559-L563 Meta data encoded as pairs in the currentsong response will be ignored if they are placed before the file pair in the response. | |||
2020-04-26 | gme: add configurable fade-out time | John Regan | |
Also include fade-out time in song length. | |||
2020-04-24 | Fix typo in documentation | Naglis Jonaitis | |
2020-04-14 | increment version number to 0.21.23 | Max Kellermann | |
2020-03-22 | increment version number to 0.21.22 | Max Kellermann | |
2020-03-19 | Merge tag 'v0.21.21' | Max Kellermann | |
release v0.21.21 | |||
2020-03-19 | raise default "max_connections" value to 100 | Max Kellermann | |
Documentation says the limit is 5, but it was really 10 (at least since 2004). But since MPD wants to promote using many small clients idling around, and these clients consume only very few resources, it seems reasonable to raise this limit's default value. | |||
2020-03-12 | doc/user.rst, .travis.yml: drop GCC 6 support | Max Kellermann | |
Debian Stable (Buster) has GCC 8 and Ubuntu LTS (18.04) has GCC 7. This will unlock a lot of C++17 features like `std::string_view`. | |||
2020-02-17 | Instance: flush input cache on SIGHUP | Max Kellermann | |
2020-02-17 | doc/user.rst: add section "Signals" | Max Kellermann | |
2020-02-17 | doc/user.rst: add section "Starting MPD" | Max Kellermann | |
Move the existing systemd sections over there. | |||
2020-02-16 | increment version number to 0.21.21 | Max Kellermann | |
2020-01-25 | increment version number to 0.21.20 | Max Kellermann | |
2020-01-20 | command/partition: add command "delpartition" | Max Kellermann | |
2020-01-20 | command/message: make messages/subscriptions local to the current partition | Max Kellermann | |
2020-01-18 | command/player: show partition name in "status" response | Max Kellermann | |
2020-01-18 | add "moveoutput" command | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2020-01-17 | Revert "pcm/Convert: add option to enable the integer-only dsd2pcm ↵ | Max Kellermann | |
implementation" This reverts commit c84bae739a29ec27790c5534b7fc777d6f40a02f. A configuration option is not necessary, because the PcmConvert constructor knows already whether integer or floating point is needed. | |||
2020-01-17 | pcm/Convert: add option to enable the integer-only dsd2pcm implementation | Max Kellermann | |
2019-12-24 | increment version number to 0.21.19 | Max Kellermann | |
2019-12-18 | increment version number to 0.21.18 | Max Kellermann | |
2019-12-16 | Merge tag 'v0.21.17' | Max Kellermann | |
release v0.21.17 | |||
2019-12-16 | Fix typo in documentation | Naglis Jonaitis | |
2019-10-28 | doc/user.rst: update build dependencies on Debian Buster | kaliko | |
2019-10-28 | Merge branch 'buster-build-dependencies' of git://github.com/mxjeff/MPD | Max Kellermann | |
2019-10-28 | doc/user.rst: update build dependencies on Debian Buster | kaliko | |
2019-10-25 | add tag "Conductor" | smutbert | |
2019-10-16 | increment version number to 0.21.17 | Max Kellermann | |
2019-10-09 | thread/Util: lower the real-time priority from 50 to 40 | Max Kellermann | |
On linux-rt, kernel IRQ threads are configured with priority=50, and this change configures MPD somewhat below that priority, leaving some room for other programs to be configured in between. Closes https://github.com/MusicPlayerDaemon/MPD/issues/643 | |||
2019-10-07 | increment version number to 0.21.16 | Max Kellermann | |
2019-08-27 | Typo fix | Xipmix | |
2019-08-22 | increment version number to 0.21.15 | Max Kellermann | |
2019-08-21 | Merge tag 'v0.21.14' | Max Kellermann | |
release v0.21.14 | |||
2019-08-13 | command/file: add command "readpicture" | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/42 |