| Commit message (Expand) | Author | Files | Lines |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -15/+14 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | archive: use reference counting for archive+input | Max Kellermann | 1 | -0/+11 |
2009-12-31 | input/archive: don't initialize input_stream.ready | Max Kellermann | 1 | -0/+1 |
2009-12-31 | archive/zzip: added struct zzip_input_stream | Max Kellermann | 1 | -19/+33 |
2009-12-31 | archive/zzip: set input_stream.{size,offset} | Max Kellermann | 1 | -3/+5 |
2009-12-16 | archive_plugin: use GError in the open() method | Max Kellermann | 1 | -2/+3 |
2009-12-16 | archive_plugin: wrap method calls | Max Kellermann | 1 | -1/+5 |
2009-12-16 | archive_plugin: pass const string to method open() | Max Kellermann | 1 | -1/+1 |
2009-12-16 | archive: added a C header for each plugin | Max Kellermann | 1 | -0/+1 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -6/+17 |
2009-12-15 | archive/zzip: removed the "zip_context" typedef | Max Kellermann | 1 | -11/+11 |
2009-12-15 | archive/zip: renamed plugin to "zzip" | Max Kellermann | 1 | -28/+28 |
2009-12-15 | iso, zip: fixed memory leak in destructor | Max Kellermann | 1 | -1/+2 |
2009-12-15 | archive: close archive when stream is closed | Max Kellermann | 1 | -0/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -1/+1 |
2009-05-04 | archive/zip: pass NULL instead of 0 to zzip_dir_open() | Max Kellermann | 1 | -2/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -1/+1 |
2009-01-30 | input_stream: make seek(), buffer() optional | Max Kellermann | 1 | -7/+0 |
2009-01-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 1 | -17/+11 |
2009-01-21 | archiveapi: adding seeking support in zip archives | Viliam Mateicka | 1 | -2/+8 |
2009-01-02 | archive: use GLib instead of utils.h | Max Kellermann | 1 | -2/+2 |
2008-12-29 | update: fixing empty filenames in archives | Viliam Mateicka | 1 | -1/+4 |
2008-12-16 | archiveapi: archive plugin for ZIP files | Viliam Mateicka | 1 | -0/+196 |