Age | Commit message (Expand) | Author | Files | Lines |
2015-09-03 | Implement buildDerivation() via the daemon | Eelco Dolstra | 2 | -2/+11 |
2015-09-02 | Filter build-chroot-dirs entries that conflict with derivation outputs | Eelco Dolstra | 1 | -4/+4 |
2015-09-02 | Remove unused variable | Eelco Dolstra | 1 | -5/+0 |
2015-08-24 | Prevent .chroot from being GC'ed when using LocalStore::buildDerivation() | Eelco Dolstra | 1 | -0/+4 |
2015-08-21 | nix-collect-garbage: Revive --max-freed | Eelco Dolstra | 2 | -15/+4 |
2015-08-19 | Remove unneeded HAVE_UNSHARE. | Manolis Ragkousis | 1 | -1/+1 |
2015-08-04 | Don't include <iostream> before config.h | Eelco Dolstra | 1 | -2/+2 |
2015-08-03 | Handle debug messages from runChild() | Eelco Dolstra | 1 | -10/+16 |
2015-07-26 | Remove unnecessary parentheses | Eelco Dolstra | 1 | -2/+2 |
2015-07-23 | Fix fetchurl of executable file | Eelco Dolstra | 1 | -1/+1 |
2015-07-21 | Fix Darwin build | Eelco Dolstra | 1 | -1/+4 |
2015-07-20 | Make <nix/fetchurl.nix> a builtin builder | Eelco Dolstra | 6 | -4/+317 |
2015-07-20 | Provide more detailed info about build status to hydra-queue-runner | Eelco Dolstra | 2 | -47/+75 |
2015-07-20 | nix-copy-closure: Add -v flag | Eelco Dolstra | 1 | -1/+3 |
2015-07-20 | More cleanup | Eelco Dolstra | 3 | -115/+68 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 11 | -335/+331 |
2015-07-17 | Allow remote builds without sending the derivation closure | Eelco Dolstra | 8 | -143/+300 |
2015-07-02 | Typo | Eelco Dolstra | 1 | -1/+1 |
2015-07-01 | Preserve supplementary groups of build users | Ludovic Courtès | 1 | -2/+18 |
2015-06-30 | GC: Handle ENOSPC creating/moving to the trash directory | Eelco Dolstra | 1 | -8/+23 |
2015-06-22 | Use posix_fallocate to create /nix/var/nix/db/reserved | Eelco Dolstra | 1 | -1/+11 |
2015-06-22 | Make /nix/var/nix/db/reserved bigger | Eelco Dolstra | 1 | -1/+1 |
2015-06-10 | Export outputPaths function | Eelco Dolstra | 3 | -11/+12 |
2015-06-09 | Use std::vector::data() | Eelco Dolstra | 1 | -5/+2 |
2015-06-04 | Allow substitutes for builds that have preferLocalBuild set | Eelco Dolstra | 3 | -10/+18 |
2015-06-04 | Chown files created for passAsFile | Eelco Dolstra | 1 | -2/+7 |
2015-06-02 | Add a ‘verifyStore’ RPC | Ludovic Courtès | 4 | -1/+17 |
2015-05-21 | nix-collect-garbage: Don't call nix-env | Eelco Dolstra | 2 | -1/+91 |
2015-05-21 | Move profiles.{cc,hh} to libstore | Eelco Dolstra | 2 | -0/+210 |
2015-05-13 | cygwin: explicitly include required c headers | Rok Garbas | 2 | -0/+2 |
2015-05-12 | Don't try to map /bin/sh to a store path on non-Linux | Shea Levy | 1 | -0/+2 |
2015-04-18 | Add the pre-build hook. | Shea Levy | 3 | -0/+41 |
2015-04-18 | Revert "Add the pre-build hook." | Shea Levy | 3 | -112/+0 |
2015-04-16 | Fix using restricted mode with chroots | Eelco Dolstra | 3 | -0/+4 |
2015-04-12 | Add the pre-build hook. | Shea Levy | 3 | -0/+112 |
2015-04-09 | Implement a TTL on cached fetchurl/fetchTarball results | Eelco Dolstra | 2 | -0/+10 |
2015-04-07 | Revert /nix/store permission back to 01775 | Eelco Dolstra | 2 | -2/+2 |
2015-04-02 | Chroot builds: Provide world-readable /nix/store | Eelco Dolstra | 1 | -1/+1 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 5 | -29/+29 |
2015-03-24 | Improve setting the default chroot dirs | Eelco Dolstra | 2 | -2/+7 |
2015-03-24 | Add the closure of store paths to the chroot | Eelco Dolstra | 1 | -0/+8 |
2015-03-24 | Tighten permissions on chroot directories | Eelco Dolstra | 1 | -2/+12 |
2015-03-06 | Fix typos: s/the the/the/ | Daniel Hahler | 1 | -1/+1 |
2015-03-04 | Don't use vfork() before clone() | Eelco Dolstra | 1 | -1/+3 |
2015-03-03 | Merge branch 'allow-system-library' of git://github.com/copumpkin/nix | Shea Levy | 1 | -1/+1 |
2015-03-02 | Make the default impure prefix (not actual allowed impurities!) include all o... | Dan Peebles | 1 | -1/+1 |
2015-03-02 | Allow local networking in the darwin sandbox to appease tests | Dan Peebles | 1 | -0/+3 |
2015-02-23 | More graceful fallback for chroots on Linux < 2.13 | Eelco Dolstra | 1 | -6/+5 |
2015-02-23 | Use chroots for all derivations | Eelco Dolstra | 3 | -17/+35 |
2015-02-17 | Use $<attr>Path instead of $<attr> for passAsFile | Eelco Dolstra | 1 | -1/+1 |