aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.cc
AgeCommit message (Expand)Author
2020-06-17Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Use `std::string_view` in a few more placesJohn Ericson
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-04Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-03Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-03libutils/hash: remove default encodingzimbatm
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-28Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...John Ericson
2020-05-28Merge remote-tracking branch 'upstream/master' into more-rust-ffiJohn Ericson
2020-05-27Rename some variables named “recursive” to “method”Matthew Bauer
2020-05-26Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...Carlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into more-rust-ffiCarlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-11switch from printError warnings to logWarningsBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30Never cast `FileIngestionMethod` to or from booleanJohn Ericson
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson
2020-03-30Merge remote-tracking branch 'me/enum-FileIngestionMethod' into HEADJohn Ericson
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-25Extend Rust FFIJohn Ericson
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-03-24Add function for quoting stringsEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2019-12-17Add priority setting to storesEelco Dolstra
2019-12-16nix-store -r: Handle symlinks to store pathsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-11-26Disallow empty store path namesEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-08-28Set maximum name length in NixMatthew Bauer
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-07-02checkStoreName: give more precise/verbose error informationGraham Christensen
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-02-25Extract and expose splitUriAndParams functionDzmitry Zaitsau
2019-01-18unsupported(): Show the name of the unsupported operationEelco Dolstra
2018-10-29copyStorePath: Fix hash errors when copying from older storeFalco Peijnenburg
2018-10-16Fix assertion failure in Store::queryPathInfo()Eelco Dolstra