aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2015-01-06Fix building on DarwinEelco Dolstra
2014-12-23Revive running builds in a PID namespaceEelco Dolstra
2014-12-12Silence some warnings on GCC 4.9Eelco Dolstra
2014-12-12Fix some memory leaksEelco Dolstra
2014-12-12Ensure we're writing to stderr in the builderEelco Dolstra
2014-12-12Remove chatty messageEelco Dolstra
2014-12-12DohEelco Dolstra
2014-12-10Don't do vfork in conjunction with setuidEelco Dolstra
2014-12-10Rename functionEelco Dolstra
2014-11-24Build derivations in a more predictable orderEelco Dolstra
2014-11-24Don't create unnecessary substitution goals for derivationsEelco Dolstra
2014-11-17Fix messageEelco Dolstra
2014-11-14Don't use ADDR_LIMIT_3GBEelco Dolstra
2014-11-12Make ~DerivationGoal more reliableEelco Dolstra
2014-10-29Remove comments claiming we use a private PID namespaceEelco Dolstra
2014-09-17On Linux, disable address space randomizationEelco Dolstra
2014-09-17Settings: Add bool get()Eelco Dolstra
2014-08-28Add disallowedReferences / disallowedRequisitesEelco Dolstra
2014-08-28Introduce allowedRequisites featureGergely Risko
2014-08-21fix disappearing bash argumentsJoel Taylor
2014-08-21Use unshare() instead of clone()Eelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-20Filter Nix-specific ANSI escape sequences from stderrEelco Dolstra
2014-08-19Make hook shutdown more reliableEelco Dolstra
2014-08-18DohEelco Dolstra
2014-08-17Reduce verbosityEelco Dolstra
2014-08-17Propagate remote timeouts properlyEelco Dolstra
2014-08-04RefactorEelco Dolstra
2014-08-04Add option ‘build-extra-chroot-dirs’Eelco Dolstra
2014-08-04Get rid of "killing <pid>" message for unused build hooksEelco Dolstra
2014-08-01Remove ugly hack for detecting build environment setup errorsEelco Dolstra
2014-08-01Call commonChildInit() before doing chroot initEelco Dolstra
2014-07-31Restore default SIGPIPE handler before invoking ‘man’Eelco Dolstra
2014-07-19Revert old useBuildHook behaviourEelco Dolstra
2014-07-11Allow $NIX_BUILD_HOOK to be relative to Nix libexec directoryEelco Dolstra
2014-07-10Remove tabsEelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10Remove maybeVforkEelco Dolstra
2014-04-03Fix compile errors on IllumosDanny Wilson
2014-04-03Make sure /dev/pts/ptmx is world-writableLudovic Courtès
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra
2014-03-29Fix potential segfault in waitForInput()Eelco Dolstra
2014-03-29restoreSIGPIPE(): Fill in sa_maskEelco Dolstra
2014-03-21Make /dev/kvm optionalLudovic Courtès
2014-02-27Set up a private /dev/pts in the chrootEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-27Fix deadlock in SubstitutionGoalEelco Dolstra
2014-02-18Slight simplificationEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra