Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_plugin: method init() returns errors with GError | Max Kellermann | 2009-12-14 | 1 | -1/+7 |
| | | | | | Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it. | ||||
* | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+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. | ||||
* | test: added run_input test program | Max Kellermann | 2009-04-13 | 1 | -0/+114 |