Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ThreadInputStream: include cleanup | Max Kellermann | 2014-05-12 | 1 | -1/+0 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -35/+6 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -22/+9 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -15/+20 |
| | | | | Prepare for adding virtual methods. | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -10/+9 |
| | |||||
* | input/BufferedInputStream: new wrapper for moving plugin to thread | Max Kellermann | 2014-03-16 | 1 | -0/+204 |