aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
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-30Fix typosBrian Wignall
2019-11-11Merge pull request #3219 from Ericson2314/semicolonsEelco Dolstra
2019-11-10Clean up semicolon and commaJohn Ericson
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-29Move addToStoreFromDump to StoreEelco 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-09Remove world-writability from per-user directoriesEelco Dolstra
2019-09-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-06-25Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-21Handle store symlinks in flake directoriesEelco Dolstra
2019-03-25store-api.hh: add missing include for unordered_mapWill Dietz
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-14findRuntimeRoots: Simplify/fix handling of /proc filesEelco Dolstra
2019-03-10Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-02-25Extract and expose splitUriAndParams functionDzmitry Zaitsau
2019-01-18unsupported(): Show the name of the unsupported operationEelco Dolstra
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-06-05Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-02-07Merge pull request #1816 from shlevy/add-pathEelco Dolstra
2018-02-06Add path primop.Shea Levy
2018-02-05Allow substituters to be marked as trustedEelco Dolstra
2018-02-03Remove nix-build --hashEelco Dolstra
2018-01-31document ability to set NIX_REMOTE=unix://path/to/socketSpencer Baugh
2018-01-12import, builtins.readFile: Handle diverted storesEelco Dolstra
2017-10-23Turn $NIX_REMOTE into a configuration optionEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14nix path-info: Show download sizes for binary cache storesEelco Dolstra
2017-07-14nix path-info: Don't barf on invalid pathsEelco Dolstra
2017-07-04Sort substituters by priorityEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-11Change the meaning of info.ultimateEelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-05-01Support arbitrary store URIs in nix.machinesEelco Dolstra