aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/LocalOpen.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/Open: use OpenLocalInputStream()Max Kellermann2014-10-021-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 filesMax Kellermann2014-10-021-0/+48
Combines the "file" and the "archive" input plugins.