aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_list.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-16archive: added a C header for each pluginMax Kellermann1-4/+3
Moved the archive plugin "extern" declarations into each plugin header.
2009-12-16archive/bz2: renamed archive sources and plugin variablesMax Kellermann1-2/+2
2009-12-16archive/iso: renamed plugin to "iso9660"Max Kellermann1-3/+3
Based on libiso9660.
2009-12-15archive/zip: renamed plugin to "zzip"Max Kellermann1-3/+3
This plugin is based on libzzip.
2009-12-15archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann1-1/+1
2009-12-15archive_list: iterate with NULL checkMax Kellermann1-12/+6
Don't use num_archive_plugins.
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-1/+2
No CamelCase. Use bool instead of int. Make both arguments mandatory.
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
2009-01-08added missing explicit config.h includesMax Kellermann1-4/+1
2008-12-16archiveapi: archive plugin for ISO filesViliam Mateicka1-0/+4
2008-12-16archiveapi: archive plugin for ZIP filesViliam Mateicka1-0/+4
2008-12-16archiveapi: archive plugin for BZ2 filesViliam Mateicka1-0/+8
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+105