aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2021-02-25Make `nix copy` work without the ca-derivations flagregnat
2021-02-25Apply @edolstra stylistic suggestionsThéophane Hufschmitt
2021-02-25Ensure that the ca-derivations bit is set when copying realisationsregnat
2021-02-25Don't crash when copying realisations to a non-ca remoteregnat
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-24Bail if plugin-files is set after plugins have been loaded.Shea Levy
2021-02-23Merge pull request #4551 from danieldk/system-features-compute-levelEelco Dolstra
2021-02-22Warn about instability of plugin APIShea Levy
2021-02-22Add x86_64 compute levels as additional system typesDaniël de Kok
2021-02-19Remove the drv resolution caching mechanismregnat
2021-02-19Store the output hashes in the initialOutputs of the drv goalregnat
2021-02-19Don't expose the "bang" drvoutput syntaxThéophane Hufschmitt
2021-02-19Syntactic fixesThéophane Hufschmitt
2021-02-19Register the realisations for unresolved drvsregnat
2021-02-09Revert "narinfo: Change NAR URLs to be addressed on the NAR hash instead of t...Graham Christensen
2021-02-09Merge pull request #4464 from tweag/nar-narhash-addressedEelco Dolstra
2021-02-05Add more instrumentation for #4270Eelco Dolstra
2021-02-05Merge pull request #4372 from tweag/ca/drvoutputs-commandsEelco Dolstra
2021-02-05Add a trace to readLine() failuresEelco Dolstra
2021-02-05Remove the `visit` machinery in `RealisedPath`regnat
2021-02-05Move the GENERATE_CMP macro to its own fileregnat
2021-02-04Fix a whitespace issueThéophane Hufschmitt
2021-01-29Merge pull request #4461 from NixOS/ca/error-logging-fixesEelco Dolstra
2021-01-28Add a new Cmd type working on RealisedPathsregnat
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-21narinfo: Change NAR URLs to be addressed on the NAR hash instead of the compr...adisbladis
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