aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build
AgeCommit message (Expand)Author
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-11util.hh: split out signals stuffJade Lovelace
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-06Merge pull request #9280 from R-VdP/rvdp/fix_remote_logging_phase_reportingeldritch horrors
2024-03-07Copy the output of fixed-output derivations before registering themPuck Meerburg
2024-03-04Merge pull request #9974 from edolstra/less-chatty-post-build-hookeldritch horrors
2024-03-04Merge pull request #9924 from 9999years/rename-yellowtxteldritch horrors
2024-03-04Merge pull request #9804 from edolstra/missing-nar-crasheldritch horrors
2024-03-04Merge pull request #9797 from edolstra/fix-error-messageeldritch horrors
2024-03-04Merge pull request #9763 from L-as/avoid-unnecessary-copyeldritch horrors
2024-03-04Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hangeldritch horrors
2024-03-04Merge pull request #9641 from amarshall/darwin-sandbox-stderreldritch horrors
2024-03-04Merge pull request #9589 from obsidiansystems/floating-content-addressing-der...eldritch horrors
2024-03-04Merge pull request #9563 from obsidiansystems/tryResolve-evalStoreeldritch horrors
2024-03-04Merge pull request #9400 from hercules-ci/refactors-from-5e3986f59cbeldritch horrors
2024-03-04Merge pull request #6469 from gbpdt/fix/skipped_build_lockingeldritch horrors
2024-03-04Merge pull request #9271 from keszybz/if-fixeldritch horrors
2024-03-04Merge pull request #9246 from trofi/clarify-builder-uid-exhaustioneldritch horrors
2024-03-04Merge pull request #8965 from Artturin/bindfilesinchrooteldritch horrors
2024-03-04Merge pull request #9172 from tfc/bad-moveseldritch horrors
2024-03-04Merge pull request #9099 from obsidiansystems/common-protoeldritch horrors
2023-10-02Revert "Adapt scheduler to work with dynamic derivations"John Ericson
2023-09-07Allow dynamic derivation deps in `inputDrvs`John Ericson
2023-09-01Fix warning 'catching polymorphic type by value'Eelco Dolstra
2023-08-25Adapt scheduler to work with dynamic derivationsJohn Ericson
2023-08-25Use `Worker::makeDerivationGoal` lessJohn Ericson
2023-08-25Introduce `OutputName` and `OutputNameView` type aliasesJohn Ericson
2023-08-19Merge pull request #8812 from tweag/fix-clang-tidyRobert Hensing
2023-08-18Fixing #7479John Ericson
2023-08-16Document jobCategory()Robert Hensing
2023-08-11Prevent overriding virtual methods that are called in a destructorYorick van Pelt
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-07Stabilize `discard-references`Théophane Hufschmitt
2023-07-24Clean up store hierarchy with `IndirectRootStore`John Ericson
2023-07-21Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...John Ericson
2023-07-21Merge pull request #8650 from obsidiansystems/content-address-simplerEelco Dolstra
2023-07-20Give `queryPartialDerivationOutputMap` an `evalStore` parameterJohn Ericson
2023-07-17Merge pull request #8342 from NixLayeredStore/best-effort-supplementary-groupsThéophane Hufschmitt
2023-07-14Test nested sandboxing, and make nicer errorJohn Ericson
2023-07-11Always attempt setgroups but allow failure to be ignored.Ben Radford
2023-07-11Merge remote-tracking branch 'origin/master' into best-effort-supplementary-g...Ben Radford
2023-07-07Simplify `ContentAddress`John Ericson
2023-06-30linkOrCopy: Fallback upon cross-device link error (EXDEV)Yueh-Shun Li
2023-06-22Better document build failure exit codesJohn Ericson
2023-06-21Merge pull request #8374 from obsidiansystems/improve-path-settingJohn Ericson
2023-06-19Remove unused `#include` from `local-derivation-goal.cc`John Ericson
2023-06-19Create `worker_proto::{Read,Write}Conn`John Ericson
2023-06-19Put worker protocol items inside a `WorkerProto` structJohn Ericson
2023-06-19Split out worker protocol template definitions from declarationsJohn Ericson