Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | 1 | -0/+5 | |
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/+5 | |
2016-04-04 | throwSQLiteError(): Check for SIGINT so we don't loop forever | Eelco Dolstra | 1 | -0/+1 | |
2016-03-30 | Improve the SQLite wrapper API | Eelco Dolstra | 1 | -29/+51 | |
In particular, this eliminates a bunch of boilerplate code. | |||||
2016-03-30 | Factour out SQLite handling | Eelco Dolstra | 1 | -0/+139 | |