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
/
storage
/
plugins
/
CurlStorage.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-08-20
Merge branch 'v0.20.x'
Max Kellermann
2018-08-17
storage/plugins/CurlStorage: URL-encode paths in CurlStorage::MapUTF8
Joshua Wise
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-07-06
util/StringFormat: new utility library
Max Kellermann
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2018-01-21
lib/expat/Parser: make the "is_final" argument optional
Max Kellermann
2018-01-21
lib/expat/Parser: add method CompleteParse()
Max Kellermann
2018-01-21
storage/Interface: wrap StorageDirectoryReader in std::unique_ptr
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-14
lib/{curl,upnp}: add more exception handlers
Max Kellermann
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-11-10
storage/curl: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-09-04
Merge branch 'v0.20.x'
Max Kellermann
2017-09-01
storage/curl: support Content-Type application/xml
Max Kellermann
2017-09-01
storage/curl: use StringStartsWith()
Max Kellermann
2017-09-01
storage/curl: move code to IsXmlContentType()
Max Kellermann
2017-08-18
lib/curl/Init: share a CurlGlobal instance between input and storage
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-11
storage/FileInfo: convert mtime to std::chrono::system_clock::time_point
Max Kellermann
2017-02-11
storage/FileInfo: add initializing constructor
Max Kellermann
2017-02-11
util/ChronoUtil: new utility library for std::chrono
Max Kellermann
2017-02-06
storage/curl: use CURLOPT_POSTFIELDS instead of CURLOPT_READFUNCTION
Max Kellermann
2017-01-08
storage/http: new storage plugin
Max Kellermann