aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/archive_input_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/archive: close the archive file on errorMax Kellermann2009-12-151-0/+1
| | | | Fixed memory leak in error handler.
* 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.
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-021-0/+1
| | | | | Allow input plugins to configure with an "input" block in mpd.conf. Also allow the user to disable a plugin completely.
* input: moved plugins to ./src/input/Max Kellermann2009-03-021-0/+77
Create a sub directory for input plugins.