Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | InputStream: add method ClearMimeType() | Max Kellermann | 2014-11-02 | 1 | -0/+4 |
| | |||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -1/+2 |
| | | | | Reduce header dependencies. | ||||
* | InputStream: make offset_type unsigned | Max Kellermann | 2014-08-19 | 1 | -4/+1 |
| | |||||
* | InputStream: allow GetSize() only if KnownSize() | Max Kellermann | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | InputStream: add constant UNKNOWN_SIZE | Max Kellermann | 2014-08-19 | 1 | -3/+5 |
| | |||||
* | InputStream: use KnownSize() in assertion | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -6/+10 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -1/+17 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -13/+2 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -7/+7 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -7/+7 |
| | | | Replaces the method Close(). | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -2/+56 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+301 |