aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_api.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-301-4/+5
| | | | | | | 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.
* new archive api, input_archive streamViliam Mateicka2008-12-161-0/+94