aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Service.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: GetRoot() returns referenceMax Kellermann2014-02-271-1/+1
|
* db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann2014-02-271-7/+21
|
* db/update: cancel the update on shutdownMax Kellermann2014-02-271-0/+19
|
* db/UpdateGlue: rename to Service.cxxMax Kellermann2014-02-271-0/+140
|
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+21
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.