summaryrefslogtreecommitdiff
path: root/src/input/LocalOpen.cxx
AgeCommit message (Collapse)Author
2017-01-03update copyright yearMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-02input/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-02input/LocalOpen: new library for opening local filesMax Kellermann
Combines the "file" and the "archive" input plugins.