aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchivePlugin.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-4/+4
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann1-3/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-3/+3
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann1-33/+0
2013-01-29ArchiveFile: convert to a classMax Kellermann1-9/+9
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann1-15/+4
2013-01-29ArchivePlugin: scan_next() returns const stringMax Kellermann1-2/+2
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-3/+5
2013-01-24archive/*: convert to C++Max Kellermann1-5/+3
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+4
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-4/+5
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31archive: use reference counting for archive+inputMax Kellermann1-3/+0
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-2/+3
2009-12-16archive_plugin: wrap method callsMax Kellermann1-1/+16
2009-12-16archive_plugin: pass const string to method open()Max Kellermann1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-1/+5
2009-12-15archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann1-13/+3
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-4/+5
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+94