about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20 Hack to get SSH error messages from build-remoteEelco Dolstra1-0/+5
2018-03-14 Use boost::format from the boost packageEelco Dolstra1-3/+3
2018-03-13 TypoEelco Dolstra1-1/+1
2018-03-06 rand() -> random(), since we use srandom().Will Dietz1-1/+1
2018-02-19 Fix incorrect (and unnecessary) format stringEelco Dolstra1-3/+3
2018-02-19 Don't silently succeed seccomp setup when !HAVE_SECCOMP.Shea Levy1-2/+7
2018-02-18 configure: Add a flag to disable seccomp.Shea Levy1-1/+3
2018-02-12 Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra1-13/+17
2018-02-09 nix: Ensure that the user sees errors from substitutersEelco Dolstra1-3/+3
2018-02-07 Improve filtering of ANSI escape sequences in build logsEelco Dolstra1-1/+1
2018-02-05 Allow substituters to be marked as trustedEelco Dolstra1-2/+5
2018-02-05 Fix segfault using non-binary cache stores as substitutersEelco Dolstra1-1/+1
2018-02-03 Remove nix-build --hashEelco Dolstra1-20/+27
2018-01-23 Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ...Dan Peebles1-0/+17
2018-01-19 Rewrite builtin derivation environmentEelco Dolstra1-1/+6
2018-01-15 Barf when using a diverted store on macOSEelco Dolstra1-2/+7
2017-12-11 Mark comparison call operator as constWill Dietz1-2/+2
2017-11-28 Show log tail when a remote build failsEelco Dolstra1-2/+2
2017-10-30 Merge pull request #1646 from copumpkin/optional-sandbox-local-networkEelco Dolstra1-3/+9
2017-10-30 Allow optional localhost network access to sandboxed derivationsDan Peebles1-3/+9
2017-10-25 Fix building on clangEelco Dolstra1-2/+2
2017-10-25 exportReferencesGraph: Allow exporting a list of store pathsEelco Dolstra1-14/+22
2017-10-25 Fix exportReferencesGraph in the structured attrs caseEelco Dolstra1-69/+68
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra1-3/+93
2017-10-24 More progress indicator improvementsEelco Dolstra1-13/+9
2017-10-24 More progress indicator improvementsEelco Dolstra1-4/+4
2017-10-24 Progress indicator: Show on what machine we're buildingEelco Dolstra1-3/+7
2017-10-24 Handle log messages from build-remoteEelco Dolstra1-114/+22
2017-10-24 Remove the remote-builds optionEelco Dolstra1-2/+6
2017-10-23 Pass all settings to build-remoteEelco Dolstra1-10/+18
2017-10-17 Shift Darwin sandbox to separate installed filesDan Peebles1-9/+5
2017-10-12 Add option to disable the seccomp filterEelco Dolstra1-0/+2
2017-09-08 Communicate the structured log FD to buildersEelco Dolstra1-1/+6
2017-09-05 Add automatic garbage collectionEelco Dolstra1-0/+5
2017-08-31 Call queryMissing() prior to buildingEelco Dolstra1-0/+12
2017-08-31 Rename a few configuration optionsEelco Dolstra1-3/+3
2017-08-28 Give activities a verbosity level againEelco Dolstra1-4/+6
2017-08-25 SimplifyEelco Dolstra1-10/+36
2017-08-25 Allow derivations to update the build phaseEelco Dolstra1-0/+5
2017-08-25 Allow activities to be nestedEelco Dolstra1-3/+6
2017-08-25 Restore activity metadataEelco Dolstra1-2/+5
2017-08-21 Clean up JSON constructionEelco Dolstra1-3/+18
2017-08-21 Allow builders to create activitiesEelco Dolstra1-6/+72
2017-08-16 nix optimise-store: Show how much space has been freedEelco Dolstra1-1/+1
2017-08-16 Progress indicator: CleanupEelco Dolstra1-7/+7
2017-08-16 Progress indicator: More improvementsEelco Dolstra1-9/+47
2017-08-16 Progress indicator: Show number of active itemsEelco Dolstra1-12/+8
2017-08-16 Progress indicator: Unify "copying" and "substituting"Eelco Dolstra1-6/+13
2017-08-16 Improve substitution progress indicatorEelco Dolstra1-1/+54
2017-08-09 Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra1-1/+1