Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -2/+2 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | 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 |