aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/Bzip2ArchivePlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GetBaseUTF8Max Kellermann2013-10-211-8/+8
|
* archive/bz2: remove unused function bz2_quark()Max Kellermann2013-10-211-6/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-2/+2
|
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+2
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-5/+4
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-15/+19
| | | | Replaces GLib's GError.
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-301-29/+23
|
* archive/bzip2: create file only after stream has been openedMax Kellermann2013-01-301-24/+19
| | | | Simplify error handling.
* ArchiveFile: convert to a classMax Kellermann2013-01-291-13/+10
|
* refcount: convert to C++Max Kellermann2013-01-291-5/+4
|
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-291-18/+4
| | | | Add the interface ArchiveVisitor.
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-291-2/+2
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-3/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* input/bzip2: add constructor/destructorMax Kellermann2013-01-281-37/+39
|
* archive/bzip2: rename the classesMax Kellermann2013-01-281-16/+16
|
* DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaroundMax Kellermann2013-01-281-5/+0
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-5/+4
|
* 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/+331