Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: add ReadFull method | Thomas Guillem | 2015-06-22 | 1 | -0/+19 |
* | *: doxygen fixups | Max Kellermann | 2015-03-17 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | 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 |
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -7/+7 |
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -2/+56 |
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+301 |