aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2016-12-19Revert "Give root a valid home directory"Eelco Dolstra
2016-12-15Give root a valid home directoryEelco Dolstra
2016-12-15Merge branch 'seccomp' of https://github.com/aszlig/nixEelco Dolstra
2016-12-08Don't delete .check directories of running buildsEelco Dolstra
2016-12-08Fix buildEelco Dolstra
2016-12-07Add a hook to run diffoscope when non-determinism is detectedEelco Dolstra
2016-12-07Keep track of the exact build start/stop timesEelco Dolstra
2016-12-07Bail out early when non-determinism is detectedEelco Dolstra
2016-12-07Add an option to make non-determinism non-fatalEelco Dolstra
2016-12-06Use a steady clock for timeoutsEelco Dolstra
2016-12-06nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-17Update darwin build for optional sandbox pathsShea Levy
2016-11-16seccomp: Forge return values for *chown32aszlig
2016-11-16seccomp: Forge return codes for POSIX ACL syscallsaszlig
2016-11-16libstore/build: Forge chown() to return successaszlig
2016-11-16Run builds as root in user namespace againaszlig
2016-11-14buildPaths(): Handle ecIncompleteClosureEelco Dolstra
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-11-08TypoEelco Dolstra
2016-10-31Support optional sandbox pathsEelco Dolstra
2016-10-26Fix build log output in nix-store --serveEelco Dolstra
2016-10-14Fix /dev/ptmx in sandboxesEelco Dolstra
2016-09-21Add sandbox-dev-shm-size optionEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-21Some notational convenience for formatting stringsEelco Dolstra
2016-09-08Don't run builds as root in the user namespaceEelco Dolstra
2016-09-08Give a better error message if a path in build-sandbox-paths is invalidEelco Dolstra
2016-09-08Fix assertion failure after early build setup failureEelco Dolstra
2016-08-30Fix --fallbackEelco Dolstra
2016-08-17Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra
2016-08-10Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra
2016-08-10Add a "root" parameter to local storesEelco Dolstra
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-07-23Respect --keep-going when a substituter fails.Shea Levy
2016-07-11Modernize AutoCloseFDShea Levy
2016-06-09Run builds in a user namespaceEelco Dolstra
2016-06-09Use O_CLOEXEC in most placesEelco Dolstra
2016-06-03Support sandbox builds by non-root usersEelco Dolstra
2016-06-03Don't call shared_from_this() from a destructorEelco Dolstra
2016-06-02LocalStore: Allow the physical and logical store directories to differEelco Dolstra
2016-06-02Respect build-use-substitutesEelco Dolstra
2016-06-01Skip substituters with an incompatible store directoryEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-30Check signatures before downloading the substituteEelco Dolstra
2016-05-30Fix repair during substitutionEelco Dolstra
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-05-04Do compression in a sinkEelco Dolstra
2016-05-04Add a copyStorePath() utility functionEelco Dolstra