aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/ExcludeList.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-30update: apply .mpdignore matches to subdirectoriesAnthony DeRossi1-0/+6
Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729
2015-06-22db/update/ExcludeList: remove obsolete TODO commentsMax Kellermann1-2/+2
2015-06-22db/update/ExcludeList: move class Pattern to fs/Glob.hxxMax Kellermann1-3/+3
2015-03-25db/update/ExcludeList: use the NarrowPath classMax Kellermann1-1/+2
2015-02-25db/ExcludeList: use the TextFile class instead of stdio.hMax Kellermann1-17/+24
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-03-01db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann1-0/+10
Quick hack to allow using the database without GLib (for Android).
2014-02-17util/StringUtil: add function Strip()Max Kellermann1-2/+2
Replaces g_strstrip().
2014-01-30ExcludeList: move to db/update/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-2/+2
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
2013-10-02Log: new logging library APIMax Kellermann1-4/+10
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-05-06UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov1-3/+3
2013-02-02ExcludeList.cxx: use FOpenDenis Krjuchkov1-2/+2
2013-01-26Path: ToUTF() returns std::stringDenis Krjuchkov1-3/+3
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-5/+3
2013-01-17path: convert to C++Max Kellermann1-4/+1
2013-01-03ExcludeList: convert to a classMax Kellermann1-22/+8
2013-01-03exclude: convert to C++Max Kellermann1-3/+6
2013-01-03exclude: make variables more localMax Kellermann1-5/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-11-07exclude: use GPatternSpec instead of fnmatch()Max Kellermann1-5/+5
GLib's version of fnmatch() is more portable.
2009-10-16update: obey .mpdignore filesMax Kellermann1-0/+94