aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
AgeCommit message (Expand)Author
2018-03-06rand() -> random(), since we use srandom().Will Dietz
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
2017-10-25Pass lists/attrsets to bash as (associative) arraysEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-24Progress indicator: Show on what machine we're buildingEelco Dolstra
2017-10-24Handle log messages from build-remoteEelco Dolstra
2017-10-24Remove the remote-builds optionEelco Dolstra
2017-10-23Pass all settings to build-remoteEelco Dolstra
2017-10-17Shift Darwin sandbox to separate installed filesDan Peebles
2017-10-12Add option to disable the seccomp filterEelco Dolstra
2017-09-08Communicate the structured log FD to buildersEelco Dolstra
2017-09-05Add automatic garbage collectionEelco Dolstra
2017-08-31Call queryMissing() prior to buildingEelco Dolstra
2017-08-31Rename a few configuration optionsEelco Dolstra
2017-08-28Give activities a verbosity level againEelco Dolstra
2017-08-25SimplifyEelco Dolstra
2017-08-25Allow derivations to update the build phaseEelco Dolstra
2017-08-25Allow activities to be nestedEelco Dolstra
2017-08-25Restore activity metadataEelco Dolstra
2017-08-21Clean up JSON constructionEelco Dolstra
2017-08-21Allow builders to create activitiesEelco Dolstra
2017-08-16nix optimise-store: Show how much space has been freedEelco Dolstra
2017-08-16Progress indicator: CleanupEelco Dolstra
2017-08-16Progress indicator: More improvementsEelco Dolstra
2017-08-16Progress indicator: Show number of active itemsEelco Dolstra
2017-08-16Progress indicator: Unify "copying" and "substituting"Eelco Dolstra
2017-08-16Improve substitution progress indicatorEelco Dolstra
2017-08-09Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20FD_SETSIZE check: BuildError -> ErrorEelco Dolstra
2017-07-18Do not try to fill fd_set with fd>=FD_SETSIZEDmitry Kalinkin