summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
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
2014-08-19InputStream: make offset_type unsignedMax Kellermann
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann
2014-08-19InputStream: allow GetSize() only if KnownSize()Max Kellermann
2014-08-19InputStream: add constant UNKNOWN_SIZEMax Kellermann
2014-08-19input/proxy: use KnownSize()Max Kellermann
2014-08-19InputStream: use KnownSize() in assertionMax Kellermann
2014-08-18input/ffmpeg: use av_strerror()Max Kellermann
2014-08-18{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann
2014-08-18input/ffmpeg: update offset after seekingMax Kellermann
2014-08-18input/ffmpeg: refactor error code pathMax Kellermann
2014-08-18input/ffmpeg: use "auto"Max Kellermann
2014-08-07input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxxMax Kellermann
2014-08-07TextInputStream: don't stripMax Kellermann
2014-08-07TextInputStream: move code to ReadBufferedLine()Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann
2014-08-07input/TextInputStream: return char*Max Kellermann
2014-08-06util/FifoBuffer: rename to StaticFifoBufferMax Kellermann
2014-07-11input/curl: options "verify_peer" and "verify_host"Max Kellermann
2014-07-10input/async: more API documentationMax Kellermann