aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2021-04-09add tests for zstd compressionDomen Kožar
2021-03-10Use libarchive for all compressionYorick van Pelt
2021-01-29Merge pull request #4461 from NixOS/ca/error-logging-fixesEelco Dolstra
2021-01-27Drop trailing whitespaceEelco Dolstra
2021-01-26Fix the error message when a dep is missingregnat
2021-01-26Make the error message for missing outputs more usefulregnat
2021-01-25Tell user to run 'nix log' to get full build logsEelco Dolstra
2021-01-25Merge pull request #4467 from edolstra/error-formattingEelco Dolstra
2021-01-25Merge pull request #4470 from matthewbauer/fix-4469Eelco Dolstra
2021-01-25Merge pull request #4387 from obsidiansystems/non-local-store-buildEelco Dolstra
2021-01-22Handle missing etag in 304 Not Modified responseMatthew Bauer
2021-01-22Apply suggestions from code reviewJohn Ericson
2021-01-22Improve documentation and test and requestedJohn Ericson
2021-01-21Improve error formattingEelco Dolstra
2021-01-18--refresh: Imply setting .narinfo disk cache TTL to 0Eelco Dolstra
2021-01-18Fix the drv output map for non ca derivationsregnat
2021-01-15Make public keys and `requireSigs` local-store specific againJohn Ericson
2021-01-15Merge remote-tracking branch 'upstream/master' into non-local-store-buildJohn Ericson
2021-01-13Add 'nix store repair' commandEelco Dolstra
2021-01-13Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinityEelco Dolstra
2021-01-13Remove a redundant condition in DerivationGoal::tryLocalBuild()Rickard Nilsson
2021-01-11Set kern.curproc_arch_affinity=0 to escape RosettaMatthew Bauer
2021-01-12Don't let 'preferLocalBuild' override 'max-jobs=0'Rickard Nilsson
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-07Add 'nix store prefetch-{file,tarball}'Eelco Dolstra
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06crypto.cc: API cleanup and add generate() / to_string() methodsEelco Dolstra
2021-01-06Merge pull request #4310 from matthewbauer/rosetta2-extra-platformsEelco Dolstra
2021-01-05Fix deadlock in LocalStore::addSignatures()Eelco Dolstra
2020-12-28scanForReferences: Remove misleading commentEelco Dolstra
2020-12-23Test nix-build with non-local-store --storeJohn Ericson
2020-12-23Expose schedule entrypoints to all storesJohn Ericson
2020-12-23Crudely make worker only provide a Store, not LocalStoreJohn Ericson
2020-12-23Move some PKI stuff from LocalStore to StoreJohn Ericson
2020-12-23Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-cachesEelco Dolstra
2020-12-20Overhaul store subclassingJohn Ericson
2020-12-17Fix the detection of already built drv outputsregnat
2020-12-16Merge pull request #4370 from NixOS/ca/more-precise-build-noopEelco Dolstra
2020-12-16Don't ignore an absent drv file in queryPartialDrvOutputMapregnat
2020-12-16Merge pull request #4348 from NixOS/ca/use-hashmoduloEelco Dolstra
2020-12-16Fix BinaryCacheStore::registerDrvOutputregnat
2020-12-16Better detect when `buildPaths` would be a no-opregnat
2020-12-15Use the fs accessor for readInvalidDerivationregnat
2020-12-15Fix `addTextToStore` for binary cachesregnat
2020-12-14Merge pull request #4330 from NixOS/ca/properly-store-outputsEelco Dolstra
2020-12-13Merge pull request #4352 from jonringer/allow-private-cachesEelco Dolstra
2020-12-11Restrict the operations on drv outputs in recursive Nixregnat
2020-12-11Use the hash modulo in the derivation outputsregnat
2020-12-11Store the realisations as JSON in the binary cacheregnat
2020-12-11Rework the db schema for derivation outputsregnat