Age | Commit message (Expand) | Author |
2021-05-18 | input/LastInputStream: new class | Max Kellermann |
2021-05-17 | {input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC | Max Kellermann |
2021-03-04 | use structured binding declarations | Rosen Penev |
2021-01-21 | input/curl: disable verify_peer on Android by default | Max Kellermann |
2021-01-01 | copyright year 2021 | Max Kellermann |
2020-12-01 | input/{tidal,qobus}: add missing includes for assert() | Max Kellermann |
2020-12-01 | input/tidal: add missing include for assert() | Max Kellermann |
2020-10-08 | event/TimerEvent: add type alias for std::chrono::steady_clock::duration | Max Kellermann |
2020-09-23 | input/uring: safe cancellation | Max Kellermann |
2020-09-21 | input/ffmpeg: add "hls+http://" to the list of supported protocols | Max Kellermann |
2020-09-21 | input/Plugin: add `noexcept` | Max Kellermann |
2020-09-04 | Merge branch 'v0.21.x' into master | Max Kellermann |
2020-08-14 | input/uring: add `noexcept` | Max Kellermann |
2020-07-20 | input/smbclient: close handle on stat error | Max Kellermann |
2020-07-20 | input/smbclient: remove mutex locking | Max Kellermann |
2020-07-20 | */smbclient: use the new API with SMBCCTX parameter | Max Kellermann |
2020-07-20 | lib/smbclient/Context: new wrapper for SMBCCTX | Max Kellermann |
2020-07-16 | input/Init: downgrade PluginUnconfigured to LogLevel::DEBUG | Max Kellermann |
2020-07-06 | PluginUnavailable: backport class PluginUnconfigured from master | Max Kellermann |
2020-07-01 | system/ByteOrder: move to util/ | Max Kellermann |
2020-07-01 | Merge branch 'v0.21.x' | Max Kellermann |
2020-07-01 | input/file: detect premature end of file | Max Kellermann |
2020-05-30 | use std chr functions | Rosen Penev |
2020-05-27 | archive/ArchiveList, input/Registry: avoid zero-sized array | Max Kellermann |
2020-05-05 | input/uring: new input plugin using io_uring | Max Kellermann |
2020-05-05 | */plugins/meson.build: define feature macros in Features.h | Max Kellermann |
2020-05-05 | system/FileDescriptor: move to io/ | Max Kellermann |
2020-04-08 | input/Plugin: copy protocols() to stack before using it | Max Kellermann |
2020-04-08 | [cppcheck] convert several functions to use std::all_of | Rosen Penev |
2020-03-26 | [clang-tidy] change integer prefixes to uppercase | Rosen Penev |
2020-03-26 | event/*, ...: make GetEventLoop() const | Max Kellermann |
2020-03-16 | add two extra noreturn that clang picked up | Rosen Penev |
2020-03-16 | Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',... | Max Kellermann |
2020-03-16 | fix implicit-fallthrough warnings under clang | Rosen Penev |
2020-03-16 | fix missing overrides | Rosen Penev |
2020-03-16 | remove gcc_unused | Rosen Penev |
2020-03-13 | util/ASCII: migrate to std::string_view | Max Kellermann |
2020-03-12 | replace stdint.h with cstdint | Rosen Penev |
2020-03-12 | replace stddef.h with cstddef | Rosen Penev |
2020-03-12 | replace assert.h with cassert | Rosen Penev |
2020-03-12 | [clang-tidy] use nodiscard | Rosen Penev |
2020-02-16 | [clang-tidy] add ending namespace comments | Rosen Penev |
2020-02-16 | input/cache/Manager: add method Flush() | Max Kellermann |
2020-02-04 | [clang-tidy] change integer prefixes to uppercase | Rosen Penev |
2020-02-02 | [clang-tidy] convert several functions to const & | Rosen Penev |
2020-02-02 | Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh... | Max Kellermann |
2020-02-01 | [clang-tidy] remove pointless void arg | Rosen Penev |
2020-02-01 | [clang-tidy] convert several loops to const auto& | Rosen Penev |
2020-02-01 | *: add `explicit` | Max Kellermann |
2020-02-01 | *: use `auto` | Max Kellermann |