aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/archive_input_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-10/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31archive: use reference counting for archive+inputMax Kellermann1-4/+1
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann1-2/+0
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-1/+1
2009-12-16input/archive: check for archive_file_open() errorsMax Kellermann1-0/+2
2009-12-16archive_plugin: wrap method callsMax Kellermann1-3/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann1-4/+5
2009-12-15input/archive: use g_path_is_absolute()Max Kellermann1-1/+1
2009-12-15input/archive: close the archive file on errorMax Kellermann1-0/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann1-0/+1
2009-03-02input: moved plugins to ./src/input/Max Kellermann1-1/+1
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-1/+1
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-81/+4
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann1-0/+1
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+0
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+154