Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | *: add missing Compiler.h includes | Max Kellermann | 2014-08-30 | 1 | -0/+1 |
| | | | | Necessary for "final" on gcc 4.6. | ||||
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -3/+10 |
| | | | | | | | | 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/update/Service: allocate UpdateWalk dynamically | Max Kellermann | 2014-02-27 | 1 | -2/+4 |
| | |||||
* | db/update: cancel the update on shutdown | Max Kellermann | 2014-02-27 | 1 | -0/+8 |
| | |||||
* | storage: add abstract interface | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | | | | Prepare for the plugin interface. | ||||
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 1 | -0/+1 |
| | | | | Keep only a reference. | ||||
* | db/update/Service: use DatabaseListener instead of Instance | Max Kellermann | 2014-02-04 | 1 | -1/+5 |
| | | | | Don't use the global variable "instance". | ||||
* | db/update/Service: add SimpleDatabase reference | Max Kellermann | 2014-02-04 | 1 | -1/+5 |
| | | | | Don't use the global variables from the DatabaseSimple library. | ||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -0/+89 |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |