about summary refs log tree commit diff
path: root/src/libstore/store-api.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09 Remove world-writability from per-user directoriesEelco Dolstra1-0/+3
2019-09-03 Add some noexceptsEelco Dolstra1-2/+2
2019-06-25 nix-channel: Don't fetch binary-cache-urlEelco Dolstra1-2/+1
2019-03-25 store-api.hh: add missing include for unordered_mapWill Dietz1-0/+1
2019-03-14 findRoots(): Add 'censor' parameterEelco Dolstra1-2/+4
2019-03-14 findRuntimeRoots: Simplify/fix handling of /proc filesEelco Dolstra1-1/+2
2019-03-10 Make roots a map of store paths to pinning linksGuillaume Maudoux1-1/+1
2019-02-25 Extract and expose splitUriAndParams functionDzmitry Zaitsau1-0/+4
2019-01-18 unsupported(): Show the name of the unsupported operationEelco Dolstra1-13/+22
2018-10-27 Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra1-0/+6
2018-09-07 If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra1-0/+1
2018-09-02 Store: expose the protocol version used by a storeDaiderd Jordan1-0/+6
2018-06-05 Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra1-0/+1
2018-05-30 Simplify the callback mechanismEelco Dolstra1-4/+2
2018-03-16 Reduce substitution memory consumptionEelco Dolstra1-1/+6
2018-02-07 Merge pull request #1816 from shlevy/add-pathEelco Dolstra1-3/+3
2018-02-06 Add path primop.Shea Levy1-3/+3
2018-02-05 Allow substituters to be marked as trustedEelco Dolstra1-0/+2
2018-02-03 Remove nix-build --hashEelco Dolstra1-1/+1
2018-01-31 document ability to set NIX_REMOTE=unix://path/to/socketSpencer Baugh1-0/+3
2018-01-12 import, builtins.readFile: Handle diverted storesEelco Dolstra1-2/+8
2017-10-23 Turn $NIX_REMOTE into a configuration optionEelco Dolstra1-2/+3
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
2017-07-14 nix path-info: Show download sizes for binary cache storesEelco Dolstra1-1/+1
2017-07-14 nix path-info: Don't barf on invalid pathsEelco Dolstra1-1/+3
2017-07-04 Sort substituters by priorityEelco Dolstra1-0/+5
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-11/+27
2017-05-11 Change the meaning of info.ultimateEelco Dolstra1-3/+2
2017-05-02 build-remote: Fix fallback to other machines when connecting failsEelco Dolstra1-0/+4
2017-05-01 build-remote: Don't require signaturesEelco Dolstra1-5/+2
2017-05-01 Support arbitrary store URIs in nix.machinesEelco Dolstra1-6/+17
2017-05-01 Add a dummy Store::buildPaths() methodEelco Dolstra1-7/+13
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-5/+20
2017-04-10 Minor cleanupEelco Dolstra1-6/+1
2017-04-06 Implement RemoteStore::queryMissing()Eelco Dolstra1-1/+1
2017-04-06 Add a method to allow hydra-queue-runner to flush the path info cacheEelco Dolstra1-5/+7
2017-04-06 nix-daemon: Disable path info cacheEelco Dolstra1-1/+6
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-3/+5
2017-03-16 LegacySSHStore: Provide a faster implementation of computeFSClosure()Eelco Dolstra1-1/+1
2017-03-15 Store: Add a method for getting build logsEelco Dolstra1-0/+8
2017-03-03 build-remote: Don't use a SSH masterEelco Dolstra1-0/+2
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-1/+6
2017-02-07 Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra1-1/+1
2017-02-07 copyStorePath(): Don't require signatures for "trusted" storesEelco Dolstra1-0/+4
2017-02-07 Provide default implementations for a couple of Store methodsEelco Dolstra1-7/+7
2017-01-26 exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra1-0/+14
2017-01-20 nix-copy-closure: Implement in C++.Shea Levy1-1/+1
2017-01-19 Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra1-0/+2
2016-12-07 Keep track of the exact build start/stop timesEelco Dolstra1-1/+3
2016-12-07 Add an option to make non-determinism non-fatalEelco Dolstra1-0/+11