Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-31 | db/update/Archive: delete archive from database on error | Max Kellermann | 1 | -0/+2 | |
2014-01-31 | db/update/Editor: add locking method variants | Max Kellermann | 5 | -27/+36 | |
2014-01-31 | db/update: convert runtime check to assertion | Max Kellermann | 1 | -4/+1 | |
2014-01-30 | update/Walk: declare std::string at assignment | Max Kellermann | 1 | -4/+2 | |
Reduce overhead. | |||||
2014-01-30 | db/update: convert to OO API | Max Kellermann | 23 | -494/+468 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | |||||
2014-01-30 | ExcludeList: move to db/update/ | Max Kellermann | 2 | -0/+163 | |
2014-01-29 | InotifyUpdate: pass EventLoop to mpd_inotify_init() | Max Kellermann | 2 | -6/+8 | |
2014-01-29 | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 1 | -0/+1 | |
Decouple command/OtherCommands.cxx from the "simple" database plugin. | |||||
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 2 | -2/+2 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 29 | -0/+2660 | |