summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-21util/AllocatedString: add default constructorMax Kellermann
2021-01-21util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
2021-01-21Merge tag 'v0.22.4'Max 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-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-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-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-05Use uri_has_scheme for Webdav response hrefVincent Petry
2021-01-04Webdav href in response can be relativeVincent Petry
2021-01-04Fix parsing propstat blocksVincent Petry
2021-01-04Fix Webdav storage PROPFIND requestVincent Petry
2021-01-03thread/Id: relicense to BSD-2Max Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-15util/StringView: add {Starts,Ends}With(char)Max Kellermann
2020-12-15curl/Handler: disallow OnData() to throwMax Kellermann
2020-12-15curl/Request: move struct Pause to class CurlResponseHandlerMax Kellermann
2020-12-15curl/Request: add more wrapper methodsMax Kellermann
2020-12-14odbus/Watch: support DBUS_WATCH_{ERROR,HANGUP}Max Kellermann
2020-12-14odbus/Watch: use SocketEvent::ReleaseSocket() to allow another Open()Max Kellermann
2020-12-14lib/dbus/FilterHelper: new classMax Kellermann