Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -8/+93 |
| | | | | | | | | A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option. | ||||
* | db/simple: GetRoot() returns reference | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | db/update/Service: allocate UpdateWalk dynamically | Max Kellermann | 2014-02-27 | 1 | -7/+21 |
| | |||||
* | db/update: cancel the update on shutdown | Max Kellermann | 2014-02-27 | 1 | -0/+19 |
| | |||||
* | db/UpdateGlue: rename to Service.cxx | Max Kellermann | 2014-02-27 | 1 | -0/+140 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -0/+21 |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |