index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
plugins
/
CurlInputPlugin.cxx
Age
Commit message (
Expand
)
Author
2020-09-21
input/Plugin: add `noexcept`
Max Kellermann
2020-03-13
util/ASCII: migrate to std::string_view
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-12-24
Merge tag 'v0.21.18'
Max Kellermann
2019-12-24
input/curl: remove unnecessary InvalidateSockets() call
Max Kellermann
2019-11-04
input/curl: apply the "charset" parameter to Icy-Name
Max Kellermann
2019-08-26
lib/curl: require CURL 7.33, remove bug workaround
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-01
Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPD
Max Kellermann
2019-07-01
Add runtime enumeration of supported schemas.
Eugene Gorodinsky
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-25
input/curl: use class ScopeUnlock
Max Kellermann
2019-03-29
input/curl: use std::throw_with_nested() instead of logging the exception
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-24
input/Plugin: add attribute `prefixes`
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-07-18
config/Migrate: library to migrate deprecated settings
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-06
Merge branch 'v0.20.x'
Max Kellermann
2018-07-06
input/curl: use new class HttpStatusError
Max Kellermann
2018-07-06
util/StringFormat: new utility library
Max Kellermann
2018-07-06
input/Offset: add macro PRIoffset
Max Kellermann
2018-07-06
input/curl: remove obsolete Windows sprintf() fallback
Max Kellermann
2018-06-22
input/curl: use class MaybeBufferedInputStream
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2018-01-24
input/Offset: add macro PRIoffset
Max Kellermann
2018-01-24
input/curl: remove obsolete Windows sprintf() fallback
Max Kellermann
2018-01-11
input/curl: add public function to construct an instance
Max Kellermann
2018-01-11
input/curl: pass additional request headers to constructor
Max Kellermann
2018-01-11
input/curl: pass IcyMetaDataParser to constructor
Max Kellermann
2018-01-11
input/curl: remove impossible "icy" checks
Max Kellermann
2018-01-11
input/curl: create the request_headers list only once
Max Kellermann
2018-01-11
input/curl: un-inline constructor
Max Kellermann
2018-01-11
input/curl: add "noexcept"
Max Kellermann
2018-01-11
input/curl: convert struct to class
Max Kellermann
2017-12-26
archive/File, input/Plugin: return InputStreamPtr
Max Kellermann
2017-12-26
input/Proxy: use InputStreamPtr
Max Kellermann
2017-12-26
input/Icy: manage the parser in a std::shared_ptr
Max Kellermann
2017-12-26
Merge branch 'v0.20.x'
Max Kellermann
2017-12-26
input/curl: add missing mutex locks to OnEnd(), OnError()
Max Kellermann
2017-12-20
input/InputStream: ReadTag() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-20
tag/Builder: CommitNew() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
[next]