Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-30 | update: apply .mpdignore matches to subdirectories | Anthony DeRossi | 1 | -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-22 | db/update/ExcludeList: remove obsolete TODO comments | Max Kellermann | 1 | -2/+2 | |
2015-06-22 | db/update/ExcludeList: move class Pattern to fs/Glob.hxx | Max Kellermann | 1 | -3/+3 | |
2015-03-25 | db/update/ExcludeList: use the NarrowPath class | Max Kellermann | 1 | -1/+2 | |
2015-02-25 | db/ExcludeList: use the TextFile class instead of stdio.h | Max Kellermann | 1 | -17/+24 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-03-01 | db/update/ExcludeList: make no-op if GLib is disabled | Max Kellermann | 1 | -0/+10 | |
Quick hack to allow using the database without GLib (for Android). | |||||
2014-02-17 | util/StringUtil: add function Strip() | Max Kellermann | 1 | -2/+2 | |
Replaces g_strstrip(). | |||||
2014-01-30 | ExcludeList: move to db/update/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -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-02 | Log: new logging library API | Max Kellermann | 1 | -4/+10 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-05-06 | UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 | Denis Krjuchkov | 1 | -3/+3 | |
2013-02-02 | ExcludeList.cxx: use FOpen | Denis Krjuchkov | 1 | -2/+2 | |
2013-01-26 | Path: ToUTF() returns std::string | Denis Krjuchkov | 1 | -3/+3 | |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -1/+1 | |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 1 | -5/+3 | |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-03 | ExcludeList: convert to a class | Max Kellermann | 1 | -22/+8 | |
2013-01-03 | exclude: convert to C++ | Max Kellermann | 1 | -3/+6 | |
2013-01-03 | exclude: make variables more local | Max Kellermann | 1 | -5/+3 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -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-07 | exclude: use GPatternSpec instead of fnmatch() | Max Kellermann | 1 | -5/+5 | |
GLib's version of fnmatch() is more portable. | |||||
2009-10-16 | update: obey .mpdignore files | Max Kellermann | 1 | -0/+94 | |