aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Glob.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Glob: remove GLib implementationMax Kellermann2015-06-261-19/+0
| | | | | I suppose there is no non-WIN32 operating system that doesn't have fnmatch(). So let's remove the GLib implementation.
* fs/Glob: use PathMatchSpec() on WindowsMax Kellermann2015-06-221-2/+8
|
* fs/Glob: use fnmatch() if availableMax Kellermann2015-06-221-1/+21
|
* fs/Glob: make constructor "explicit"Max Kellermann2015-06-221-1/+1
|
* db/update/ExcludeList: move class Pattern to fs/Glob.hxxMax Kellermann2015-06-221-0/+61