Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-10-11 | ThreadInputStream: call ThreadRead() inside the thread instead of Read() | Max Kellermann | 1 | -1/+1 | |
Fixes deadlock bug in the "mms" plugin. | |||||
2014-10-11 | ThreadInputStream: add assertions | Max Kellermann | 1 | -0/+8 | |
2014-05-12 | ThreadInputStream: include cleanup | Max Kellermann | 1 | -1/+0 | |
2014-05-11 | InputStream: remove attribute "plugin" | Max Kellermann | 1 | -1/+1 | |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | 1 | -35/+6 | |
Replace InputPlugin attributes. | |||||
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -22/+9 | |
Replaces the method Close(). | |||||
2014-05-11 | input/plugins: make InputStream the base class | Max Kellermann | 1 | -15/+20 | |
Prepare for adding virtual methods. | |||||
2014-05-11 | InputStream: convert to class | Max Kellermann | 1 | -10/+9 | |
2014-03-16 | input/BufferedInputStream: new wrapper for moving plugin to thread | Max Kellermann | 1 | -0/+204 | |