| Commit message (Expand) | Author | Files | Lines |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 1 | -1/+1 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 1 | -0/+3 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -15/+12 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | archive: use reference counting for archive+input | Max Kellermann | 1 | -1/+11 |
2009-12-31 | input/archive: don't initialize input_stream.ready | Max Kellermann | 1 | -0/+1 |
2009-12-31 | archive/iso9660: added struct iso9660_input_stream | Max Kellermann | 1 | -20/+32 |
2009-12-31 | archive/iso9660: set input_stream.{size,offset} | Max Kellermann | 1 | -8/+8 |
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-16 | archive/iso: renamed plugin to "iso9660" | Max Kellermann | 1 | -34/+44 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -6/+14 |
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-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 | -15/+0 |
2009-01-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 1 | -15/+8 |
2009-01-02 | archive: use GLib instead of utils.h | Max Kellermann | 1 | -2/+1 |
2008-12-16 | archiveapi: archive plugin for ISO files | Viliam Mateicka | 1 | -0/+258 |