Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-28 | Improve SQLite busy handling | Eelco Dolstra | 1 | -1/+5 | |
2017-01-27 | Periodically purge binary-cache.sqlite | Eelco Dolstra | 1 | -0/+1 | |
2016-08-10 | SQLite:: Add some convenience | Eelco Dolstra | 1 | -2/+8 | |
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | 1 | -0/+1 | |
This re-implements the binary cache database in C++, allowing it to be used by other Store backends, in particular the S3 backend. | |||||
2016-04-05 | Probably fix SQLITE_BUSY errors | Eelco Dolstra | 1 | -0/+2 | |
2016-03-30 | Improve the SQLite wrapper API | Eelco Dolstra | 1 | -19/+36 | |
In particular, this eliminates a bunch of boilerplate code. | |||||
2016-03-30 | Factour out SQLite handling | Eelco Dolstra | 1 | -0/+83 | |