aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.cc
AgeCommit message (Expand)Author
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra
2020-03-13Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-03-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2020-02-11nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-01-21Pluggable fetchersEelco Dolstra
2019-12-18Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-17Add priority setting to storesEelco Dolstra
2019-12-16nix-store -r: Handle symlinks to store pathsEelco 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-26Fix clang warningsEelco Dolstra
2019-11-26Disallow empty store path namesEelco Dolstra
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-10Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-09-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-08-28Set maximum name length in NixMatthew Bauer
2019-07-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-02checkStoreName: give more precise/verbose error informationGraham Christensen
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-21Handle store symlinks in flake directoriesEelco Dolstra
2019-05-02Add function for quoting stringsEelco 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
2018-09-26UntabifyEelco Dolstra
2018-08-21Improve 'coroutine has finished' error messageEelco Dolstra
2018-08-03Support escaping in store URIsEelco Dolstra
2018-07-24copyPathsToStore: honour keep-goingLinus Heckemann
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-05-30Fix assertion failure in storePathToHash()Eelco Dolstra
2018-03-29ValidPathInfo::isContentAddressed(): Ensure there are no referencesEelco Dolstra
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-02-13Allow plugins to define new settings.Shea Levy
2018-02-09getDefaultSubstituters(): Skip broken substitutersEelco Dolstra
2018-02-06Add path primop.Shea Levy