Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | archive: replaced setup_stream() with open_stream() | Max Kellermann | 2009-01-30 | 1 | -4/+5 |
| | | | | | | | 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. | ||||
* | new archive api, input_archive stream | Viliam Mateicka | 2008-12-16 | 1 | -0/+94 |