aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/Iso9660ArchivePlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* archive/iso9660: remove pointless formulaMax Kellermann2013-11-241-2/+0
|
* archive/iso9660: use reference instead of pointerMax Kellermann2013-11-241-6/+6
|
* archive/iso9660: convert structs to classesMax Kellermann2013-11-241-18/+35
|
* archive/iso9660: simplify _read()Max Kellermann2013-11-231-14/+15
|
* archive/iso9660: eliminate useless assignmentsMax Kellermann2013-11-231-4/+2
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-8/+8
|
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-3/+3
|
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+2
|
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-16/+15
| | | | Replaces GLib's GError.
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-301-28/+20
|
* ArchiveFile: convert to a classMax Kellermann2013-01-291-13/+9
|
* refcount: convert to C++Max Kellermann2013-01-291-5/+4
|
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-291-35/+10
| | | | Add the interface ArchiveVisitor.
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-291-3/+3
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-4/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* input/iso9660: add constructor/destructorMax Kellermann2013-01-281-58/+61
|
* input/iso9660: rename the classesMax Kellermann2013-01-281-18/+18
|
* 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/+302