aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive (follow)
Commit message (Expand)AuthorAgeFilesLines
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-3/+3
* InputStream: remove attribute "plugin"Max Kellermann2014-05-113-30/+3
* InputStream: make various methods abstractMax Kellermann2014-05-113-74/+41
* InputStream: add virtual destructorMax Kellermann2014-05-113-36/+2
* input/plugins: make InputStream the base classMax Kellermann2014-05-113-46/+34
* InputStream: convert to classMax Kellermann2014-05-111-1/+1
* ArchivePlugin: pass Path to open()Max Kellermann2014-02-085-14/+21
* ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann2014-02-0811-20/+27
* Input*: move to input/Max Kellermann2014-01-243-6/+6
* archive/*: move to archive/plugins/Max Kellermann2014-01-2416-9/+529
* copyright year 2014Max Kellermann2014-01-136-6/+6
* InputStream: add static method OpenReady()Max Kellermann2013-12-291-1/+1
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-1/+1
* include cleanup using iwyuMax Kellermann2013-11-283-5/+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-233-28/+28
* InputInternal: remove obsolete libraryMax Kellermann2013-10-233-3/+0
* 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-193-9/+9
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-3/+3
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-173-6/+6
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-5/+4
* util/Error: new error passing libraryMax Kellermann2013-09-043-50/+49
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-303-87/+59
* archive/bzip2: create file only after stream has been openedMax Kellermann2013-01-301-24/+19
* archive/zzip: fix memory leakMax Kellermann2013-01-301-15/+12
* ArchiveFile: convert to a classMax Kellermann2013-01-293-38/+28
* refcount: convert to C++Max Kellermann2013-01-293-15/+12
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-293-87/+31
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-293-8/+8
* InputStream: add constructor/destructorMax Kellermann2013-01-283-12/+6
* input/iso9660: add constructor/destructorMax Kellermann2013-01-281-58/+61
* input/iso9660: rename the classesMax Kellermann2013-01-281-18/+18
* input/zzip: add constructor/destructorMax Kellermann2013-01-281-22/+31
* input/zzip: rename the classesMax Kellermann2013-01-281-15/+14
* 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-273-7/+6
* input_stream: forward-declare the structMax Kellermann2013-01-263-0/+3
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-253-6/+6
* archive/*: convert to C++Max Kellermann2013-01-246-91/+136
* db_lock, archive/bz2, ...: workaround for G_STATIC_MUTEX_INIT warningMax Kellermann2012-04-041-0/+5
* input_stream: non-blocking I/OMax Kellermann2011-09-163-8/+20