aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-12-12libstore: improve hash mismatch error messageszimbatm
2018-11-15Fix 'Read-only file system' when building a derivationEelco Dolstra
2018-10-27Restore old (dis)allowedRequisites behaviour for self-referencesEelco Dolstra
2018-10-23Per-output reference and closure size checksEelco Dolstra
2018-09-28Check requiredSystemFeatures for local buildsEelco Dolstra
2018-09-28Move structured attrs handling into a separate classEelco Dolstra
2018-09-28Remove obsolete check on system featuresEelco Dolstra
2018-09-28Support special attributes in structured attributes derivationsEelco Dolstra
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
2018-09-07Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra
2018-08-31Add localhost alias for ::1 to the sandboxEelco Dolstra
2018-06-12Fix #2162: use getaddrinfo instead of curl to preload NSSYorick van Pelt
2018-06-05Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-05-03Don't set a CA assertion for paths with referencesEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-04-23Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy
2018-04-20build.cc: fix bind-mount of /dev/{pts,ptmx} fallbackWill Dietz
2018-04-17exportReferences: Check whether the path is in the input closureEelco Dolstra
2018-04-13Fix #1921Eelco Dolstra
2018-03-22Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra
2018-03-20Make <nix/buildenv.nix> a builtin builderEelco Dolstra
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-14Use boost::format from the boost packageEelco Dolstra
2018-03-13TypoEelco Dolstra
2018-03-06rand() -> random(), since we use srandom().Will Dietz
2018-03-02hoist vector out of loop just in caseWill Dietz
2018-03-02don't allocate large buffers on the stackWill Dietz
2018-02-27seccomp: add 32-bit ARM on aarch64-linuxLinus Heckemann
2018-02-19Fix incorrect (and unnecessary) format stringEelco Dolstra
2018-02-19Don't silently succeed seccomp setup when !HAVE_SECCOMP.Shea Levy
2018-02-18configure: Add a flag to disable seccomp.Shea Levy
2018-02-12Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra
2018-02-09nix: Ensure that the user sees errors from substitutersEelco Dolstra
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-05Allow substituters to be marked as trustedEelco Dolstra
2018-02-05Fix segfault using non-binary cache stores as substitutersEelco Dolstra
2018-02-03Remove nix-build --hashEelco Dolstra
2018-01-23Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ...Dan Peebles
2018-01-19Rewrite builtin derivation environmentEelco Dolstra
2018-01-15Barf when using a diverted store on macOSEelco Dolstra
2017-12-11Mark comparison call operator as constWill Dietz
2017-11-28Show log tail when a remote build failsEelco Dolstra
2017-10-30Merge pull request #1646 from copumpkin/optional-sandbox-local-networkEelco Dolstra
2017-10-30Allow optional localhost network access to sandboxed derivationsDan Peebles
2017-10-25Fix building on clangEelco Dolstra
2017-10-25exportReferencesGraph: Allow exporting a list of store pathsEelco Dolstra
2017-10-25Fix exportReferencesGraph in the structured attrs caseEelco Dolstra