summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-23db/upnp: store UPnPDirContent in local variableMax Kellermann
2020-09-23meson.build: drop obsolete warning flag -Wno-noexcept-typeMax Kellermann
2020-09-23NEWS: update recommended compilersMax Kellermann
2020-09-23doc/user.rst: add GitHub linkMax Kellermann
2020-09-23doc/user.rst: move download link to downloads pageMax Kellermann
2020-09-23doc: improve manpage markupMax Kellermann
2020-09-23doc/meson.build: kludge to fix manpage installation directoryMax Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-09-23LogInit: provide mappings for LogLevel::{ERROR,WARNING}Max Kellermann
2020-09-23LogInit: rename "secure" to "info"Max Kellermann
2020-09-23doc: rewrite the log_level documentationMax Kellermann
2020-09-23LogInit: use StringIsEqual()Max Kellermann
2020-09-23decoder/ffmpeg: support album artMax Kellermann
2020-09-23input/uring: safe cancellationMax Kellermann
2020-09-22io/uring/Operation: add method ReplaceUring()Max Kellermann
2020-09-22io/uring/Operation: add API documentationMax Kellermann
2020-09-22meson.build: add -Wdouble-promotionMax Kellermann
2020-09-22net/SocketError: work around -Wvla by defining a constexpr variableMax Kellermann
2020-09-22doc/user.rst: change C++14 to C++17Max Kellermann
2020-09-22doc/protocol.rst: improve "pause" documentationMax Kellermann
2020-09-21Merge tag 'v0.21.26' into masterMax Kellermann
2020-09-21release v0.21.26v0.21.26v0.21.xMax Kellermann
2020-09-21archive/iso9660: fix odd seeking bug (assertion failure)Max Kellermann
2020-09-21archive/iso9660: remove unused macro CEILING()Max Kellermann
2020-09-21decoder/ffmpeg: implement protocols() and uri_decode() (for RTSP)Max Kellermann
2020-09-21decoder/ffmpeg: pass InputStream by pointerMax Kellermann
2020-09-21decoder/plugin: add method protocols()Max Kellermann
2020-09-21CommandLine: reindent lambdasMax Kellermann
2020-09-21archive/iso9660: fix odd seeking bug (assertion failure)Max Kellermann
2020-09-21input/ffmpeg: add "hls+http://" to the list of supported protocolsMax Kellermann
2020-09-21input/Plugin: add `noexcept`Max Kellermann
2020-09-21archive/iso9660: remove unused function CEILING()Max Kellermann
2020-09-21Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-21util/ByteOrder: add FromLE16S()Max Kellermann
2020-09-21Support opus header gain tags and match opus playback volume to other tracks ...Desuwa
2020-09-21fix double promotionsRosen Penev
2020-09-21Merge branch 'gcc5' of git://github.com/neheb/MPD into masterMax Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-17db/update/InotifyUpdate: pass path by value to recursive_watch_subdirectories()Max Kellermann
2020-09-17db/update/InotifyUpdate: obey `.mpdignore` filesMax Kellermann
2020-09-16remove GCC5 hacksRosen Penev
2020-09-16db/update/InotifyUpdate: split the WatchDirectory constructorMax Kellermann
2020-09-16db/update/InotifyUpdate: use class DirectoryReaderMax Kellermann
2020-09-16db/update/InotifyUpdate: convert pointer to referenceMax Kellermann
2020-09-16db/update/InotifyUpdate: remove commented log callMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-09-16db/update/InotifySource: use `auto`Max Kellermann
2020-09-16db/update/InotifySource: add `noexcept`Max Kellermann
2020-09-16db/update/InotifyQueue: add `noexcept`Max Kellermann
2020-09-16db/update/Inotify*: include cleanupMax Kellermann