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