Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 1 | -77/+0 | |
Create a sub directory for input plugins. | |||||
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -1/+1 | |
Start to separate private from public input_stream API. | |||||
2009-01-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 1 | -81/+4 | |
The open_stream() method opens the input_stream. This allows the archive plugin to do its own initialization, and it also allows it to use input_stream.data. We can remove input_stream.archive now, which was unnatural to have in the first place. | |||||
2009-01-30 | input_stream: let the implementation assign is->plugin | Max Kellermann | 1 | -0/+1 | |
This way, plugins can manipulate the plugin pointer during open(). | |||||
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -1/+0 | |
2008-12-16 | new archive api, input_archive stream | Viliam Mateicka | 1 | -0/+154 | |