aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchiveLookup.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24archive/*: move to archive/plugins/Max Kellermann1-103/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-17ArchiveLookup: in-place editing, avoid string copyMax Kellermann1-29/+24
2013-10-17ArchiveLookup: declare local variables laterMax Kellermann1-5/+4
2013-10-17ArchiveLookup: don't reset out argumentsMax Kellermann1-4/+0
If we return false, their values are undefined.
2013-10-17ArchiveLookup: move code to FindSlash()Max Kellermann1-7/+18
2013-10-17ArchiveLookup: move code to FindSuffix()Max Kellermann1-8/+13
2013-10-17ArchiveLookup: return const stringsMax Kellermann1-1/+3
2013-10-17ArchiveLookup: move API documentation to headerMax Kellermann1-18/+0
2013-10-15Archive*: move archive_domain to ArchiveDomain.cxxMax Kellermann1-3/+1
Merge duplicate symbol.
2013-10-02Log: new logging library APIMax Kellermann1-5/+10
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-01-24archive/*: convert to C++Max Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-11added missing config.h includes for extended LFS supportMax Kellermann1-2/+3
All sources which might work with large files must include config.h, to get Large File Support on 32 bit platforms.
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
2009-01-02archive: use GLib instead of utils.hMax Kellermann1-1/+0
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+111