Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -6/+21 |
| | |||||
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-12-15 | 1 | -41/+64 |
|\ | | | | | | | | | | | | | | | Conflicts: src/archive/bz2_plugin.c src/archive_api.h src/input/file_input_plugin.c test/run_input.c | ||||
| * | test/run_input: deinitialize everything after open() error | Max Kellermann | 2009-12-15 | 1 | -40/+50 |
| | | | | | | | | This enables valgrind debugging after an error occurred. | ||||
| * | test/run_input: initialize archive plugins | Max Kellermann | 2009-12-15 | 1 | -0/+15 |
| | | | | | | | | Enable archive plugin debugging. | ||||
* | | 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 |