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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-02
system/FileDescriptor: check `__linux__` instead of `__linux`
Max Kellermann
2018-11-01
src/lib/ffmpeg/meson.build: copy dependencies into ffmpeg_dep
Max Kellermann
2018-10-31
zeroconf/glue: use strstr() and std::string::replace() instead of std::regex_...
Max Kellermann
2018-10-31
Merge branch 'bug516974' of git://github.com/fschlich/MPD
Max Kellermann
2018-10-31
command/sticker: return ACK_ERROR_NO_EXIST for "no such sticker"
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
include hostname in zeroconf_name (fixes #387)
Florian Schlichting
2018-10-31
fs/io/FileOutputStream: fix -Wcomment
Max Kellermann
2018-10-31
fs/io/FileOutputStream: don't use O_TMPFILE on Android
Max Kellermann
2018-10-31
fs/io/FileOutputStream: add macro HAVE_O_TMPFILE
Max Kellermann
2018-10-31
output/roar: remove
Max Kellermann
2018-10-31
Listen: use fs/XDG.hxx
Max Kellermann
2018-10-31
fs/StandardDirectory: move USE_XDG to XDG.hxx
Max Kellermann
2018-10-31
fix compilation errors on Debian GNU/Hurd
Florian Schlichting
2018-10-30
Listen: listen on $XDG_RUNTIME_DIR/mpd/socket by default
Max Kellermann
2018-10-30
event/ServerSocket: allow mixing AddFD() with other Add*() methods
Max Kellermann
2018-10-30
Listen: eliminate listen_add_config_param()
Max Kellermann
2018-10-30
event/ServerSocket: add AddFD() overload with AllocatedSocketAddress&&
Max Kellermann
2018-10-30
event/ServerSocket: make AddAddress() a template
Max Kellermann
2018-10-30
event/ServerSocket: include cleanup
Max Kellermann
2018-10-30
event/ServerSocket: use class IPv6Address
Max Kellermann
2018-10-30
event/ServerSocket: make OneServerSocket an inner class
Max Kellermann
2018-10-30
event/ServerSocket: make OnAccept() noexcept
Max Kellermann
2018-10-30
event/ServerSocket: use C++11 initializer
Max Kellermann
2018-10-30
event/ServerSocket: pass UniqueSocketDescriptor to AddFD()
Max Kellermann
2018-10-30
event/ServerSocket: add `noexcept`
Max Kellermann
2018-10-30
net/SocketUtil: update API documentation
Max Kellermann
2018-10-30
pcm: build dsd2pcm only if -Dtest=true
Max Kellermann
2018-10-30
LogInit: work around two Android compiler warnings
Max Kellermann
2018-10-30
pcm/Clamp: convert to `constexpr`
Max Kellermann
2018-10-30
pcm/PcmUtils: rename to Clamp.hxx
Max Kellermann
2018-10-29
pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexpr
Max Kellermann
2018-10-29
Merge branch 'v0.20.x'
Max Kellermann
2018-10-29
pcm/FloatConvert: fix compile-time integer overflow for S32
Max Kellermann
2018-10-29
pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS...
Max Kellermann
2018-10-29
pcm/FloatConvert: add `static_assert` on the factor
Max Kellermann
2018-10-29
input/CdioParanoia: parse_cdio_uri() returns CdioUri
Max Kellermann
2018-10-29
input/CdioParanoia: rename struct cdio_uri to CdioUri
Max Kellermann
2018-10-29
input/CdioParanoia: use StringAfterPrefixIgnoreCase()
Max Kellermann
2018-10-29
util/StringCompare: add StringAfterPrefixIgnoreCase()
Max Kellermann
2018-10-29
player/Control: move IDLE_PLAYER to Player::SeekDecoder()
Max Kellermann
2018-10-29
db/update: catch all exceptions
Max Kellermann
2018-10-29
configure.ac: add `-funwind-tables` to work around clang bug
Max Kellermann
2018-10-25
input/Registry: add missing include
Max Kellermann
2018-10-25
decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin list
Max Kellermann
2018-10-24
input/Plugin: add attribute `prefixes`
Max Kellermann
2018-10-24
decoder/Thread: enable output tags for Tidal and Qobuz
Max Kellermann
2018-10-24
decoder/Thread: move check to SongHasVolatileTags()
Max Kellermann
2018-10-24
tag/Chromaprint: OO wrapper for a ChromaprintContext
Max Kellermann
2018-10-24
decoder/Control: convert to class, make various attributes private
Max Kellermann
[next]