Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/update/Service: initialize "progress" and "update_task_id" | Max Kellermann | 2014-02-04 | 1 | -1/+3 |
| | | | | | Database update was randomly broken due to these uninitialized variables. | ||||
* | db/update/Service: add SimpleDatabase reference | Max Kellermann | 2014-02-04 | 1 | -7/+6 |
| | | | | Don't use the global variables from the DatabaseSimple library. | ||||
* | db/update/Walk: add Directory reference parameter | Max Kellermann | 2014-02-04 | 1 | -1/+2 |
| | | | | Remove dependency on the DatabaseSimple library. | ||||
* | db/update: convert runtime check to assertion | Max Kellermann | 2014-01-31 | 1 | -4/+1 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -54/+28 |
| | | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -0/+181 |