summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
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
2014-06-21input/async: use IsEOF() instead of !open for "ready" checkMax Kellermann
2014-06-21Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"Max Kellermann
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann
2014-06-17AsyncInputStream: fix assertion failure in AppendToBuffer()Max Kellermann
2014-06-17AsyncInputStream: reset "paused" when seekingMax Kellermann
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann
2014-06-17input/AsyncInputStream: add method IsBufferFull()Max Kellermann
2014-05-24input/async: add offset/size comparison to IsEOF()Max Kellermann
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann
2014-05-24input/curl: call SetReady() only if not yet readyMax Kellermann
2014-05-24input/curl: include cleanupMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann