aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | Set the Error when zzip_seek()==-1 and not on success. Fixes a crash after seeking.
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-1/+1
|/ / | | | | | | Simplify the definition of many build options.
* | archive/bzip2: use OpenLocalInputStream()Max Kellermann2014-10-021-2/+2
| |
* | InputPlugin: remove typedef offset_typeMax Kellermann2014-08-191-1/+1
| | | | | | | | Has been moved to class InputStream long ago.
* | InputStream: make Seek() always absoluteMax Kellermann2014-05-221-3/+3
| | | | | | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* | InputStream: remove attribute "plugin"Max Kellermann2014-05-113-30/+3
| |
* | InputStream: make various methods abstractMax Kellermann2014-05-113-74/+41
| | | | | | | | Replace InputPlugin attributes.
* | InputStream: add virtual destructorMax Kellermann2014-05-113-36/+2
| | | | | | Replaces the method Close().
* | input/plugins: make InputStream the base classMax Kellermann2014-05-113-46/+34
| | | | | | | | Prepare for adding virtual methods.
* | 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
| | | | | | | | Merge some duplicate code.
* | 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
| | | | Decouple some more from GLib.
* 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
| | | | Replaces GLib's GError.
* 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
| | | | Simplify error handling.
* 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
| | | | Add the interface ArchiveVisitor.
* ArchivePlugin: scan_next() returns const stringMax Kellermann2013-01-293-8/+8
|
* InputStream: add constructor/destructorMax Kellermann2013-01-283-12/+6
| | | | Eliminate input_stream_init() and input_stream_deinit().
* 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
|