about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03 Fix compile errors on IllumosDanny Wilson1-0/+1
2014-04-03 Make sure /dev/pts/ptmx is world-writableLudovic Courtès1-0/+4
2014-03-30 boost::shared_ptr -> std::shared_ptrEelco Dolstra1-20/+26
2014-03-29 Fix potential segfault in waitForInput()Eelco Dolstra1-3/+5
2014-03-29 restoreSIGPIPE(): Fill in sa_maskEelco Dolstra1-0/+1
2014-03-21 Make /dev/kvm optionalLudovic Courtès1-1/+4
2014-02-27 Set up a private /dev/pts in the chrootEelco Dolstra1-1/+14
2014-02-27 Set up a minimal /dev in chrootsEelco Dolstra1-3/+22
2014-02-27 Fix deadlock in SubstitutionGoalEelco Dolstra1-0/+1
2014-02-18 Slight simplificationEelco Dolstra1-17/+10
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra1-44/+78
2014-02-17 Make --repair work on DarwinEelco Dolstra1-3/+3
2014-02-17 RefactoringEelco Dolstra1-29/+36
2014-02-17 When using a build hook, only copy missing pathsEelco Dolstra1-9/+6
2014-02-17 Move some code aroundEelco Dolstra1-92/+82
2014-02-17 Heuristically detect if a build may have failed due to a full diskEelco Dolstra1-3/+26
2014-01-21 Fix some clang warningsEelco Dolstra1-4/+1
2014-01-08 Fix checking of NAR hashesEelco Dolstra1-0/+1
2014-01-06 wordingDomen Kožar1-1/+1
2013-12-05 Print a trace message if a build fails due to the platform being unknownEelco Dolstra1-1/+4
2013-11-14 Remove nix-setuid-helperEelco Dolstra1-141/+26
2013-09-02 Only show trace messages when tracing is enabledEelco Dolstra1-4/+3
2013-09-02 Add an option to limit the log output of buildersEelco Dolstra1-0/+13
2013-08-26 Fix personality switching from x86_64 to i686Gergely Risko1-1/+6
2013-08-07 Run the daemon worker on the same CPU as the clientEelco Dolstra1-0/+4
2013-07-18 Revert "build-remote.pl: Enforce timeouts locally"Eelco Dolstra1-1/+3
2013-07-15 Allow bind-mounting regular files into the chrootShea Levy1-1/+9
2013-06-20 Don't set $preferLocalBuild and $requiredSystemFeatures in buildersEelco Dolstra1-7/+14
2013-06-20 Don't substitute derivations that have preferLocalBuild setEelco Dolstra1-5/+10
2013-06-13 Allow hard links between the outputs of a derivationEelco Dolstra1-2/+7
2013-06-13 Fix a security bug in hash rewritingEelco Dolstra1-0/+6
2013-06-13 Fix assertion failure in canonicalisePathMetaData() after hash rewritingEelco Dolstra1-2/+9
2013-06-13 computeFSClosure: Only process the missing/corrupt pathsEelco Dolstra1-11/+17
2013-06-13 In repair mode, update the hash of rebuilt pathsEelco Dolstra1-1/+1
2013-05-10 In trace messages, don't print the output pathEelco Dolstra1-19/+15
2013-05-09 Communicate build timeouts to HydraEelco Dolstra1-7/+11
2013-05-09 build-remote.pl: Enforce timeouts locallyEelco Dolstra1-3/+1
2013-04-23 Fix --timeoutEelco Dolstra1-38/+25
2013-04-23 Nix daemon: respect build timeout from the clientEelco Dolstra1-1/+1
2013-04-04 Complain if /homeless-shelter existsEelco Dolstra1-1/+5
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-5/+13
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-13/+5
2013-02-26 Security: Don't allow builders to change permissions on files they don't ownEelco Dolstra1-2/+2
2013-02-19 Enable chroot support on old glibc versions.Ludovic Courtès1-0/+6
2013-01-17 Store build logs in /nix/var/log/nix/drvs/<XX>Eelco Dolstra1-3/+5
2013-01-03 Clear any immutable bits in the Nix storeEelco Dolstra1-8/+1
2013-01-02 If a substitute closure is incomplete, build dependencies, then retry the sub...Eelco Dolstra1-7/+28
2013-01-02 Automatically fall back if the references of a substitute are not substitutableEelco Dolstra1-1/+1
2012-12-29 Allow mounting a path in a different location in the chrootEelco Dolstra1-7/+14
2012-12-19 Kill the build hook rather than shutting it down cleanlyEelco Dolstra1-7/+1