aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2017-03-16Remove "killing process <pid>" messagesEelco Dolstra
2017-03-15Store: Add a method for getting build logsEelco Dolstra
2017-03-03Fix fatal "broken pipe" error when $NIX_BUILD_HOOK is missingEelco Dolstra
2017-02-24Register content-addressability assertion for fixed outputsEelco Dolstra
2017-02-16Support netrc in <nix/fetchurl.nix>Eelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-02exportReferencesGraph: Only export in JSON format when in structured modeEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-26exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra
2017-01-26Add support for passing structured data to buildersEelco Dolstra
2017-01-26UserLock: Fix multi-threaded access to a global variableEelco Dolstra
2017-01-26UserLock: Make more RAII-ishEelco Dolstra
2017-01-26Moving more code out of DerivationGoal::startBuilder()Eelco Dolstra
2017-01-26Move exportReferencesGraph into a separate methodEelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-19Use std::unique_ptr for HookInstanceEelco Dolstra
2017-01-09Merge pull request #1139 from Mic92/masterEelco Dolstra
2017-01-02Provide /var/run/nscd/socket in the sandboxEelco Dolstra
2016-12-22Add commentEelco Dolstra
2016-12-19Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"Eelco Dolstra
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-25Simplify remouting with MS_PRIVATE in sandbox buildJörg Thalheim
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