summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2021-01-21input/curl: disable verify_peer on Android by defaultMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-01input/{tidal,qobus}: add missing includes for assert()Max Kellermann
2020-12-01input/tidal: add missing include for assert()Max Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-09-23input/uring: safe cancellationMax Kellermann
2020-09-21input/ffmpeg: add "hls+http://" to the list of supported protocolsMax Kellermann
2020-09-21input/Plugin: add `noexcept`Max Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-08-14input/uring: add `noexcept`Max Kellermann
2020-07-20input/smbclient: close handle on stat errorMax Kellermann
2020-07-20input/smbclient: remove mutex lockingMax Kellermann
2020-07-20*/smbclient: use the new API with SMBCCTX parameterMax Kellermann
2020-07-20lib/smbclient/Context: new wrapper for SMBCCTXMax Kellermann
2020-07-16input/Init: downgrade PluginUnconfigured to LogLevel::DEBUGMax Kellermann
2020-07-06PluginUnavailable: backport class PluginUnconfigured from masterMax Kellermann
2020-07-01system/ByteOrder: move to util/Max Kellermann
2020-07-01Merge branch 'v0.21.x'Max Kellermann
2020-07-01input/file: detect premature end of fileMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-27archive/ArchiveList, input/Registry: avoid zero-sized arrayMax Kellermann
2020-05-05input/uring: new input plugin using io_uringMax Kellermann
2020-05-05*/plugins/meson.build: define feature macros in Features.hMax Kellermann
2020-05-05system/FileDescriptor: move to io/Max Kellermann
2020-04-08input/Plugin: copy protocols() to stack before using itMax Kellermann
2020-04-08[cppcheck] convert several functions to use std::all_ofRosen Penev
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-16add two extra noreturn that clang picked upRosen Penev
2020-03-16Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...Max Kellermann
2020-03-16fix implicit-fallthrough warnings under clangRosen Penev
2020-03-16fix missing overridesRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-13util/ASCII: migrate to std::string_viewMax Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-16input/cache/Manager: add method Flush()Max Kellermann
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] remove pointless void argRosen 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
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-02-01*: use defaulted destructorsMax Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev