aboutsummaryrefslogtreecommitdiff
path: root/src/input_archive.c
Commit message (Collapse)AuthorAge
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-30
| | | | | | | The open_stream() method opens the input_stream. This allows the archive plugin to do its own initialization, and it also allows it to use input_stream.data. We can remove input_stream.archive now, which was unnatural to have in the first place.
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-30
| | | | This way, plugins can manipulate the plugin pointer during open().
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
|
* new archive api, input_archive streamViliam Mateicka2008-12-16