aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann16-16/+16
2014-12-22configure.ac: remove redundant declaration "HAVE_ISO9660"Max Kellermann1-1/+1
2014-12-09configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann1-1/+1
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann1-1/+1
2014-11-24archive/zzip: fix inverted error handlerMax Kellermann1-4/+5
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-1/+1
2014-10-02archive/bzip2: use OpenLocalInputStream()Max Kellermann1-2/+2
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann1-1/+1
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+3
2014-05-11InputStream: remove attribute "plugin"Max Kellermann3-30/+3
2014-05-11InputStream: make various methods abstractMax Kellermann3-74/+41
2014-05-11InputStream: add virtual destructorMax Kellermann3-36/+2
2014-05-11input/plugins: make InputStream the base classMax Kellermann3-46/+34
2014-05-11InputStream: convert to classMax Kellermann1-1/+1
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann5-14/+21
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann11-20/+27
2014-01-24Input*: move to input/Max Kellermann3-6/+6
2014-01-24archive/*: move to archive/plugins/Max Kellermann16-9/+529
2014-01-13copyright year 2014Max Kellermann6-6/+6
2013-12-29InputStream: add static method OpenReady()Max Kellermann1-1/+1
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann3-5/+0
2013-11-24archive/iso9660: remove pointless formulaMax Kellermann1-2/+0
2013-11-24archive/iso9660: use reference instead of pointerMax Kellermann1-6/+6
2013-11-24archive/iso9660: convert structs to classesMax Kellermann1-18/+35
2013-11-23archive/iso9660: simplify _read()Max Kellermann1-14/+15
2013-11-23archive/iso9660: eliminate useless assignmentsMax Kellermann1-4/+2
2013-10-23input_stream: rename struct to InputStreamMax Kellermann3-28/+28
2013-10-23InputInternal: remove obsolete libraryMax Kellermann3-3/+0
2013-10-21GetBaseUTF8Max Kellermann1-8/+8
2013-10-21archive/bz2: remove unused function bz2_quark()Max Kellermann1-6/+0
2013-10-19*: use nullptr instead of NULLMax Kellermann3-9/+9
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-3/+3
2013-10-17input_plugin: rename struct to "InputPlugin"Max Kellermann3-6/+6
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-5/+4
2013-09-04util/Error: new error passing libraryMax Kellermann3-50/+49
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann3-87/+59
2013-01-30archive/bzip2: create file only after stream has been openedMax Kellermann1-24/+19
2013-01-30archive/zzip: fix memory leakMax Kellermann1-15/+12
2013-01-29ArchiveFile: convert to a classMax Kellermann3-38/+28
2013-01-29refcount: convert to C++Max Kellermann3-15/+12
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann3-87/+31
2013-01-29ArchivePlugin: scan_next() returns const stringMax Kellermann3-8/+8
2013-01-28InputStream: add constructor/destructorMax Kellermann3-12/+6
2013-01-28input/iso9660: add constructor/destructorMax Kellermann1-58/+61
2013-01-28input/iso9660: rename the classesMax Kellermann1-18/+18
2013-01-28input/zzip: add constructor/destructorMax Kellermann1-22/+31
2013-01-28input/zzip: rename the classesMax Kellermann1-15/+14
2013-01-28input/bzip2: add constructor/destructorMax Kellermann1-37/+39