Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -1/+1 | |
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | 1 | -4/+0 | |
This re-implements the binary cache database in C++, allowing it to be used by other Store backends, in particular the S3 backend. | |||||
2016-03-24 | Move signature support from NarInfo to ValidPathInfo | Eelco Dolstra | 1 | -14/+0 | |
2016-03-21 | Move signatures from NarInfo to ValidPathInfo | Eelco Dolstra | 1 | -4/+3 | |
This allows queryPathInfo() to return signatures. | |||||
2016-02-16 | Add C++ functions for .narinfo processing / signing | Eelco Dolstra | 1 | -0/+43 | |
This is currently only used by the Hydra queue runner rework, but like eff5021eaa6dc69f65ea1a8abe8f3ab11ef5eb0a it presumably will be useful for the C++ rewrite of nix-push and download-from-binary-cache. (@shlevy) |