aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchivePlugin.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-3/+0
| | | | Allows forward-declaration.
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+3
| | | | Replaces GLib's GError.
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-301-33/+0
|
* ArchiveFile: convert to a classMax Kellermann2013-01-291-9/+9
|
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-291-15/+4
| | | | Add the interface ArchiveVisitor.
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-291-2/+2
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-3/+5
|
* archive/*: convert to C++Max Kellermann2013-01-241-0/+107