aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* utils: move string_array_contains() to string_util.cMax Kellermann2010-12-231-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* archive: added a C header for each pluginMax Kellermann2009-12-161-4/+3
| | | | | Moved the archive plugin "extern" declarations into each plugin header.
* archive/bz2: renamed archive sources and plugin variablesMax Kellermann2009-12-161-2/+2
|
* archive/iso: renamed plugin to "iso9660"Max Kellermann2009-12-161-3/+3
| | | | Based on libiso9660.
* archive/zip: renamed plugin to "zzip"Max Kellermann2009-12-151-3/+3
| | | | This plugin is based on libzzip.
* archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann2009-12-151-1/+1
|
* archive_list: iterate with NULL checkMax Kellermann2009-12-151-12/+6
| | | | Don't use num_archive_plugins.
* include config.h in all sourcesMax Kellermann2009-11-121-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.
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-1/+2
| | | | | No CamelCase. Use bool instead of int. Make both arguments mandatory.
* all: Update copyright header.Avuton Olrich2009-03-131-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.
* added missing explicit config.h includesMax Kellermann2009-01-081-4/+1
|
* archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-161-0/+4
|
* archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-161-0/+4
|
* archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-161-0/+8
|
* new archive api, input_archive streamViliam Mateicka2008-12-161-0/+105