Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | input/Stream: remove attribute "cond", replace with handler interface | Max Kellermann | |
This adds a bit of overhead, but also adds flexibility to the API, because arbitrary triggers may be invoked from that virtual method implementation, not just Cond::signal(). The motivation for this is to make the handlers more dynamic, for the upcoming buffering class utilizing ProxyInputStream. | |||
2018-01-20 | input/{file,archive}: remove the dummy InputPlugin instances | Max Kellermann | |
These have no use, exception for creating an artificial dependency from input_plugins[] to all archive plugins. | |||
2017-12-27 | archive/Plugin: return std::unique_ptr<ArchiveFile> | Max Kellermann | |
2017-12-26 | archive/File, input/Plugin: return InputStreamPtr | Max Kellermann | |
2017-12-22 | archive/File: eliminate Close(), make destructor virtual instead | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-09-09 | archive/Plugin: migrate open() from class Error to C++ exceptions | Max Kellermann | |
2016-09-09 | input/Plugin: migrate open() from class Error to C++ exceptions | Max Kellermann | |
2016-09-09 | input/archive: use AtScopeExit() for exception-safety | Max Kellermann | |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | 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/archive: export function OpenArchiveInputStream() | Max Kellermann | |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | |
Replace InputPlugin attributes. | |||
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | |
Replaces the method Close(). | |||
2014-02-08 | ArchivePlugin: pass Path to open() | Max Kellermann | |
2014-02-08 | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | |
2014-01-24 | Input*: move to input/ | Max Kellermann | |