Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputPlugin: remove typedef offset_type | Max Kellermann | 2014-08-19 | 1 | -2/+0 |
| | | | | Has been moved to class InputStream long ago. | ||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -32/+0 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -1/+0 |
| | | | Replaces the method Close(). | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 1 | -1/+30 |
| | | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+91 |