summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-19db/proxy: require MPD 0.20 or laterMax 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-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
2021-04-06Java/String: inherit the super class constructorMax Kellermann
2021-04-06Java: no namespace indentMax Kellermann
2021-04-06java/Ref: add move operatorMax Kellermann
2021-04-06java/Ref: remove `const`, add default initialiserMax Kellermann
2021-04-06java/Ref: add nullptr check to destructorMax Kellermann
2021-03-29lib/curl/Multi: reword API documentationMax Kellermann
2021-03-29lib/curl/Multi: move operator bool() downMax Kellermann
2021-03-29lib/curl/Multi: rename parametersMax Kellermann
2021-03-24Support new tags in proxy pluginSimon Persson
2021-03-13Merge branch 'v0.22.x'Max Kellermann
2021-03-13gme: add support for rsn filesJohn Regan
2021-03-13output/wasapi: use calculated new buffer instead old oneShen-Ta Hsieh
2021-03-10Added cross-origin header to http headers of the http output.bitkeeper
2021-03-10Add tags relevant to classical music.Simon Persson
2021-03-10Merge branch 'v0.22.x'Max Kellermann
2021-03-10output/wasapi: implement Drain()Max Kellermann
2021-03-10output/wasapi: move the "is_started" flag to class WasapiOutputThreadMax Kellermann
2021-03-10output/wasapi: eliminate `friend` declarationMax Kellermann
2021-03-10output/wasapi: implement Cancel() properlyMax Kellermann
2021-03-10output/wasapi: add field `paused`Max Kellermann
2021-03-10output/wasapi: initialize is_started in Open()Max Kellermann
2021-03-10output/wasapi: move the thread->Play() call right before the consumed_size checkMax Kellermann
2021-03-10output/wasapi: make device_config `const`Max Kellermann
2021-03-10output/wasapi: move runtime fields below configuration fieldsMax Kellermann
2021-03-10output/wasapi: make configuration fields `const`Max Kellermann