about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-14 simplify build permissionsJude Taylor1-13/+3
2015-11-14 use per-derivation sandbox profilesJude Taylor1-28/+39
2015-11-09 Add option to verify build determinismEelco Dolstra1-9/+53
2015-11-09 Revert "Allow using /bin and /usr/bin as impure prefixes on non-darwin by def...Eelco Dolstra1-1/+1
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-2/+2
2015-10-21 use nixDataDir instead of appending /share to PREFIXJude Taylor1-1/+1
2015-10-21 clarifying commentJude Taylor1-1/+5
2015-10-21 move preBuildHook defaulting to globals.ccJude Taylor1-7/+0
2015-10-21 restore old DEFAULT_ALLOWED_IMPURE_PREFIXESJude Taylor1-1/+1
2015-10-21 Add resolve-system-dependencies.plJude Taylor1-0/+7
2015-10-21 fix line reading in preBuildHookJude Taylor1-1/+1
2015-10-21 remove sandbox defaults into a new fileJude Taylor1-65/+5
2015-10-21 restore allowed impure prefixesJude Taylor1-1/+1
2015-10-21 remove an unneeded default impure-depJude Taylor1-1/+0
2015-10-21 make sandbox builds more permissiveJude Taylor1-2/+2
2015-10-21 add a few more permissionsJude Taylor1-3/+45
2015-10-21 Allow builtin fetchurl regardless of the derivation's system attributeEelco Dolstra1-12/+13
2015-10-21 Fix segfault in builtin fetchurlEelco Dolstra1-3/+7
2015-10-08 Allow building ARMv6 stuff on ARMv7Tuomas Tynkkynen1-0/+1
2015-10-06 nix-store --serve: Implement log size limitEelco Dolstra1-1/+2
2015-09-18 Shut up clang warningsEelco Dolstra1-4/+4
2015-09-02 Filter build-chroot-dirs entries that conflict with derivation outputsEelco Dolstra1-4/+4
2015-09-02 Remove unused variableEelco Dolstra1-5/+0
2015-08-24 Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()Eelco Dolstra1-0/+4
2015-08-19 Remove unneeded HAVE_UNSHARE.Manolis Ragkousis1-1/+1
2015-08-04 Don't include <iostream> before config.hEelco Dolstra1-2/+2
2015-08-03 Handle debug messages from runChild()Eelco Dolstra1-10/+16
2015-07-26 Remove unnecessary parenthesesEelco Dolstra1-2/+2
2015-07-21 Fix Darwin buildEelco Dolstra1-1/+4
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra1-3/+25
2015-07-20 Provide more detailed info about build status to hydra-queue-runnerEelco Dolstra1-43/+61
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-103/+101
2015-07-17 Allow remote builds without sending the derivation closureEelco Dolstra1-137/+206
2015-07-02 TypoEelco Dolstra1-1/+1
2015-07-01 Preserve supplementary groups of build usersLudovic Courtès1-2/+18
2015-06-10 Export outputPaths functionEelco Dolstra1-11/+2
2015-06-09 Use std::vector::data()Eelco Dolstra1-5/+2
2015-06-04 Allow substitutes for builds that have preferLocalBuild setEelco Dolstra1-8/+14
2015-06-04 Chown files created for passAsFileEelco Dolstra1-2/+7
2015-05-13 cygwin: explicitly include required c headersRok Garbas1-0/+1
2015-05-12 Don't try to map /bin/sh to a store path on non-LinuxShea Levy1-0/+2
2015-04-18 Add the pre-build hook.Shea Levy1-0/+36
2015-04-18 Revert "Add the pre-build hook."Shea Levy1-107/+0
2015-04-12 Add the pre-build hook.Shea Levy1-0/+107
2015-04-07 Revert /nix/store permission back to 01775Eelco Dolstra1-1/+1
2015-04-02 Chroot builds: Provide world-readable /nix/storeEelco Dolstra1-1/+1
2015-03-24 Improve setting the default chroot dirsEelco Dolstra1-1/+6
2015-03-24 Add the closure of store paths to the chrootEelco Dolstra1-0/+8
2015-03-24 Tighten permissions on chroot directoriesEelco Dolstra1-2/+12
2015-03-04 Don't use vfork() before clone()Eelco Dolstra1-1/+3