summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21input/curl: work around format warning on WIN32Max Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-06Merge branch 'v0.19.x'Max Kellermann
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-23Merge branch 'v0.19.x'Max Kellermann
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann
2014-12-21input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann
2014-12-14input/nfs: include cleanupMax Kellermann
2014-12-14input/async: add API documentationMax Kellermann
2014-12-12input/Init: eliminate double colon from log messageMax Kellermann
2014-12-12Merge branch 'v0.19.x'Max Kellermann
2014-12-01input/cdio_paranoia: use CopyString() instead of g_strlcpy()Max Kellermann
2014-11-26Merge tag 'v0.19.5'Max Kellermann
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
2014-11-10input/curl: ignore ResponseBoundary() while seekingMax Kellermann
2014-11-07input/AsyncInputStream: set Error when seeking unseekableMax Kellermann
2014-11-07input/Open: expose input_domainMax Kellermann
2014-11-02input/curl: forget Content-Length (and more) after redirectMax Kellermann
2014-11-02AsyncInputStream: add method ClearTag()Max Kellermann
2014-11-02InputStream: add method ClearMimeType()Max Kellermann
2014-11-02Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-11-02input/curl: fix curl_easy_setopt() parameter typesMax Kellermann
2014-11-01input/curl: fix curl_easy_setopt() parameter typesMax Kellermann
2014-10-28TextInputStream: don't ignore unterminated last lineMax Kellermann
2014-10-19TextInputStream: manually shift the buffer before readingMax Kellermann
2014-10-11ThreadInputStream: call ThreadRead() inside the thread instead of Read()Max Kellermann
2014-10-11ThreadInputStream: add assertionsMax Kellermann
2014-10-02input/Open: use OpenLocalInputStream()Max Kellermann
2014-10-02input/LocalOpen: new library for opening local filesMax Kellermann
2014-10-02input/archive: export function OpenArchiveInputStream()Max Kellermann
2014-10-02input/file: export function OpenFileInputStream()Max Kellermann
2014-10-02input/file: generate Error when errno==ENOENTMax Kellermann
2014-10-02input/file: make the "fd" attribute "const"Max Kellermann
2014-10-02input/file: make variables more localMax Kellermann
2014-10-02input/file: convert to classMax Kellermann
2014-09-16CurlInputPlugin: fix crash after second init callThomas Guillem
2014-09-02input/nfs: auto-reconnect if failed while pausedMax Kellermann
2014-09-02input/async: add method IsPaused()Max Kellermann
2014-08-31input/nfs: notify client on errorMax Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-08-19InputStream: CheapSeeking() returns false only for HTTPMax Kellermann
2014-08-19InputStream: move code to ExpensiveSeeking()Max Kellermann