aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Service.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/update: cancel the update on shutdownMax Kellermann2014-02-271-0/+8
|
* storage: add abstract interfaceMax Kellermann2014-02-051-1/+1
| | | | Prepare for the plugin interface.
* db/UpdateWalk: move LocalStorage to InstanceMax Kellermann2014-02-051-0/+1
| | | | Keep only a reference.
* db/update/Service: use DatabaseListener instead of InstanceMax Kellermann2014-02-041-1/+5
| | | | Don't use the global variable "instance".
* db/update/Service: add SimpleDatabase referenceMax Kellermann2014-02-041-1/+5
| | | | Don't use the global variables from the DatabaseSimple library.
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+89
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.