Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 6 | -6/+6 |
| | |||||
* | fs/Path: add methods GetBase() and GetDirectoryName() | Max Kellermann | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Merge tag 'v0.18.19' into v0.19.x | Max Kellermann | 2014-11-26 | 1 | -4/+5 |
| | |||||
* | archive/bzip2: use OpenLocalInputStream() | Max Kellermann | 2014-10-02 | 1 | -2/+2 |
| | |||||
* | InputPlugin: remove typedef offset_type | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | | | | Has been moved to class InputStream long ago. | ||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -3/+3 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 3 | -30/+3 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 3 | -74/+41 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 3 | -36/+2 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 3 | -46/+34 |
| | | | | Prepare for adding virtual methods. | ||||
* | ArchivePlugin: pass Path to open() | Max Kellermann | 2014-02-08 | 3 | -10/+15 |
| | |||||
* | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | 2014-02-08 | 6 | -6/+12 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 3 | -6/+6 |
| | |||||
* | archive/*: move to archive/plugins/ | Max Kellermann | 2014-01-24 | 6 | -0/+865 |