Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-30 | input_stream: make seek(), buffer() optional | Max Kellermann | 3 | -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-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 3 | -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-21 | archiveapi: adding seeking support in zip archives | Viliam Mateicka | 1 | -2/+8 | |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 | |
2009-01-02 | archive: use GLib instead of utils.h | Max Kellermann | 3 | -5/+3 | |
2008-12-29 | update: fixing empty filenames in archives | Viliam Mateicka | 1 | -1/+4 | |
2008-12-16 | archiveapi: archive plugin for ISO files | Viliam Mateicka | 1 | -0/+258 | |
2008-12-16 | archiveapi: archive plugin for ZIP files | Viliam Mateicka | 1 | -0/+196 | |
2008-12-16 | archiveapi: archive plugin for BZ2 files | Viliam Mateicka | 1 | -0/+303 | |