Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | formatting and a few minor changes | Ben Burdette | |
2020-05-11 | fixes to merged code | Ben Burdette | |
2020-04-28 | Error classname as name | Ben Burdette | |
2020-03-24 | Misc changes from the flakes branch | Eelco Dolstra | |
2019-12-17 | Add priority setting to stores | Eelco Dolstra | |
This allows overriding the priority of substituters, e.g. $ nix-store --store ~/my-nix/ -r /nix/store/df3m4da96d84ljzxx4mygfshm1p0r2n3-geeqie-1.4 \ --substituters 'http://cache.nixos.org?priority=100 daemon?priority=10' Fixes #3264. | |||
2018-03-14 | Use boost::format from the boost package | Eelco Dolstra | |
Note that this only requires headers from boost so it doesn't add a runtime dependency. Also, use Nixpkgs 18.03. | |||
2017-02-28 | Improve SQLite busy handling | Eelco Dolstra | |
2017-01-27 | Periodically purge binary-cache.sqlite | Eelco Dolstra | |
2016-08-10 | SQLite:: Add some convenience | Eelco Dolstra | |
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | |
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 | |
2016-03-30 | Improve the SQLite wrapper API | Eelco Dolstra | |
In particular, this eliminates a bunch of boilerplate code. | |||
2016-03-30 | Factour out SQLite handling | Eelco Dolstra | |