Age | Commit message (Expand) | Author | Files | Lines |
2017-10-23 | Turn $NIX_REMOTE into a configuration option | Eelco Dolstra | 1 | -2/+3 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -1/+1 |
2017-07-14 | nix path-info: Show download sizes for binary cache stores | Eelco Dolstra | 1 | -1/+1 |
2017-07-14 | nix path-info: Don't barf on invalid paths | Eelco Dolstra | 1 | -1/+3 |
2017-07-04 | Sort substituters by priority | Eelco Dolstra | 1 | -0/+5 |
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -11/+27 |
2017-05-11 | Change the meaning of info.ultimate | Eelco Dolstra | 1 | -3/+2 |
2017-05-02 | build-remote: Fix fallback to other machines when connecting fails | Eelco Dolstra | 1 | -0/+4 |
2017-05-01 | build-remote: Don't require signatures | Eelco Dolstra | 1 | -5/+2 |
2017-05-01 | Support arbitrary store URIs in nix.machines | Eelco Dolstra | 1 | -6/+17 |
2017-05-01 | Add a dummy Store::buildPaths() method | Eelco Dolstra | 1 | -7/+13 |
2017-04-13 | Add a Config class to simplify adding configuration settings | Eelco Dolstra | 1 | -5/+20 |
2017-04-10 | Minor cleanup | Eelco Dolstra | 1 | -6/+1 |
2017-04-06 | Implement RemoteStore::queryMissing() | Eelco Dolstra | 1 | -1/+1 |
2017-04-06 | Add a method to allow hydra-queue-runner to flush the path info cache | Eelco Dolstra | 1 | -5/+7 |
2017-04-06 | nix-daemon: Disable path info cache | Eelco Dolstra | 1 | -1/+6 |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -3/+5 |
2017-03-16 | LegacySSHStore: Provide a faster implementation of computeFSClosure() | Eelco Dolstra | 1 | -1/+1 |
2017-03-15 | Store: Add a method for getting build logs | Eelco Dolstra | 1 | -0/+8 |
2017-03-03 | build-remote: Don't use a SSH master | Eelco Dolstra | 1 | -0/+2 |
2017-02-22 | RemoteStore::addToStore(): Pass content-addressability assertion | Eelco Dolstra | 1 | -1/+6 |
2017-02-07 | Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -1/+1 |
2017-02-07 | copyStorePath(): Don't require signatures for "trusted" stores | Eelco Dolstra | 1 | -0/+4 |
2017-02-07 | Provide default implementations for a couple of Store methods | Eelco Dolstra | 1 | -7/+7 |
2017-01-26 | exportReferencesGraph: Export more complete info in JSON format | Eelco Dolstra | 1 | -0/+14 |
2017-01-20 | nix-copy-closure: Implement in C++. | Shea Levy | 1 | -1/+1 |
2017-01-19 | Merge pull request #981 from shlevy/build-remote-c++ | Eelco Dolstra | 1 | -0/+2 |
2016-12-07 | Keep track of the exact build start/stop times | Eelco Dolstra | 1 | -1/+3 |
2016-12-07 | Add an option to make non-determinism non-fatal | Eelco Dolstra | 1 | -0/+11 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -19/+19 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -19/+19 |
2016-11-10 | Store::computeFSClosure(): Support a set of paths | Eelco Dolstra | 1 | -3/+7 |
2016-11-10 | build-remote: Implement in C++ | Shea Levy | 1 | -0/+2 |
2016-11-09 | copyClosure() / copyStorePath(): Expose dontCheckSigs | Eelco Dolstra | 1 | -2/+2 |
2016-11-09 | Merge branch 'ssh-store' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -4/+10 |
2016-10-26 | Restore the CachedFailure status code | Eelco Dolstra | 1 | -0/+4 |
2016-10-21 | Remove addPathToAccessor | Eelco Dolstra | 1 | -12/+2 |
2016-10-21 | BinaryCacheStore: Optionally write a NAR listing | Eelco Dolstra | 1 | -1/+1 |
2016-10-07 | Implement generic Store::queryValidPaths() | Eelco Dolstra | 1 | -1/+1 |
2016-10-07 | Add copyClosure utility function for Hydra | Eelco Dolstra | 1 | -0/+5 |
2016-10-07 | importPaths(): Fix accessor support for Hydra | Eelco Dolstra | 1 | -0/+11 |
2016-09-16 | Make computeFSClosure() single-threaded again | Eelco Dolstra | 1 | -1/+8 |
2016-09-02 | Factor out the unix domain socket-specific code from RemoteStore | Shea Levy | 1 | -1/+1 |
2016-09-02 | Factor a function to get the store type from a URI out of the main RegisterSt... | Shea Levy | 1 | -0/+10 |
2016-09-02 | Merge openStore and openStoreAt with default arguments | Shea Levy | 1 | -5/+1 |
2016-08-10 | Mark content-addressed paths in the Nix database and in .narinfo | Eelco Dolstra | 1 | -18/+55 |
2016-08-10 | Add a "root" parameter to local stores | Eelco Dolstra | 1 | -0/+2 |
2016-07-26 | makeFixedOutputPath(): Drop superfluous HashType argument | Eelco Dolstra | 1 | -1/+1 |
2016-06-03 | Support sandbox builds by non-root users | Eelco Dolstra | 1 | -0/+5 |
2016-06-02 | Make derivationFromPath work on diverted stores | Eelco Dolstra | 1 | -0/+2 |