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
2021-05-21
input/last: add nullptr check to Open(), fixes assertion failure
Max Kellermann
2021-05-19
Merge tag 'v0.22.7'
Max Kellermann
2021-05-19
CommandLine: update copyright year in --version output
Max Kellermann
2021-05-19
client/Response, command/file: use %lu instead of %zu on Windows
Max Kellermann
2021-05-19
meson.build: define NOUSER on Windows for lighter windows.h
Max Kellermann
2021-05-19
win32/HResult: un-inline HRESULTToString() to reduce header dependencies
Max Kellermann
2021-05-19
fs/Glob: un-inline the Windows version to reduce header dependencies
Max Kellermann
2021-05-19
fs/Glob: use defaulted move constructor
Max Kellermann
2021-05-19
fs/Glob: remove redundant #ifdefs
Max Kellermann
2021-05-19
win32, ...: avoid including windows.h
Max Kellermann
2021-05-19
output/wasapi: use "%lu" in log calls
Max Kellermann
2021-05-19
util/RuntimeError: disable -Wformat-security as a kludge
Max Kellermann
2021-05-19
lib/upnp/meson.build: auto-disable UPnP without CURL/expat
Max Kellermann
2021-05-19
Change WritableBuffer<uint8_t> to AllocatedArray<std::byte>
GrimReaperFloof
2021-05-19
Code deduplication: move mod_loadfile() into ModCommon.cxx
GrimReaperFloof
2021-05-19
Merge branch 'npu' of git://github.com/neheb/MPD
Max Kellermann
2021-05-19
Merge branch 'flac-ogg' of git://github.com/jprjr/VGMPD
Max Kellermann
2021-05-19
Merge branch 'v0.22.x'
Max Kellermann
2021-05-19
db/proxy: split search into chunks to avoid exceeding the output buffer
Max Kellermann
2021-05-19
db/proxy: send "window" as separate parameter to SendConstraints()
Max Kellermann
2021-05-19
db/proxy: require libmpdclient 2.11 or later
Max Kellermann
2021-05-19
db/proxy: require MPD 0.20 or later
Max Kellermann
2021-05-18
command/PlaylistCommands: pass real_uri to LookupRemoteTag()
Max Kellermann
2021-05-18
command/file: cache the last "albumart" file
Max Kellermann
2021-05-18
input/LastInputStream: new class
Max Kellermann
2021-05-17
Merge branch 'v0.22.x'
Max Kellermann
2021-05-17
{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC
Max Kellermann
2021-05-17
python/build/libs.py: update CURL to 7.76.1
Max Kellermann
2021-05-15
flac encoder: enable Ogg FLAC and Ogg chaining
John Regan
2021-05-07
Add resampling mode setting to modplug decoder
GrimReaperFloof
2021-04-26
output/jack: enable on Windows
Max Kellermann
2021-04-26
output/control: add missing nullptr checks
Max Kellermann
2021-04-20
pcm/Volume: drop support for GCC older than 8
Max Kellermann
2021-04-20
util/BindMethod: drop support for GCC older than 7
Max Kellermann
2021-04-15
Revert "tag/Pool: use strncmp() without strlen() to compare strings"
Max Kellermann
2021-04-06
use [[gnu::pure]] instead of gcc_pure
Max Kellermann
2021-04-06
util/AllocatedString: add concatenating constructor
Max Kellermann
2021-04-06
util/AllocatedArray: include cleanup
Max Kellermann
2021-04-06
net/SocketError: use `constexpr`
Max Kellermann
2021-04-06
net/SocketError: use `auto`
Max Kellermann
2021-04-06
net/SocketError: change "const" to "pure"
Max Kellermann
2021-04-06
util/StringBuffer: make capacity() static
Max Kellermann
2021-04-06
util/DereferenceIterator: simplify operator->()
Max Kellermann
2021-04-06
util/DereferenceIterator: fix static_cast in operator->()
Max Kellermann
2021-04-06
Java/Exception: simplify RethrowException()
Max Kellermann
2021-04-06
java/File: add non-static GetAbsolutePath() overload
Max Kellermann
2021-04-06
java/String: remove unnecessary `env` parameter
Max Kellermann
2021-04-06
java/String: add `const`
Max Kellermann
2021-04-06
java/Ref: add nullptr comparison
Max Kellermann
2021-04-06
java/Ref: add nullptr constructor
Max Kellermann
[next]