mpd/src/input
Max Kellermann 37e9010887 input/async: reset the "open" flag after seeking successfully
Fixes a problem with the "curl" input plugin: IsEOF() always returns
true because the "open" flag was cleared by
CurlInputStream::RequestDone() when end-of-stream was reached.  This
flag stays false even when seeking to another position has succeeded.

This patch resets the "open" flag to true after seeking successfully.
2015-01-06 12:46:28 +01:00
..
plugins db/lazy, input/mms: add "override" keywords 2014-12-26 14:29:29 +01:00
AsyncInputStream.cxx input/async: reset the "open" flag after seeking successfully 2015-01-06 12:46:28 +01:00
AsyncInputStream.hxx AsyncInputStream: add method ClearTag() 2014-11-02 13:00:28 +01:00
Domain.cxx input/Open: expose input_domain 2014-11-07 13:57:57 +01:00
Domain.hxx input/Open: expose input_domain 2014-11-07 13:57:57 +01: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 input/Init: eliminate double colon from log message 2014-12-12 13:20:37 +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 Merge branch 'v0.18.x' into v0.19.x 2014-12-26 14:28:52 +01:00
InputStream.hxx InputStream: add method ClearMimeType() 2014-11-02 12:59:16 +01: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: expose input_domain 2014-11-07 13:57:57 +01: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 TextInputStream: don't ignore unterminated last line 2014-10-28 22:10:47 +01:00
TextInputStream.hxx input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx 2014-08-07 19:38:25 +02:00
ThreadInputStream.cxx ThreadInputStream: call ThreadRead() inside the thread instead of Read() 2014-10-11 21:59:06 +02:00
ThreadInputStream.hxx InputStream: remove attribute "plugin" 2014-05-11 18:25:55 +02:00