aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2016-04-14Set RLIMIT_CORE to 0, infinity in buildersEelco Dolstra
2016-04-08Remove failed build cachingEelco Dolstra
2016-04-08Make LocalStore thread-safeEelco Dolstra
2016-04-07Sign locally-built pathsEelco Dolstra
2016-03-30LocalStore: Keep track of ultimately trusted pathsEelco Dolstra
2016-03-04Eliminate some large string copyingEelco Dolstra
2016-03-03build.cc: fs.h doesn't appear to be necessary anymoreNathan Zadoks
2016-02-24deletePath(): Succeed if path doesn't existEelco Dolstra
2016-02-16Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-31Add build mode to compute fixed-output derivation hashesEelco Dolstra
2016-01-12--option build-repeat: Keep the differing output if -K is givenEelco Dolstra
2016-01-12--check: Keep the differing output if -K is givenEelco Dolstra
2016-01-12--check: Fix "failed to produce output path"Eelco Dolstra
2016-01-12--check: Fix assertion failure when some outputs are missingEelco Dolstra
2016-01-07Fix "Bad address" executing build hookEelco Dolstra
2016-01-07Fix some signedness warningsEelco Dolstra
2016-01-06nix-store --repair-path: Rebuild if there is no substituterEelco Dolstra
2016-01-06Fix --repair failure on multiple-output derivationsEelco Dolstra
2016-01-05Fix non-Darwin buildEelco Dolstra
2016-01-05libstore: mmap() returns MAP_FAILED, not NULL on failureTuomas Tynkkynen
2016-01-04Don't allow sandbox profile except in relaxed modeEelco Dolstra
2015-12-29Fix regression in passAsFileEelco Dolstra
2015-12-22Handle /tmp being a symlinkEelco Dolstra
2015-12-22Fix bad error message in Darwin chrootsEelco Dolstra
2015-12-10Build sandbox support etc. unconditionally on LinuxEelco Dolstra
2015-12-08Clarify error message for hash mismatches (again)Bjørn Forsman
2015-12-02Use deterministic $TMPDIR in sandboxEelco Dolstra
2015-11-25Merge branch 'p/sandbox-rename-minimal' of https://github.com/vcunat/nixEelco Dolstra
2015-11-25Fix build failure introduced by #704Eelco Dolstra
2015-11-24Merge pull request #704 from ysangkok/freebsd-supportEelco Dolstra
2015-11-21reintroduce host deps in tandem with sandbox profilesJude Taylor
2015-11-19re-fix permissions for GHCJude Taylor
2015-11-19Merge branch 'sandbox-profiles' of git://github.com/pikajude/nixShea Levy
2015-11-19src/libstore/build.cc: clarify error message for hash mismatchesPeter Simons
2015-11-17FreeBSD can build Linux 32-bit binariesjanus
2015-11-16AutoDelete: Add default constructor with deletion disabledShea Levy
2015-11-15Use AutoDelete for sandbox profile fileShea Levy
2015-11-14simplify build.cc using modern C++ featuresJude Taylor
2015-11-14simplify build permissionsJude Taylor
2015-11-14use per-derivation sandbox profilesJude Taylor
2015-11-10rename `chroot` to `sandbox` (fixes #656, close #682)Vladimír Čunát
2015-11-09Add option to verify build determinismEelco Dolstra
2015-11-09Revert "Allow using /bin and /usr/bin as impure prefixes on non-darwin by def...Eelco Dolstra
2015-10-29int2String() -> std::to_string()Eelco Dolstra
2015-10-21use nixDataDir instead of appending /share to PREFIXJude Taylor
2015-10-21clarifying commentJude Taylor
2015-10-21move preBuildHook defaulting to globals.ccJude Taylor
2015-10-21restore old DEFAULT_ALLOWED_IMPURE_PREFIXESJude Taylor
2015-10-21Add resolve-system-dependencies.plJude Taylor