aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann3-37/+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 Kellermann3-47/+27
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-21archiveapi: adding seeking support in zip archivesViliam Mateicka1-2/+8
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-02archive: use GLib instead of utils.hMax Kellermann3-5/+3
2008-12-29update: fixing empty filenames in archivesViliam Mateicka1-1/+4
2008-12-16archiveapi: archive plugin for ISO filesViliam Mateicka1-0/+258
2008-12-16archiveapi: archive plugin for ZIP filesViliam Mateicka1-0/+196
2008-12-16archiveapi: archive plugin for BZ2 filesViliam Mateicka1-0/+303