about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28 Check requiredSystemFeatures for local buildsEelco Dolstra1-12/+9
2018-09-28 Move structured attrs handling into a separate classEelco Dolstra1-98/+15
2018-09-28 Remove obsolete check on system featuresEelco Dolstra1-1/+0
2018-09-28 Support special attributes in structured attributes derivationsEelco Dolstra1-94/+175
2018-09-07 If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra1-0/+6
2018-09-07 Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra1-0/+7
2018-08-31 Add localhost alias for ::1 to the sandboxEelco Dolstra1-1/+1
2018-06-12 Fix #2162: use getaddrinfo instead of curl to preload NSSYorick van Pelt1-4/+8
2018-06-05 Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra1-11/+21
2018-05-30 Modularize config settingsEelco Dolstra1-2/+4
2018-05-03 Don't set a CA assertion for paths with referencesEelco Dolstra1-0/+2
2018-05-02 Fix some random -Wconversion warningsEelco Dolstra1-3/+3
2018-04-23 Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy1-0/+4
2018-04-20 build.cc: fix bind-mount of /dev/{pts,ptmx} fallbackWill Dietz1-2/+2
2018-04-17 exportReferences: Check whether the path is in the input closureEelco Dolstra1-11/+14
2018-04-13 Fix #1921Eelco Dolstra1-1/+1
2018-03-22 Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra1-3/+3
2018-03-20 Make <nix/buildenv.nix> a builtin builderEelco Dolstra1-0/+2
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-03-02 hoist vector out of loop just in caseWill Dietz1-1/+1
2018-03-02 don't allocate large buffers on the stackWill Dietz1-3/+3
2018-02-27 seccomp: add 32-bit ARM on aarch64-linuxLinus Heckemann1-0/+4
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