about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-18 Revert brain fartEelco Dolstra1-2/+0
2012-12-18 Check for potential infinite select() loops when buildingEelco Dolstra1-0/+2
2012-11-26 Only substitute wanted outputs of a derivationEelco Dolstra1-9/+50
2012-11-26 Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra1-3/+5
2012-11-15 Disable use of vfork()Eelco Dolstra1-1/+1
2012-11-15 Don't use std::cerr in a few placesEelco Dolstra1-10/+8
2012-11-09 Use vfork() instead of fork() if availableEelco Dolstra1-14/+13
2012-11-09 Remove some redundant close() callsEelco Dolstra1-6/+0
2012-11-09 Remove the quickExit functionEelco Dolstra1-4/+4
2012-10-23 If hashes do not match, print them in base-32 for SHA-1/SHA-256Eelco Dolstra1-1/+1
2012-10-11 Shorten the names of temporary build directoriesEelco Dolstra1-1/+1
2012-10-03 nix-env: Support ‘--repair’ flagEelco Dolstra1-2/+4
2012-10-03 Handle repairing paths that are in build-chroot-dirsEelco Dolstra1-0/+7
2012-10-03 When repairing a derivation, check and repair the entire output closureEelco Dolstra1-2/+66
2012-10-02 Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra1-59/+94
2012-10-02 Add operation ‘nix-store --repair-path’Eelco Dolstra1-28/+67
2012-09-28 Handle octal escapes in /proc/self/mountinfoEelco Dolstra1-2/+3
2012-09-28 Print a more descriptive error message if setting up the build environment failsEelco Dolstra1-3/+14
2012-09-19 Remove setting of the immutable bitEelco Dolstra1-11/+2
2012-09-19 Templatise tokenizeString()Eelco Dolstra1-11/+8
2012-09-18 Keep build directory if not all expected outputs were producedEelco Dolstra1-3/+3
2012-09-13 In startBuilder(), only print the new paths we're buildingEelco Dolstra1-2/+3
2012-09-12 Build hook: Pass the timeout to the remote builderEelco Dolstra1-1/+1
2012-09-11 Fix "non-zero padding" errorEelco Dolstra1-1/+2
2012-09-11 Support building a derivation if some outputs are already valid (non-chroot c...Eelco Dolstra1-11/+67
2012-09-11 Remove debug lineEelco Dolstra1-3/+1
2012-09-11 Support building a derivation if some outputs are already validEelco Dolstra1-12/+16
2012-08-27 Fix stupid type error in calling std::maxEelco Dolstra1-1/+1
2012-08-27 Merge branch 'master' into no-manifestsEelco Dolstra1-13/+30
2012-08-20 Check if MS_PRIVATE is definedEelco Dolstra1-1/+1
2012-08-20 In the chroot, make all mounted filesystems privateEelco Dolstra1-0/+18
2012-08-20 Don't bind-mount /proc since we mount our ownEelco Dolstra1-2/+2
2012-08-19 Fix 1755 permission on temporary directories left behind by ‘-K’Eelco Dolstra1-4/+4
2012-08-01 Drop the block count in the garbage collectorEelco Dolstra1-6/+5
2012-07-30 Refactor settings processingEelco Dolstra1-99/+77
2012-07-30 Pass configuration settings to the substitutersEelco Dolstra1-0/+4
2012-07-27 Let build.cc verify the expected hash of a substituter's outputEelco Dolstra1-6/+33
2012-07-27 Remove more tabsEelco Dolstra1-9/+9
2012-07-27 Remove trailing whitespace / tabsEelco Dolstra1-130/+130
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-1/+6
2012-07-26 Set permissions on temporary build directories to 0700Eelco Dolstra1-1/+2
2012-07-23 Automatically optimise the Nix store when a new path is addedEelco Dolstra1-0/+4