Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | archive: added a C header for each plugin | Max Kellermann | 2009-12-16 | 1 | -4/+3 |
| | | | | | Moved the archive plugin "extern" declarations into each plugin header. | ||||
* | archive/bz2: renamed archive sources and plugin variables | Max Kellermann | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | archive/iso: renamed plugin to "iso9660" | Max Kellermann | 2009-12-16 | 1 | -3/+3 |
| | | | | Based on libiso9660. | ||||
* | archive/zip: renamed plugin to "zzip" | Max Kellermann | 2009-12-15 | 1 | -3/+3 |
| | | | | This plugin is based on libzzip. | ||||
* | archive_api.h: moved struct archive_plugin to archive_plugin.h | Max Kellermann | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | archive_list: iterate with NULL check | Max Kellermann | 2009-12-15 | 1 | -12/+6 |
| | | | | Don't use num_archive_plugins. | ||||
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -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 Kellermann | 2009-11-06 | 1 | -1/+2 |
| | | | | | No CamelCase. Use bool instead of int. Make both arguments mandatory. | ||||
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -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 includes | Max Kellermann | 2009-01-08 | 1 | -4/+1 |
| | |||||
* | archiveapi: archive plugin for ISO files | Viliam Mateicka | 2008-12-16 | 1 | -0/+4 |
| | |||||
* | archiveapi: archive plugin for ZIP files | Viliam Mateicka | 2008-12-16 | 1 | -0/+4 |
| | |||||
* | archiveapi: archive plugin for BZ2 files | Viliam Mateicka | 2008-12-16 | 1 | -0/+8 |
| | |||||
* | new archive api, input_archive stream | Viliam Mateicka | 2008-12-16 | 1 | -0/+105 |