aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-032-4/+6
* Copyright year 2015Max Kellermann2015-01-0116-16/+16
* configure.ac: remove redundant declaration "HAVE_ISO9660"Max Kellermann2014-12-221-1/+1
* configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann2014-12-091-1/+1
* fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann2014-12-021-1/+1
* Merge tag 'v0.19.5'Max Kellermann2014-11-261-4/+5
|\
| * Merge tag 'v0.18.19' into v0.19.xMax Kellermann2014-11-261-4/+5
| |\
| | * archive/zzip: fix inverted error handlerMax Kellermann2014-11-241-4/+5
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-1/+1
|/ /
* | archive/bzip2: use OpenLocalInputStream()Max Kellermann2014-10-021-2/+2
* | InputPlugin: remove typedef offset_typeMax Kellermann2014-08-191-1/+1
* | 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