aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ThreadInputStream.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-2/+5
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-14/+7
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-35/+4
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-4/+4
|
* input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann2014-03-161-0/+181