aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/iso_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann1-15/+0
Make those two methods optional to implement, and let input_stream.c provide fallbacks. The buffer() method will be removed one day, and there is now only one implementation left (input_curl.c).
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-15/+8
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.
2009-01-02archive: use GLib instead of utils.hMax Kellermann1-2/+1
2008-12-16archiveapi: archive plugin for ISO filesViliam Mateicka1-0/+258