aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-24Misc changes from the flakes branchEelco Dolstra
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-03-04nix-build: Fix !<output> handlingEelco Dolstra
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2020-02-07Fix segfault in gcc on i686-linuxEelco 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-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-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-29Move addToStoreFromDump to StoreEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco 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
2017-05-01Add a dummy Store::buildPaths() methodEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra