aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann6-6/+6
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann1-1/+1
2014-10-02archive/bzip2: use OpenLocalInputStream()Max Kellermann1-2/+2
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann1-1/+1
Has been moved to class InputStream long ago.
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+3
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
2014-05-11InputStream: remove attribute "plugin"Max Kellermann3-30/+3
2014-05-11InputStream: make various methods abstractMax Kellermann3-74/+41
Replace InputPlugin attributes.
2014-05-11InputStream: add virtual destructorMax Kellermann3-36/+2
Replaces the method Close().
2014-05-11input/plugins: make InputStream the base classMax Kellermann3-46/+34
Prepare for adding virtual methods.
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann3-10/+15
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann6-6/+12
2014-01-24Input*: move to input/Max Kellermann3-6/+6
2014-01-24archive/*: move to archive/plugins/Max Kellermann6-0/+865