Age | Commit message (Expand) | Author | Files | Lines |
2014-08-18 | Doh | Eelco Dolstra | 1 | -4/+1 |
2014-08-17 | Reduce verbosity | Eelco Dolstra | 1 | -1/+2 |
2014-08-17 | Propagate remote timeouts properly | Eelco Dolstra | 1 | -21/+33 |
2014-08-04 | Refactor | Eelco Dolstra | 1 | -2/+2 |
2014-08-04 | Add option ‘build-extra-chroot-dirs’ | Eelco Dolstra | 1 | -4/+7 |
2014-08-04 | Get rid of "killing <pid>" message for unused build hooks | Eelco Dolstra | 1 | -1/+1 |
2014-08-01 | Remove ugly hack for detecting build environment setup errors | Eelco Dolstra | 1 | -13/+10 |
2014-08-01 | Call commonChildInit() before doing chroot init | Eelco Dolstra | 1 | -4/+6 |
2014-07-31 | Restore default SIGPIPE handler before invoking ‘man’ | Eelco Dolstra | 1 | -12/+0 |
2014-07-19 | Revert old useBuildHook behaviour | Eelco Dolstra | 1 | -1/+1 |
2014-07-11 | Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory | Eelco Dolstra | 1 | -2/+4 |
2014-07-10 | Remove tabs | Eelco Dolstra | 1 | -3/+3 |
2014-07-10 | Refactoring: Move all fork handling into a higher-order function | Eelco Dolstra | 1 | -50/+23 |
2014-07-10 | Remove maybeVfork | Eelco Dolstra | 1 | -2/+2 |
2014-04-03 | Fix compile errors on Illumos | Danny Wilson | 1 | -0/+1 |
2014-04-03 | Make sure /dev/pts/ptmx is world-writable | Ludovic Courtès | 1 | -0/+4 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 1 | -20/+26 |
2014-03-29 | Fix potential segfault in waitForInput() | Eelco Dolstra | 1 | -3/+5 |
2014-03-29 | restoreSIGPIPE(): Fill in sa_mask | Eelco Dolstra | 1 | -0/+1 |
2014-03-21 | Make /dev/kvm optional | Ludovic Courtès | 1 | -1/+4 |
2014-02-27 | Set up a private /dev/pts in the chroot | Eelco Dolstra | 1 | -1/+14 |
2014-02-27 | Set up a minimal /dev in chroots | Eelco Dolstra | 1 | -3/+22 |
2014-02-27 | Fix deadlock in SubstitutionGoal | Eelco Dolstra | 1 | -0/+1 |
2014-02-18 | Slight simplification | Eelco Dolstra | 1 | -17/+10 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 1 | -44/+78 |
2014-02-17 | Make --repair work on Darwin | Eelco Dolstra | 1 | -3/+3 |
2014-02-17 | Refactoring | Eelco Dolstra | 1 | -29/+36 |
2014-02-17 | When using a build hook, only copy missing paths | Eelco Dolstra | 1 | -9/+6 |
2014-02-17 | Move some code around | Eelco Dolstra | 1 | -92/+82 |
2014-02-17 | Heuristically detect if a build may have failed due to a full disk | Eelco Dolstra | 1 | -3/+26 |
2014-01-21 | Fix some clang warnings | Eelco Dolstra | 1 | -4/+1 |
2014-01-08 | Fix checking of NAR hashes | Eelco Dolstra | 1 | -0/+1 |
2014-01-06 | wording | Domen Kožar | 1 | -1/+1 |
2013-12-05 | Print a trace message if a build fails due to the platform being unknown | Eelco Dolstra | 1 | -1/+4 |
2013-11-14 | Remove nix-setuid-helper | Eelco Dolstra | 1 | -141/+26 |
2013-09-02 | Only show trace messages when tracing is enabled | Eelco Dolstra | 1 | -4/+3 |
2013-09-02 | Add an option to limit the log output of builders | Eelco Dolstra | 1 | -0/+13 |
2013-08-26 | Fix personality switching from x86_64 to i686 | Gergely Risko | 1 | -1/+6 |
2013-08-07 | Run the daemon worker on the same CPU as the client | Eelco Dolstra | 1 | -0/+4 |
2013-07-18 | Revert "build-remote.pl: Enforce timeouts locally" | Eelco Dolstra | 1 | -1/+3 |
2013-07-15 | Allow bind-mounting regular files into the chroot | Shea Levy | 1 | -1/+9 |
2013-06-20 | Don't set $preferLocalBuild and $requiredSystemFeatures in builders | Eelco Dolstra | 1 | -7/+14 |
2013-06-20 | Don't substitute derivations that have preferLocalBuild set | Eelco Dolstra | 1 | -5/+10 |
2013-06-13 | Allow hard links between the outputs of a derivation | Eelco Dolstra | 1 | -2/+7 |
2013-06-13 | Fix a security bug in hash rewriting | Eelco Dolstra | 1 | -0/+6 |
2013-06-13 | Fix assertion failure in canonicalisePathMetaData() after hash rewriting | Eelco Dolstra | 1 | -2/+9 |
2013-06-13 | computeFSClosure: Only process the missing/corrupt paths | Eelco Dolstra | 1 | -11/+17 |
2013-06-13 | In repair mode, update the hash of rebuilt paths | Eelco Dolstra | 1 | -1/+1 |
2013-05-10 | In trace messages, don't print the output path | Eelco Dolstra | 1 | -19/+15 |
2013-05-09 | Communicate build timeouts to Hydra | Eelco Dolstra | 1 | -7/+11 |