aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/ZzipArchivePlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-3/+3
| | | | Decouple some more from GLib.
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-19/+15
| | | | Replaces GLib's GError.
* 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
| | | | Add the interface ArchiveVisitor.
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-291-3/+3
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-5/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* 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
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* archive/*: convert to C++Max Kellermann2013-01-241-0/+262