aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ThreadInputStream.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-11ThreadInputStream: call ThreadRead() inside the thread instead of Read()Max Kellermann1-1/+1
2014-10-11ThreadInputStream: add assertionsMax Kellermann1-0/+8
2014-05-12ThreadInputStream: include cleanupMax Kellermann1-1/+0
2014-05-11InputStream: remove attribute "plugin"Max Kellermann1-1/+1
2014-05-11InputStream: make various methods abstractMax Kellermann1-35/+6
2014-05-11InputStream: add virtual destructorMax Kellermann1-22/+9
2014-05-11input/plugins: make InputStream the base classMax Kellermann1-15/+20
2014-05-11InputStream: convert to classMax Kellermann1-10/+9
2014-03-16input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann1-0/+204