Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -5/+4 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | input/rewind: move code to class ProxyInputStream | Max Kellermann | 2014-05-21 | 1 | -59/+14 |
| | |||||
* | input/rewind: include cleanup | Max Kellermann | 2014-05-21 | 1 | -4/+2 |
| | |||||
* | input/rewind: work around assertion failure | Max Kellermann | 2014-05-21 | 1 | -1/+1 |
| | | | | Caused by commit 0b4fa41a | ||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -7/+7 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -8/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -86/+19 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -10/+1 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -37/+29 |
| | | | | Prepare for adding virtual methods. | ||||
* | input/rewind: convert to class | Max Kellermann | 2014-05-11 | 1 | -46/+89 |
| | |||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -10/+11 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+251 |