mpd/src/input
Max Kellermann 36ff991960 TextInputStream: move code to ReadBufferedLine()
Look at the buffer first, before trying to read from the file.  This
reduces overhead because we don't refill the buffer after every line.
2014-08-07 16:08:02 +02:00
..
plugins util/StringUtil: add StripRight() overload with "end" argument 2014-08-07 16:08:02 +02:00
AsyncInputStream.cxx input/async: use IsEOF() instead of !open for "ready" check 2014-06-21 14:13:31 +02:00
AsyncInputStream.hxx input/async: more API documentation 2014-07-10 10:33:43 +02:00
IcyInputStream.cxx input/curl: move code to IcyInputStream 2014-05-21 18:47:49 +02:00
IcyInputStream.hxx input/curl: move code to IcyInputStream 2014-05-21 18:47:49 +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 InputStream: make various methods abstract 2014-05-11 17:14:49 +02:00
InputStream.cxx InputStream: make Seek() always absolute 2014-05-22 13:52:00 +02:00
InputStream.hxx InputStream: make Seek() always absolute 2014-05-22 13:52:00 +02:00
Open.cxx input/InputStream: move Open() to Open.cxx 2014-05-21 18:47:32 +02:00
ProxyInputStream.cxx InputStream: make Seek() always absolute 2014-05-22 13:52:00 +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: move code to ReadBufferedLine() 2014-08-07 16:08:02 +02:00
TextInputStream.hxx TextInputStream: move code to ReadBufferedLine() 2014-08-07 16:08:02 +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