Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/Open: use OpenLocalInputStream() | Max Kellermann | 2014-10-02 | 1 | -16/+5 |
| | | | | | | | Make the "open" method of plugins "file" and "archive" dummy methods that always fail. Instead, let InputStream::Open() hard-code access to these two plugins by using OpenLocalInputStream(). This allows simplifyin the algorithm for falling back to probing archive plugins. | ||||
* | input/archive: export function OpenArchiveInputStream() | Max Kellermann | 2014-10-02 | 1 | -16/+24 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -7/+0 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -1/+0 |
| | | | Replaces the method Close(). | ||||
* | ArchivePlugin: pass Path to open() | Max Kellermann | 2014-02-08 | 1 | -1/+2 |
| | |||||
* | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+99 |