mpd/src/input
Max Kellermann 7e12aea1d8 input/Open: use OpenLocalInputStream()
Make the "open" method of plugins "file" and "archive" dummy methods
that always fail.  Instead, let InputStream::Open() hard-code access
to these two plugins by using OpenLocalInputStream().  This allows
simplifyin the algorithm for falling back to probing archive plugins.
2014-10-02 21:50:14 +02:00
..
plugins input/Open: use OpenLocalInputStream() 2014-10-02 21:50:14 +02:00
AsyncInputStream.cxx InputStream: make offset_type unsigned 2014-08-19 21:23:03 +02:00
AsyncInputStream.hxx input/async: add method IsPaused() 2014-09-02 20:02:56 +02:00
IcyInputStream.cxx input/curl: move code to IcyInputStream 2014-05-21 18:47:49 +02:00
IcyInputStream.hxx *: add missing Compiler.h includes 2014-08-30 00:46:52 +02:00
Init.cxx InputPlugin: allow init() to soft-fail 2014-03-02 00:17:32 +01:00
Init.hxx Input*: move to input/ 2014-01-24 16:33:33 +01:00
InputPlugin.hxx InputPlugin: remove typedef offset_type 2014-08-19 21:22:23 +02:00
InputStream.cxx InputStream: CheapSeeking() returns false only for HTTP 2014-08-19 21:39:12 +02:00
InputStream.hxx InputStream: move typedef offset_type to Offset.hxx 2014-08-19 22:29:52 +02:00
LocalOpen.cxx input/Open: use OpenLocalInputStream() 2014-10-02 21:50:14 +02:00
LocalOpen.hxx input/LocalOpen: new library for opening local files 2014-10-02 21:06:01 +02:00
Offset.hxx InputStream: move typedef offset_type to Offset.hxx 2014-08-19 22:29:52 +02:00
Open.cxx input/Open: use OpenLocalInputStream() 2014-10-02 21:50:14 +02:00
ProxyInputStream.cxx InputStream: add constant UNKNOWN_SIZE 2014-08-19 21:00:50 +02:00
ProxyInputStream.hxx InputStream: make Seek() always absolute 2014-05-22 13:52:00 +02:00
Registry.cxx input/nfs: new plugin using libnfs 2014-02-06 18:37:27 +01:00
Registry.hxx Input*: move to input/ 2014-01-24 16:33:33 +01:00
TextInputStream.cxx input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx 2014-08-07 19:38:25 +02:00
TextInputStream.hxx input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx 2014-08-07 19:38:25 +02:00
ThreadInputStream.cxx ThreadInputStream: include cleanup 2014-05-12 19:04:32 +02:00
ThreadInputStream.hxx InputStream: remove attribute "plugin" 2014-05-11 18:25:55 +02:00