aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Open.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* input/Open: expose input_domainMax Kellermann2014-11-071-2/+1
|
* input/Open: use OpenLocalInputStream()Max Kellermann2014-10-021-0/+8
| | | | | | | 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/InputStream: move Open() to Open.cxxMax Kellermann2014-05-211-0/+71
Allow compiling test programs with only selected plugins.