summaryrefslogtreecommitdiff
path: root/src/input/plugins
AgeCommit message (Expand)Author
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann
2014-11-10input/curl: ignore ResponseBoundary() while seekingMax Kellermann
2014-11-02input/curl: forget Content-Length (and more) after redirectMax Kellermann
2014-11-02Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-11-01input/curl: fix curl_easy_setopt() parameter typesMax Kellermann
2014-10-02input/Open: use OpenLocalInputStream()Max 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-08-31input/nfs: notify client on errorMax Kellermann
2014-08-19InputStream: make offset_type unsignedMax 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-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-07-11input/curl: options "verify_peer" and "verify_host"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-17input/curl: hold mutex while writing to postponed_errorMax 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
2014-05-21input/curl: relock mutex in error pathsMax Kellermann
2014-05-21input/curl: pass remaining size to CircularBuffer::Append()Max Kellermann
2014-05-21input/curl: move code to IcyInputStreamMax Kellermann
2014-05-21input/rewind: move code to class ProxyInputStreamMax Kellermann
2014-05-21input/rewind: include cleanupMax Kellermann
2014-05-21input/rewind: work around assertion failureMax Kellermann
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-05-12input/cdio: convert to classMax Kellermann
2014-05-12input/cdio: move initialization code to constructorMax Kellermann
2014-05-12input/cdio: handle cdio_open() failureMax Kellermann
2014-05-12input/cdio: initialize lsn_relofs in constructorMax Kellermann
2014-05-12input/cdio: initialize attribute "buffer_lsn"Max Kellermann
2014-05-12input/cdio: remove unused attribute "trackno"Max Kellermann
2014-05-11InputStream: remove attribute "plugin"Max Kellermann
2014-05-11InputStream: make various methods abstractMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11input/plugins: make InputStream the base classMax Kellermann
2014-05-11input/rewind: convert to classMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-04-23input/nfs: add missing string.h includeMax Kellermann