aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-06-16Fix FTP supportEelco Dolstra
2020-06-15Print only one error message if a build failsEelco Dolstra
2020-06-15Remove unnecessary amDone() overridesEelco Dolstra
2020-06-15Improve "waiting for locks" messagesEelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-13Correctly substitute from different storeDirMatthew Bauer
2020-06-12Add makeFixedOutputPathFromCA functionMatthew Bauer
2020-06-12Use `std::string_view` in a few more placesJohn Ericson
2020-06-12Debug when storePath changesMatthew Bauer
2020-06-12Recompute storePath based on isContentAddressedMatthew Bauer
2020-06-12Don’t use makeStorePathMatthew Bauer
2020-06-12Separate dstStore path from srcStore pathMatthew Bauer
2020-06-12Compute new store path correctlyMatthew Bauer
2020-06-12Fix storeDir != storeDir conditionMatthew Bauer
2020-06-12Remove hashed-mirrorsMatthew Bauer
2020-06-12Allow substituting from different storeDirMatthew Bauer
2020-06-12Add Store::readDerivation() convenience functionEelco Dolstra
2020-06-12Remove Store::queryDerivationOutputNames()Eelco Dolstra
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-11Merge pull request #3073 from tweag/machine-logsEelco Dolstra
2020-06-11Move names.{cc,hh} to libstoreEelco Dolstra
2020-06-10Merge pull request #3655 from zimbatm/hash-encoding-prepareEelco Dolstra
2020-06-09Disable extra-platforms = i686-linux on wsl1 (#3676)Matthew Bauer
2020-06-08Unify the printing of the logs between bar-with-logs and rawregnat
2020-06-04Fix condition error and make test suite passCarlo Nucera
2020-06-04Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-04Use `readString` rather than `>> temporary`John Ericson
2020-06-04Flip booleanJohn Ericson
2020-06-04Use some `std::optional::has_value` for clarityJohn Ericson
2020-06-04Add error message when FileIngestionMethod is out of boundsMatthew Bauer
2020-06-03No C++ designated initializers yet with Clang 7John Ericson
2020-06-03Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-03Clarify the description of StorePath constructionCarlo Nucera
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-03Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...John Ericson
2020-06-02`outputHashAlgo` can be blank so parse accordinglyJohn Ericson
2020-06-02TypoCarlo Nucera
2020-06-02Validate text version instead, throw ErrorsCarlo Nucera
2020-06-02Add assertions for SHA256 in fixed caseCarlo Nucera
2020-06-02Move file-hash to content-addressCarlo Nucera
2020-06-02WIP Completed implementationCarlo Nucera
2020-06-02WIPCarlo Nucera
2020-06-02Clean up `ValidPathInfo::isContentAddressed` with `std::visit`John Ericson
2020-06-02Apply suggestions from code reviewJohn Ericson
2020-06-02Merge remote-tracking branch 'upstream/master' into no-hash-type-unknownJohn Ericson
2020-06-02Remove `HashType::Unknown`John Ericson