aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2020-07-02Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-02Store subPath in SubstitutionGoalMatthew Bauer
2020-07-02Try next when no ca exists and have different store dirsMatthew Bauer
2020-07-01CleanupEelco Dolstra
2020-07-01Merge branch 'remote-query-outputs' of https://github.com/tweag/nixEelco Dolstra
2020-06-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-29Merge pull request #3729 from obsidiansystems/simpler-hased-mirrorEelco Dolstra
2020-06-29Merge pull request #3749 from rodarima/masterEelco Dolstra
2020-06-25Fix empty std::optional dereference in writeDerivation()Eelco Dolstra
2020-06-25Fall back to copyPath if link fails with EPERMRodrigo
2020-06-24Add a way to get all the outputs of a derivation with their labelregnat
2020-06-22Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-22hashed-mirrors: Use parsed derivation output rather than reconstructing itJohn Ericson
2020-06-19Update worker protocol to support sending storepath mapsMatthew Bauer
2020-06-19Replace error message in getDerivationCAMatthew Bauer
2020-06-19Return map of StorePaths in copyPathsMatthew Bauer
2020-06-19Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-19Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-19Merge remote-tracking branch 'upstream/master' into no-hash-type-unknownJohn Ericson
2020-06-19More designated initializersJohn Ericson
2020-06-19Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...John Ericson
2020-06-19Remove unneeded constructor for `DerivationOutputHash`John Ericson
2020-06-19Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-19Use designated initializers for `DerivationOutputHash`John Ericson
2020-06-19FileSystemHash -> DerivationOutputHashJohn Ericson
2020-06-19Remove some `Base::` that crept inJohn Ericson
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-18Merge branch 'no-hash-type-unknown' into validPathInfo-tempJohn Ericson
2020-06-18Revert the `enum struct` changeJohn Ericson
2020-06-18Merge branch 'enum-class' into no-hash-type-unknownJohn Ericson
2020-06-18Merge remote-tracking branch 'upstream/master' into enum-classJohn Ericson
2020-06-18Rename content-addressed-paths into ca-derivationsregnat
2020-06-17Merge pull request #3713 from matthewbauer/cleanup-warningsEelco Dolstra
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Make sure references are empty for store path replacingMatthew Bauer
2020-06-17Add assert for replaced storePathMatthew Bauer
2020-06-17Merge pull request #3712 from obsidiansystems/make-http-successful-states-coh...Eelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17Remove unused narInfoFile in binary-cache-storeMatthew Bauer
2020-06-17Replace struct StorePath with class StorePathMatthew Bauer
2020-06-17Include review commentsCarlo Nucera
2020-06-17Update strings from review commentMatthew Bauer
2020-06-17Merge pull request #3710 from tweag/reserve_ca_derivationsEelco Dolstra
2020-06-17Merge pull request #3707 from p01arst0rm/outdated-function-fixEelco Dolstra
2020-06-17fixup! Reserve the `__contentAddressed` derivation parameterregnat
2020-06-17Make successful states coherentCarlo Nucera
2020-06-17Reserve the `__contentAddressed` derivation parameterregnat
2020-06-17Merge pull request #3657 from obsidiansystems/sligthly-improve-store-path-doc...Eelco Dolstra
2020-06-17Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-17replaced uncaught_exception with uncaught_exceptionsp01arst0rm