Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | db/lazy, input/mms: add "override" keywords | Max Kellermann | 2014-12-26 | 1 | -1/+1 |
| | | | | Fixes -Winconsistent-missing-override (clang 3.6). | ||||
* | input/mms: limit the mmsx_read() size | Max Kellermann | 2014-12-23 | 1 | -0/+7 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -9/+3 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -1/+0 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -4/+4 |
| | | | | Prepare for adding virtual methods. | ||||
* | input/mms: move blocking I/O to thread | Max Kellermann | 2014-03-16 | 1 | -60/+50 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+127 |