Age | Commit message (Expand) | Author | Files | Lines |
2017-05-08 | Minor cleanup | Eelco Dolstra | 1 | -11/+13 |
2017-05-01 | build-remote: Don't require signatures | Eelco Dolstra | 1 | -5/+13 |
2017-05-01 | Support arbitrary store URIs in nix.machines | Eelco Dolstra | 1 | -7/+4 |
2017-05-01 | Add a dummy Store::buildPaths() method | Eelco Dolstra | 1 | -0/+11 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -6/+3 |
2017-04-13 | Merge branch 'rework-options' of https://github.com/copumpkin/nix | Eelco Dolstra | 1 | -5/+4 |
2017-04-13 | Add a Config class to simplify adding configuration settings | Eelco Dolstra | 1 | -3/+6 |
2017-04-10 | Allow "auto" as a store URI | Eelco Dolstra | 1 | -1/+1 |
2017-04-06 | nix-daemon: Disable path info cache | Eelco Dolstra | 1 | -0/+1 |
2017-03-21 | Only use cache.nixos.org when the store is /nix/store | Eelco Dolstra | 1 | -1/+5 |
2017-03-21 | Restore cache.nixos.org as the default substituter | Eelco Dolstra | 1 | -4/+1 |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -23/+12 |
2017-03-16 | copyPaths(): Don't query path info for a path the target already has | Eelco Dolstra | 1 | -0/+1 |
2017-03-03 | build-remote: Don't use a SSH master | Eelco Dolstra | 1 | -0/+4 |
2017-02-22 | Explicitly model all settings and fail on unrecognized ones | Dan Peebles | 1 | -3/+3 |
2017-02-22 | RemoteStore::addToStore(): Pass content-addressability assertion | Eelco Dolstra | 1 | -0/+6 |
2017-02-07 | Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -2/+22 |
2017-02-07 | copyStorePath(): Don't require signatures for "trusted" stores | Eelco Dolstra | 1 | -0/+9 |
2017-02-07 | Provide default implementations for a couple of Store methods | Eelco Dolstra | 1 | -0/+13 |
2017-01-26 | exportReferencesGraph: Export more complete info in JSON format | Eelco Dolstra | 1 | -0/+59 |
2017-01-20 | nix-copy-closure: Implement in C++. | Shea Levy | 1 | -2/+22 |
2016-11-10 | build-remote: Implement in C++ | Shea Levy | 1 | -0/+33 |
2016-11-09 | copyClosure() / copyStorePath(): Expose dontCheckSigs | Eelco Dolstra | 1 | -4/+4 |
2016-11-09 | Merge branch 'ssh-store' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -23/+24 |
2016-10-21 | BinaryCacheStore: Optionally write a NAR listing | Eelco Dolstra | 1 | -1/+1 |
2016-10-07 | Store::queryValidPaths(): Use async queryPathInfo() | Eelco Dolstra | 1 | -4/+39 |
2016-10-07 | Implement generic Store::queryValidPaths() | Eelco Dolstra | 1 | -0/+11 |
2016-10-07 | Add copyClosure utility function for Hydra | Eelco Dolstra | 1 | -0/+24 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -1/+1 |
2016-09-16 | Make computeFSClosure() single-threaded again | Eelco Dolstra | 1 | -34/+64 |
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 | -18/+25 |
2016-09-02 | Merge openStore and openStoreAt with default arguments | Shea Levy | 1 | -8/+2 |
2016-08-10 | Mark content-addressed paths in the Nix database and in .narinfo | Eelco Dolstra | 1 | -12/+48 |
2016-07-26 | makeFixedOutputPath(): Drop superfluous HashType argument | Eelco Dolstra | 1 | -6/+5 |
2016-06-20 | Re-implement negative binary cache lookup caching | Eelco Dolstra | 1 | -3/+7 |
2016-06-02 | Allow setting the state directory as a store parameter | Eelco Dolstra | 1 | -2/+3 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -33/+38 |
2016-05-30 | Fix repair during substitution | Eelco Dolstra | 1 | -2/+2 |
2016-05-04 | Add a Store::addToStore() variant that accepts a NAR | Eelco Dolstra | 1 | -13/+2 |
2016-05-04 | Remove OpenSSL-based signing | Eelco Dolstra | 1 | -5/+4 |
2016-05-04 | Add a copyStorePath() utility function | Eelco Dolstra | 1 | -0/+13 |
2016-04-29 | Allow parameters in store URIs | Eelco Dolstra | 1 | -3/+18 |
2016-04-29 | Eliminate the substituter mechanism | Eelco Dolstra | 1 | -0/+35 |
2016-04-21 | Fix test failures | Eelco Dolstra | 1 | -0/+1 |
2016-04-21 | Implement S3BinaryCacheStore::queryAllValidPaths() | Eelco Dolstra | 1 | -11/+23 |
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | 1 | -2/+48 |
2016-04-19 | Move path info caching from BinaryCacheStore to Store | Eelco Dolstra | 1 | -9/+53 |
2016-04-07 | nix verify-paths: Add ‘--sigs-needed <N>’ flag | Eelco Dolstra | 1 | -1/+7 |
2016-04-05 | Add "nix sign-paths" command | Eelco Dolstra | 1 | -0/+3 |