aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/zip_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-15archive/zip: renamed plugin to "zzip"Max Kellermann1-197/+0
2009-12-15iso, zip: fixed memory leak in destructorMax Kellermann1-1/+2
2009-12-15archive: close archive when stream is closedMax Kellermann1-0/+2
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-1/+1
2009-05-04archive/zip: pass NULL instead of 0 to zzip_dir_open()Max Kellermann1-2/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-1/+1
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann1-7/+0
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-17/+11
2009-01-21archiveapi: adding seeking support in zip archivesViliam Mateicka1-2/+8
2009-01-02archive: use GLib instead of utils.hMax Kellermann1-2/+2
2008-12-29update: fixing empty filenames in archivesViliam Mateicka1-1/+4
2008-12-16archiveapi: archive plugin for ZIP filesViliam Mateicka1-0/+196