aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/ZzipArchivePlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* archive/*: move to archive/plugins/Max Kellermann2014-01-241-223/+0
* copyright year 2014Max Kellermann2014-01-131-1/+1
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-9/+9
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-3/+3
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-19/+15
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-301-30/+16
* archive/zzip: fix memory leakMax Kellermann2013-01-301-15/+12
* ArchiveFile: convert to a classMax Kellermann2013-01-291-12/+9
* refcount: convert to C++Max Kellermann2013-01-291-5/+4
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-291-34/+17
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-291-3/+3
* InputStream: add constructor/destructorMax Kellermann2013-01-281-5/+2
* input/zzip: add constructor/destructorMax Kellermann2013-01-281-22/+31
* input/zzip: rename the classesMax Kellermann2013-01-281-15/+14
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-1/+1
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
* archive/*: convert to C++Max Kellermann2013-01-241-0/+262