summaryrefslogtreecommitdiff
path: root/src/input/plugins/CurlInputPlugin.cxx
AgeCommit message (Expand)Author
2020-09-21input/Plugin: add `noexcept`Max Kellermann
2020-03-13util/ASCII: migrate to std::string_viewMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-24input/curl: remove unnecessary InvalidateSockets() callMax Kellermann
2019-11-04input/curl: apply the "charset" parameter to Icy-NameMax Kellermann
2019-08-26lib/curl: require CURL 7.33, remove bug workaroundMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-01Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPDMax Kellermann
2019-07-01Add runtime enumeration of supported schemas.Eugene Gorodinsky
2019-06-17Copyright year 2019Max Kellermann
2019-04-25input/curl: use class ScopeUnlockMax Kellermann
2019-03-29input/curl: use std::throw_with_nested() instead of logging the exceptionMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-24input/Plugin: add attribute `prefixes`Max Kellermann
2018-08-02Merge branch 'v0.20.x'Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2018-07-18config/Migrate: library to migrate deprecated settingsMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06input/curl: use new class HttpStatusErrorMax Kellermann
2018-07-06util/StringFormat: new utility libraryMax Kellermann
2018-07-06input/Offset: add macro PRIoffsetMax Kellermann
2018-07-06input/curl: remove obsolete Windows sprintf() fallbackMax Kellermann
2018-06-22input/curl: use class MaybeBufferedInputStreamMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-01-24util/StringFormat: new utility libraryMax Kellermann
2018-01-24input/Offset: add macro PRIoffsetMax Kellermann
2018-01-24input/curl: remove obsolete Windows sprintf() fallbackMax Kellermann
2018-01-11input/curl: add public function to construct an instanceMax Kellermann
2018-01-11input/curl: pass additional request headers to constructorMax Kellermann
2018-01-11input/curl: pass IcyMetaDataParser to constructorMax Kellermann
2018-01-11input/curl: remove impossible "icy" checksMax Kellermann
2018-01-11input/curl: create the request_headers list only onceMax Kellermann
2018-01-11input/curl: un-inline constructorMax Kellermann
2018-01-11input/curl: add "noexcept"Max Kellermann
2018-01-11input/curl: convert struct to classMax Kellermann
2017-12-26archive/File, input/Plugin: return InputStreamPtrMax Kellermann
2017-12-26input/Proxy: use InputStreamPtrMax Kellermann
2017-12-26input/Icy: manage the parser in a std::shared_ptrMax Kellermann
2017-12-26Merge branch 'v0.20.x'Max Kellermann
2017-12-26input/curl: add missing mutex locks to OnEnd(), OnError()Max Kellermann
2017-12-20input/InputStream: ReadTag() returns std::unique_ptr<Tag>Max Kellermann
2017-12-20tag/Builder: CommitNew() returns std::unique_ptr<Tag>Max Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann