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
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
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-11-05
Merge branch 'v0.20.x'
Max Kellermann
2017-10-24
input/curl: call StartRequest() after setting CURLOPT_RANGE
Max Kellermann
2017-10-24
input/curl: move code to StartRequest()
Max Kellermann
2017-10-24
input/curl: move the range buffer to the stack
Max Kellermann
2017-08-18
lib/curl/Init: share a CurlGlobal instance between input and storage
Max Kellermann
2017-03-01
input/curl: use %lu instead of %llu
Max Kellermann
2017-03-01
input/curl: format Range offset as unsigned
Max Kellermann
2017-02-21
input/curl: use %lu instead of %llu
Max Kellermann
2017-02-21
input/curl: format Range offset as unsigned
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-25
input/async: pass EventLoop& to constructor
Max Kellermann
2017-01-25
input/Plugin: include cleanup
Max Kellermann
2017-01-25
input/curl: use CurlGlobal::GetEventLoop()
Max Kellermann
2017-01-25
input/async: add method GetEventLoop()
Max Kellermann
2017-01-09
input/curl: wake up client thread after seek to end of file
Max Kellermann
2017-01-07
lib/curl/Request: require the caller to explicitly register the request
Max Kellermann
2017-01-06
lib/curl/Slist: new wrapper for curl_slist
Max Kellermann
[next]