aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/InotifyUpdate.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-281-8/+7
| | | | Replaces StatFile(), with a portable data object.
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* InotifyUpdate: use class Storage instead of Mapper.cxxMax Kellermann2014-02-071-3/+4
|
* InotifyUpdate: use the root name instead of mapper_get_music_directory_fs()Max Kellermann2014-02-071-1/+1
| | | | | The root WatchDirectory instance already contains the music directory, and we don't need to fetch it again.
* InotifyUpdate: move functions into the WatchDirectory classMax Kellermann2014-02-071-13/+18
|
* db/update: convert to OO APIMax Kellermann2014-01-301-2/+2
| | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
* InotifyUpdate: pass EventLoop to mpd_inotify_init()Max Kellermann2014-01-291-4/+3
|
* Database*: move to db/Max Kellermann2014-01-241-0/+339