Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/Open: use OpenLocalInputStream() | Max Kellermann | 2014-10-02 | 1 | -2/+13 |
| | | | | | | | 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/LocalOpen: new library for opening local files | Max Kellermann | 2014-10-02 | 1 | -0/+48 |
Combines the "file" and the "archive" input plugins. |