aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ThreadInputStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ThreadInputStream: call ThreadRead() inside the thread instead of Read()Max Kellermann2014-10-111-1/+1
| | | | Fixes deadlock bug in the "mms" plugin.
* ThreadInputStream: add assertionsMax Kellermann2014-10-111-0/+8
|
* ThreadInputStream: include cleanupMax Kellermann2014-05-121-1/+0
|
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-35/+6
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-22/+9
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-15/+20
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-10/+9
|
* input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann2014-03-161-0/+204