summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-21util/AllocatedString: add default constructorMax Kellermann
2021-01-21util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
2021-01-21Merge branch 'v0.22.x'Max Kellermann
2021-01-21increment version number to 0.22.5Max Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-21android/AndroidManifest.xml: android release 0.22.4Max Kellermann
2021-01-21android/AndroidManifest.xml: raise targetSdkVersion to 29Max Kellermann
2021-01-21release v0.22.4v0.22.4Max Kellermann
2021-01-21protocol: add command "binarylimit"Max Kellermann
2021-01-21client/FileCommands: validate the given offsetMax Kellermann
2021-01-21event/FullyBufferedSocket: add method GetOutputMaxSize()Max Kellermann
2021-01-21util/PeakBuffer: add method max_size()Max Kellermann
2021-01-21util/PeakBuffer: use std::byte instead of std::uint8_tMax Kellermann
2021-01-21util/PeakBuffer: add `noexcept`Max Kellermann
2021-01-21util/PeakBuffer: use std::size_tMax Kellermann
2021-01-21util/ForeignFifoBuffer: use `auto`Max Kellermann
2021-01-21command/Request: ParseUnsigned() returns unsignedMax Kellermann
2021-01-21input/curl: disable verify_peer on Android by defaultMax Kellermann
2021-01-21python/build/libs.py: build CURL with OpenSSL supportMax Kellermann
2021-01-21event/SignalMonitor: fix non-Linux build failureMax Kellermann
2021-01-21db/simple/Song: Export() merges tags with "target"Max Kellermann
2021-01-21db/simple/ExportedSong: add option to own a TagMax Kellermann
2021-01-21db/simple/ExportedSong: new classMax Kellermann
2021-01-21SongPrint: use LightSong::GetDuration()Max Kellermann
2021-01-21util/StringView: add method SplitLast()Max Kellermann
2021-01-20command/file: use %zu to format a size_tMax Kellermann
2021-01-20client/Response: add `printf` attributeMax Kellermann
2021-01-20Merge branch 'bugfix/1043/remove-basepath-handling' of git://github.com/PVinc...Max Kellermann
2021-01-20doc/mpd.conf.5.rst: updated ReplayGain website linksMax Kellermann
2021-01-19python/build/ffmpeg.py: remove obsolete -no-integrated-as workaroundMax Kellermann
2021-01-19doc/user.rst: require Android NDK r22Max Kellermann
2021-01-19output/sles: add missing include for assert()Max Kellermann
2021-01-19lib/pcre/RegexPointer: work around bogus -Wmaybe-uninitialized with GCC 11Max Kellermann
2021-01-19python/build/libs.py: update CURL to 7.74.0Max Kellermann
2021-01-19python/build/libs.py: update Boost to 1.75.0Max Kellermann
2021-01-19doc/protocol.rst: fix playlist(find|search)Itai Y. Efrat
2021-01-16clang-tidy: mark a bunch of variables constexprRosen Penev
2021-01-12event/Loop: fix assertion failure due to wrong "busy" valueMax Kellermann
2021-01-12net/Resolver: add simple getaddrinfo() wrapperMax Kellermann
2021-01-12net/ToString: include cleanupMax Kellermann
2021-01-11net/SocketError: relicense to BSD-2Max Kellermann
2021-01-11event/Loop: simplify wake_event initializerMax Kellermann
2021-01-11system/EventPipe: use class Unique{Socket,File}DescriptorMax Kellermann
2021-01-11system/EventFD: Get() returns FileDescriptorMax Kellermann
2021-01-11event/WakeFD: convert macro to class with a GetSocket() methodMax Kellermann
2021-01-09add additional opus encoder optionsEthan Halsall
2021-01-08Remove relative path handling which was not neededVincent Petry
2021-01-05Merge branch 'v0.22.x'Max Kellermann
2021-01-05Merge branch 'bugfix/1039/fix-webdav' of git://github.com/PVince81/MPD into v...Max Kellermann
2021-01-05Use uri_has_scheme for Webdav response hrefVincent Petry