aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/plugins/ZzipArchivePlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputPlugin: remove typedef offset_typeMax Kellermann2014-08-191-1/+1
| | | | Has been moved to class InputStream long ago.
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-3/+3
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-10/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-27/+16
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-14/+11
| | | | Prepare for adding virtual methods.
* ArchivePlugin: pass Path to open()Max Kellermann2014-02-081-3/+4
|
* ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann2014-02-081-1/+1
|
* Input*: move to input/Max Kellermann2014-01-241-2/+2
|
* archive/*: move to archive/plugins/Max Kellermann2014-01-241-0/+223