index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
test/run_convert: add option --config
Max Kellermann
2020-03-12
test/run_convert: add option --verbose
Max Kellermann
2020-03-12
test/run_convert: move code to ParseCommandLine()
Max Kellermann
2020-03-12
doc/user.rst, .travis.yml: drop GCC 6 support
Max Kellermann
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-03-12
client/Expire: cancel the BackgroundCommand before deleting it
Max Kellermann
2020-03-12
client/BackgroundCommand: fix typo in comment
Max Kellermann
2020-03-12
lib/chromaprint/DecoderClient: add assertion
Max Kellermann
2020-03-12
lib/chromaprint/DecoderClient: check `ready` in GetCommand()
Max Kellermann
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-12
playlist/xspf: concatenate multiple CharacterData fragments
Max Kellermann
2020-03-12
playlist/xspf: add State::TAG
Max Kellermann
2020-03-11
playlist/xspf: move location.empty() check to _start_element()
Max Kellermann
2020-03-11
playlist/xspf: use tag_table to convert element name to TagType
Max Kellermann
2020-03-11
playlist/xspf: use C++11 initializer
Max Kellermann
2020-03-11
tag/Mask: fix yet another typo, this time in Unset()
Max Kellermann
2020-03-07
.travis.yml: rename "matrix" to "jobs"
Max Kellermann
2020-03-07
archive/iso9660: skip empty filenames
Max Kellermann
2020-03-07
archive/iso9660: use IsSpecialFilename()
Max Kellermann
2020-03-07
fs/Traits: add IsSpecialFilename()
Max Kellermann
2020-03-07
.travis.yml: force updating homebrew on OSX
Max Kellermann
2020-03-07
.travis.yml: rename "matrix" to "jobs"
Max Kellermann
2020-02-29
Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.
Thomas Klausner
2020-02-29
Add missing header.
Thomas Klausner
2020-02-25
gme: check for empty metadata strings instead of nullptr
John Regan
2020-02-20
Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'
Max Kellermann
2020-02-20
[clang-tidy] remove needless std::move
Rosen Penev
2020-02-20
lib/dbus/Udisks2: make `path` non-const to allow moving from it
Max Kellermann
2020-02-20
neighbor/smbclient: make iterators non-const to enable the std::move()
Max Kellermann
2020-02-20
storage/smbclient: remove misplaced .c_str() call
Max Kellermann
2020-02-20
storage/composite: make variable non-const to enable the std::move()
Max Kellermann
2020-02-17
Instance: flush input cache on SIGHUP
Max Kellermann
2020-02-17
unix/SignalHandlers: pass Instance to ...Init()
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
2020-02-16
[clang-tidy] use using instead of typedef
Rosen Penev
2020-02-16
[clang-tidy] use emplace_back
Rosen Penev
2020-02-16
[clang-tidy] use = default
Rosen Penev
2020-02-16
[clang-tidy] add ending namespace comments
Rosen Penev
2020-02-16
increment version number to 0.21.21
Max Kellermann
2020-02-16
input/cache/Manager: add method Flush()
Max Kellermann
2020-02-16
Merge tag 'v0.21.20'
Max Kellermann
2020-02-16
release v0.21.20
v0.21.20
Max Kellermann
2020-02-16
.travis.yml: use GTest 1.8.0 instead of HEAD
Max Kellermann
2020-02-16
Fix travis
Rosen Penev
2020-02-16
storage/composite: no "=default" in constructor
Max Kellermann
2020-02-16
Merge branch 'efuhgeh' of git://github.com/neheb/MPD
Max Kellermann
2020-02-10
protocol/ArgParser: cast seek offset to SignedSongTime
Max Kellermann
2020-02-05
util/BitReverse: generate table with constexpr function
Max Kellermann
[next]