aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-15CleanupEelco Dolstra
2020-06-15Always hide the progress bar on exitEelco Dolstra
2020-06-15Remove unnecessary amDone() overridesEelco Dolstra
2020-06-15Give better error message about <...> in pure eval modeEelco 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-15Disambiguate BaseError(Args) constructorEelco 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-12Fix add-to-store --flat to put in correct hashMatthew 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-12Add --flat to nix add-to-storeMatthew Bauer
2020-06-12Fix buildEelco Dolstra
2020-06-12Merge pull request #3674 from matthewbauer/allow-empty-hash2Eelco Dolstra
2020-06-12Provide base argument to to_stringMatthew Bauer
2020-06-12Fix storeDir != storeDir conditionMatthew Bauer
2020-06-12Add newHashAllowEmpty helper functionMatthew 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-12Merge pull request #3670 from gilligan/add-pool-testsEelco 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-11Shut up warningEelco Dolstra
2020-06-11Style fixesEelco Dolstra
2020-06-10Add tests for pool.hhTobias Pflug
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-09Support empty hash in fetchersMatthew Bauer
2020-06-09Allow empty hash in derivationsMatthew Bauer
2020-06-08Move progress-bar.cc to libmainregnat
2020-06-08Style fixesEelco Dolstra
2020-06-08Add compression unit testsTobias Pflug
2020-06-08Unify the printing of the logs between bar-with-logs and rawregnat
2020-06-08Make the logger customisableregnat
2020-06-07set verbosity levelsBen Burdette
2020-06-06Remove error-demo/error-demo.ccTobias Pflug
2020-06-06Add tests for logging.hhTobias Pflug
2020-06-05Merge pull request #3656 from obsidiansystems/handle-unknown-file-ingestionEelco Dolstra
2020-06-05Fix log-prefix of `nix build -L`Eelco Dolstra
2020-06-04Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson