aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
AgeCommit message (Expand)Author
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-04Fix condition error and make test suite passCarlo Nucera
2020-06-04Flip booleanJohn Ericson
2020-06-04Use some `std::optional::has_value` for clarityJohn Ericson
2020-06-03No C++ designated initializers yet with Clang 7John Ericson
2020-06-03Don't anticipate multiple CA outputs for nowJohn Ericson
2020-06-03Merge remote-tracking branch 'upstream/master' into ca-drvJohn Ericson
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-03Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...John Ericson
2020-06-02Apply suggestions from code reviewJohn Ericson
2020-06-02Remove `HashType::Unknown`John Ericson
2020-06-02Change parseCa(Opt) to parseContentAddress(Opt)Carlo Nucera
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-06-02WIPJohn Ericson
2020-06-01Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...Carlo Nucera
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-28Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...John Ericson
2020-05-27Rename some variables named “recursive” to “method”Matthew Bauer
2020-05-13formatting and a few minor changesBen Burdette
2020-05-13consistent capitalizationBen Burdette
2020-05-13change status messages to info levelBen Burdette
2020-05-12remove unused extra json fieldsBen Burdette
2020-05-12new pos format for more errorsBen Burdette
2020-05-11fixes to merged codeBen Burdette
2020-05-01convert some errorsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-17Use a more space/time-efficient representation for the eval cacheEelco Dolstra
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2020-03-24Misc changes from the flakes branchEelco Dolstra
2020-03-19hashDerivationModulo: Generalize for multiple fixed ouputs per drvJohn Ericson
2020-03-18Fix typos John Ericson
2020-03-16Fix typos John Ericson
2020-03-15Generalize `isFixedOutput` in preparation for CA drvsJohn Ericson
2020-03-13Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-03-13Fix ca-references feature checkEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-03-11Move call-flake.nix into libexprEelco Dolstra
2020-02-18LocalStore::checkDerivationOutputs(): Improve error messageEelco Dolstra
2020-02-17LocalStore::checkDerivationOutputs(): Improve error messageEelco Dolstra
2020-02-02Add convenience overload for toRealPath()Eelco Dolstra
2019-12-18Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-17Add priority setting to storesEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-26SimplifyEelco Dolstra