Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-03 | update copyright year | Max Kellermann | |
2016-09-09 | input/Plugin: migrate open() from class Error to C++ exceptions | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2016-02-21 | input: wrap InputStream in std::unique_ptr | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-10-02 | input/Open: use OpenLocalInputStream() | Max Kellermann | |
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. | |||
2014-10-02 | input/LocalOpen: new library for opening local files | Max Kellermann | |
Combines the "file" and the "archive" input plugins. |