Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-02 | Allow setting the state directory as a store parameter | Eelco Dolstra | 1 | -3/+14 | |
E.g. "local?store=/tmp/store&state=/tmp/var". | |||||
2016-05-04 | Add a copyStorePath() utility function | Eelco Dolstra | 1 | -0/+7 | |
2016-04-19 | Move path info caching from BinaryCacheStore to Store | Eelco Dolstra | 1 | -0/+6 | |
Caching path info is generally useful. For instance, it speeds up "nix path-info -rS /run/current-system" (i.e. showing the closure sizes of all paths in the closure of the current system) from 5.6s to 0.15s. This also eliminates some APIs like Store::queryDeriver() and Store::queryReferences(). | |||||
2016-03-15 | Fix Darwin build | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/33279996 | |||||
2016-02-23 | Move ref<t> into a separate header | Eelco Dolstra | 1 | -0/+67 | |