summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-21input/last: add nullptr check to Open(), fixes assertion failureMax Kellermann
2021-05-19Merge tag 'v0.22.7'Max Kellermann
2021-05-19CommandLine: update copyright year in --version outputMax Kellermann
2021-05-19client/Response, command/file: use %lu instead of %zu on WindowsMax Kellermann
2021-05-19meson.build: define NOUSER on Windows for lighter windows.hMax Kellermann
2021-05-19win32/HResult: un-inline HRESULTToString() to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: un-inline the Windows version to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: use defaulted move constructorMax Kellermann
2021-05-19fs/Glob: remove redundant #ifdefsMax Kellermann
2021-05-19win32, ...: avoid including windows.hMax Kellermann
2021-05-19output/wasapi: use "%lu" in log callsMax Kellermann
2021-05-19util/RuntimeError: disable -Wformat-security as a kludgeMax Kellermann
2021-05-19lib/upnp/meson.build: auto-disable UPnP without CURL/expatMax Kellermann
2021-05-19Change WritableBuffer<uint8_t> to AllocatedArray<std::byte>GrimReaperFloof
2021-05-19Code deduplication: move mod_loadfile() into ModCommon.cxxGrimReaperFloof
2021-05-19Merge branch 'npu' of git://github.com/neheb/MPDMax Kellermann
2021-05-19Merge branch 'flac-ogg' of git://github.com/jprjr/VGMPDMax Kellermann
2021-05-19Merge branch 'v0.22.x'Max Kellermann
2021-05-19db/proxy: split search into chunks to avoid exceeding the output bufferMax Kellermann
2021-05-19db/proxy: send "window" as separate parameter to SendConstraints()Max Kellermann
2021-05-19db/proxy: require libmpdclient 2.11 or laterMax Kellermann
2021-05-19db/proxy: require MPD 0.20 or laterMax Kellermann
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-05-18command/file: cache the last "albumart" fileMax Kellermann
2021-05-18input/LastInputStream: new classMax Kellermann
2021-05-17Merge branch 'v0.22.x'Max Kellermann
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-05-17python/build/libs.py: update CURL to 7.76.1Max Kellermann
2021-05-15flac encoder: enable Ogg FLAC and Ogg chainingJohn Regan
2021-05-07Add resampling mode setting to modplug decoderGrimReaperFloof
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-04-26output/control: add missing nullptr checksMax Kellermann
2021-04-20pcm/Volume: drop support for GCC older than 8Max Kellermann
2021-04-20util/BindMethod: drop support for GCC older than 7Max Kellermann
2021-04-15Revert "tag/Pool: use strncmp() without strlen() to compare strings"Max Kellermann
2021-04-06use [[gnu::pure]] instead of gcc_pureMax Kellermann
2021-04-06util/AllocatedString: add concatenating constructorMax Kellermann
2021-04-06util/AllocatedArray: include cleanupMax Kellermann
2021-04-06net/SocketError: use `constexpr`Max Kellermann
2021-04-06net/SocketError: use `auto`Max Kellermann
2021-04-06net/SocketError: change "const" to "pure"Max Kellermann
2021-04-06util/StringBuffer: make capacity() staticMax Kellermann
2021-04-06util/DereferenceIterator: simplify operator->()Max Kellermann
2021-04-06util/DereferenceIterator: fix static_cast in operator->()Max Kellermann
2021-04-06Java/Exception: simplify RethrowException()Max Kellermann
2021-04-06java/File: add non-static GetAbsolutePath() overloadMax Kellermann
2021-04-06java/String: remove unnecessary `env` parameterMax Kellermann
2021-04-06java/String: add `const`Max Kellermann
2021-04-06java/Ref: add nullptr comparisonMax Kellermann
2021-04-06java/Ref: add nullptr constructorMax Kellermann