aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Editor.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: use class boost::intrusive::listMax Kellermann2014-06-161-9/+8
| | | | Remove the C list_head library and use type-safe C++ instead.
* db/simple: create dedicated directoryMax Kellermann2014-02-261-2/+2
|
* db/update/Editor: add locking method variantsMax Kellermann2014-01-311-0/+16
|
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+104
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.