Age | Commit message (Expand) | Author | Files | Lines |
2016-08-10 | Mark content-addressed paths in the Nix database and in .narinfo | Eelco Dolstra | 1 | -0/+1 |
2016-08-10 | RemoteStore / nix-daemon: Drop support for Nix < 1.0 | Eelco Dolstra | 1 | -19/+15 |
2016-07-11 | Modernize AutoCloseFD | Shea Levy | 1 | -6/+6 |
2016-06-09 | Use O_CLOEXEC in most places | Eelco Dolstra | 1 | -1/+5 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -20/+21 |
2016-05-31 | nix-copy-closure / build-remote.pl: Disable signature checking | Eelco Dolstra | 1 | -1/+2 |
2016-05-04 | Do compression in a sink | Eelco Dolstra | 1 | -1/+1 |
2016-05-04 | Add a Store::addToStore() variant that accepts a NAR | Eelco Dolstra | 1 | -19/+6 |
2016-05-04 | Remove OpenSSL-based signing | Eelco Dolstra | 1 | -6/+3 |
2016-04-29 | Allow parameters in store URIs | Eelco Dolstra | 1 | -0/+6 |
2016-04-25 | Show the log tail when a build fails | Eelco Dolstra | 1 | -1/+1 |
2016-04-25 | Remove --print-build-trace | Eelco Dolstra | 1 | -1/+1 |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -6/+4 |
2016-04-20 | RemoteStore: Propagate InvalidPath exceptions from the daemon | Eelco Dolstra | 1 | -1/+12 |
2016-04-20 | Cache path info lookups in SQLite | Eelco Dolstra | 1 | -1/+0 |
2016-04-19 | Move path info caching from BinaryCacheStore to Store | Eelco Dolstra | 1 | -44/+18 |
2016-04-08 | Remove failed build caching | Eelco Dolstra | 1 | -17/+1 |
2016-04-05 | Add "nix copy-sigs" command | Eelco Dolstra | 1 | -0/+9 |
2016-03-30 | LocalStore: Keep track of ultimately trusted paths | Eelco Dolstra | 1 | -0/+4 |
2016-03-23 | Drop support for daemon socket path >= 108 characters | Eelco Dolstra | 1 | -15/+3 |
2016-03-22 | Don't overload dumpPath() | Eelco Dolstra | 1 | -1/+1 |
2016-03-21 | Add Store::dumpPath() method | Eelco Dolstra | 1 | -1/+1 |
2016-02-26 | importPaths(): Optionally add NARs to binary cache accessor | Eelco Dolstra | 1 | -1/+2 |
2016-02-24 | Eliminate reserveSpace flag | Eelco Dolstra | 1 | -2/+2 |
2016-02-24 | Remove bad daemon connections from the pool | Eelco Dolstra | 1 | -1/+5 |
2016-02-23 | Pool<T>: Allow a maximum pool size | Eelco Dolstra | 1 | -15/+15 |
2016-02-23 | RemoteStore: Make thread-safe | Eelco Dolstra | 1 | -226/+221 |
2016-02-16 | Rename ValidPathInfo::hash -> narHash for consistency | Eelco Dolstra | 1 | -1/+1 |
2016-01-31 | Use the daemon when we don't have write access to the Nix database | Eelco Dolstra | 1 | -8/+2 |
2015-12-02 | daemon: Add 'buildMode' parameter to 'buildPaths' RPC | Ludovic Courtès | 1 | -3/+9 |
2015-09-03 | Implement buildDerivation() via the daemon | Eelco Dolstra | 1 | -1/+9 |
2015-07-20 | More cleanup | Eelco Dolstra | 1 | -102/+63 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -14/+14 |
2015-07-17 | Allow remote builds without sending the derivation closure | Eelco Dolstra | 1 | -0/+7 |
2015-06-02 | Add a ‘verifyStore’ RPC | Ludovic Courtès | 1 | -0/+10 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 1 | -2/+2 |
2014-12-14 | Merge branch 'cygwin-master' of https://github.com/ternaris/nix | Eelco Dolstra | 1 | -0/+1 |
2014-12-13 | Better error message | Eelco Dolstra | 1 | -1/+1 |
2014-12-12 | Silence some warnings on GCC 4.9 | Eelco Dolstra | 1 | -1/+1 |
2014-12-09 | Explicitly include required C headers | Marko Durkovic | 1 | -0/+1 |
2014-10-31 | Improve error message if the daemon worker fails to start | Eelco Dolstra | 1 | -2/+1 |
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 1 | -0/+7 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -3/+3 |
2014-07-25 | nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituter | Eelco Dolstra | 1 | -0/+2 |
2014-07-23 | Remove dead code | Eelco Dolstra | 1 | -2/+0 |
2014-07-14 | build-remote.pl: Fix building multiple output derivations | Eelco Dolstra | 1 | -1/+0 |
2014-07-11 | build-remote.pl: Use ‘nix-store --serve’ on the remote side | Eelco Dolstra | 1 | -0/+1 |
2014-06-10 | Report daemon OOM better | Eelco Dolstra | 1 | -5/+17 |
2014-06-10 | Print a warning when loading a large path into memory | Eelco Dolstra | 1 | -0/+3 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 1 | -2/+2 |