summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-12test/run_convert: move code to ParseCommandLine()Max Kellermann
2020-03-12doc/user.rst, .travis.yml: drop GCC 6 supportMax Kellermann
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-03-12client/Expire: cancel the BackgroundCommand before deleting itMax Kellermann
2020-03-12client/BackgroundCommand: fix typo in commentMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: add assertionMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: check `ready` in GetCommand()Max Kellermann
2020-03-12Merge branch 'v0.21.x'Max Kellermann
2020-03-12playlist/xspf: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-12playlist/xspf: add State::TAGMax Kellermann
2020-03-11playlist/xspf: move location.empty() check to _start_element()Max Kellermann
2020-03-11playlist/xspf: use tag_table to convert element name to TagTypeMax Kellermann
2020-03-11playlist/xspf: use C++11 initializerMax Kellermann
2020-03-11tag/Mask: fix yet another typo, this time in Unset()Max Kellermann
2020-03-07.travis.yml: rename "matrix" to "jobs"Max Kellermann
2020-03-07archive/iso9660: skip empty filenamesMax Kellermann
2020-03-07archive/iso9660: use IsSpecialFilename()Max Kellermann
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2020-03-07.travis.yml: force updating homebrew on OSXMax Kellermann
2020-03-07.travis.yml: rename "matrix" to "jobs"Max Kellermann
2020-02-29Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.Thomas Klausner
2020-02-29Add missing header.Thomas Klausner
2020-02-25gme: check for empty metadata strings instead of nullptrJohn Regan
2020-02-20Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'Max Kellermann
2020-02-20[clang-tidy] remove needless std::moveRosen Penev
2020-02-20lib/dbus/Udisks2: make `path` non-const to allow moving from itMax Kellermann
2020-02-20neighbor/smbclient: make iterators non-const to enable the std::move()Max Kellermann
2020-02-20storage/smbclient: remove misplaced .c_str() callMax Kellermann
2020-02-20storage/composite: make variable non-const to enable the std::move()Max Kellermann
2020-02-17Instance: flush input cache on SIGHUPMax Kellermann
2020-02-17unix/SignalHandlers: pass Instance to ...Init()Max Kellermann
2020-02-17doc/user.rst: add section "Signals"Max Kellermann
2020-02-17doc/user.rst: add section "Starting MPD"Max Kellermann
2020-02-16[clang-tidy] use using instead of typedefRosen Penev
2020-02-16[clang-tidy] use emplace_backRosen Penev
2020-02-16[clang-tidy] use = defaultRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-16increment version number to 0.21.21Max Kellermann
2020-02-16input/cache/Manager: add method Flush()Max Kellermann
2020-02-16Merge tag 'v0.21.20'Max Kellermann
2020-02-16release v0.21.20v0.21.20Max Kellermann
2020-02-16.travis.yml: use GTest 1.8.0 instead of HEADMax Kellermann
2020-02-16Fix travisRosen Penev
2020-02-16storage/composite: no "=default" in constructorMax Kellermann
2020-02-16Merge branch 'efuhgeh' of git://github.com/neheb/MPDMax Kellermann
2020-02-10protocol/ArgParser: cast seek offset to SignedSongTimeMax Kellermann
2020-02-05util/BitReverse: generate table with constexpr functionMax Kellermann
2020-02-05util/bit_reverse: convert to C++Max Kellermann
2020-02-05archive/iso9660: rewrite the macro CEILING as functionMax Kellermann
2020-02-05Merge remote-tracking branches 'neheb/patch-2', 'neheb/con', 'neheb/cons', 'n...Max Kellermann