summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-02-04[clang-tidy] remove misplaced constRosen Penev
2020-02-04[clang-tidy] remove static in namespaceRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-04[clang-tidy] remove unneeded returnRosen Penev
2020-02-04[clang-tidy] remove const in declarationRosen Penev
2020-02-04remove redundant const qualificationRosen Penev
2020-02-04Fix travisRosen Penev
2020-02-04test/run_decoder: add option --seekMax Kellermann
2020-02-04test/meson.build: restore -Wno-missing-declarations for GTestMax Kellermann
2020-02-04test/DumpDecoderClient: allow overriding GetCommand()Max Kellermann
2020-02-04lib/xiph/OggSyncState: fix offset counter by using the actual page sizeMax Kellermann
2020-02-04Merge remote-tracking branches 'neheb/bind', 'neheb/move' and 'neheb/str'Max Kellermann
2020-02-04tag/ApeTag: don't take reference of IterableSplitString() elementsMax Kellermann
2020-02-04Merge branch 'v0.21.x'Max Kellermann
2020-02-04test/meson.build: add -Wno-unused-command-line-argument for clang 9+Max Kellermann
2020-02-04test/meson.build: drop obsolete gtest warning suppressionsMax Kellermann
2020-02-04decoder/ffmpeg: add two more missing commasMax Kellermann
2020-02-04add missing commaRosen Penev
2020-02-02[clang-tidy] use == instead of compare for stringsRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] pass by value where appropriateRosen Penev
2020-02-01[clang-tidy] remove pointless void argRosen Penev