aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build
AgeCommit message (Expand)Author
2021-12-06Update manual linksJan Tojnar
2021-11-19Fix build warnings on MacOSAlex Shabalin
2021-11-16Merge pull request #5472 from NixOS/async-realisation-substitutionEelco Dolstra
2021-11-12TypoEelco Dolstra
2021-11-09Merge pull request #5494 from tweag/balsoft/allow-references-in-addPathEelco Dolstra
2021-11-09addToStore, addToStoreFromDump: refactor: pass refs by const referenceAlexander Bantyev
2021-11-03Make the DrvOutputSubstitutionGoal more asyncregnat
2021-11-03Expose an async interface for `queryRealisation`regnat
2021-10-29Merge branch 'master' of https://github.com/alekswn/nixEelco Dolstra
2021-10-28Merge remote-tracking branch 'origin/master' into non-blocking-gcEelco Dolstra
2021-10-27If max-jobs == 0, do preferLocalBuild on remote buildersEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-23addToStore, addToStoreFromDump: add references argumentAlexander Bantyev
2021-10-17Add error reporting to machine spec paserAlexey Novikov
2021-10-13Non-blocking garbage collectorEelco Dolstra
2021-10-11(partially) Revert "Don't copy in rethrow"regnat
2021-10-07TypoEelco Dolstra
2021-10-06Don't reset the logger in a vforkEelco Dolstra
2021-10-05Add FIXME about ptsnameEelco Dolstra
2021-10-04scanForReferences(): Use a StorePathSetEelco Dolstra
2021-10-01local-derivation-goal.cc: downgrade "warning: rewriting hashes in..." down to...Sergei Trofimovich
2021-09-30`std::visit` by referenceJohn Ericson
2021-09-29Merge pull request #5295 from Ma27/bmcheck-fod-mismatchEelco Dolstra
2021-09-27build: also throw hash-mismatch errors if `buildMode == bmCheck`Maximilian Bosch
2021-09-27Don't copy in rethrowEelco Dolstra
2021-09-23Remove risky char *Eelco Dolstra
2021-09-23Add some more instrumentationEelco Dolstra
2021-09-22Add missing #includeEelco Dolstra
2021-09-14Fix macOS buildEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-09Merge pull request #5224 from baloo/baloo/5089/force-nss_dns-loadEelco Dolstra
2021-09-08preloadNSS: load NSS before threads are startedArthur Gautier
2021-09-06preloadNSS: fixup nss_dns loadArthur Gautier
2021-09-02Don’t create lockfiles with an invalid path nameregnat
2021-08-08libstore: use set instead of list for waiter listAndreas Rammhold
2021-07-22Remove redundant RealisedPath::closure() callEelco Dolstra
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-07-20Properly lock the builds of CA derivationsregnat
2021-07-15Forward the whole Nix config to the post-build-hookregnat
2021-07-13Merge pull request #5006 from illustris/nscdEelco Dolstra
2021-07-13fixed output derivations: fix incorrect responses for getpwuidillustris
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-06-28Merge pull request #4942 from NixOS/ca/remove-lock-filesEelco Dolstra
2021-06-28Merge pull request #4937 from NixOS/ca/make-the-tests-usefulEelco Dolstra
2021-06-24Eventually delete the CA paths lock filesregnat
2021-06-24Perform input rewrites only in LocalDerivationGoalMaximilian Bosch
2021-06-24Make CA derivations compatible with recursive Nixregnat
2021-06-24Make the post-build-hook also run for unresolved CA derivationsregnat
2021-06-23Display the diverging paths in case of a realisation mismatchregnat