aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.cc
AgeCommit message (Expand)Author
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17replaced uncaught_exception with uncaught_exceptionsp01arst0rm
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Allow substituting from different storeDirMatthew Bauer
2020-06-12Remove Store::queryDerivationOutputNames()Eelco Dolstra
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-12remove unused extra json fieldsBen Burdette
2020-05-01convert some errorsBen Burdette
2020-04-29errorinfo constructor testBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-09-23Merge pull request #3104 from zimbatm/no-show-trace-forwardingEelco Dolstra
2019-09-22libstore: don't forward --show-tracezimbatm
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-08-28Don't send certain setting overrides to the daemonEelco Dolstra
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-10Make roots a map of store paths to pinning linksGuillaume Maudoux
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-10-16RemoteStore: Close connection if an exception occursEelco Dolstra
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-05-30RemoteStore::addToStore(): Ensure capacity is decreased on exceptionsEelco Dolstra
2018-05-30Fix deadlock in RemoteStore::queryPathInfoUncached()Eelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-05-30Make 'nix copy --to daemon' run in constant memory (daemon side)Eelco Dolstra
2018-03-21Also make the backwards compatible case of RemoteStore::addToStore run in con...Eelco Dolstra
2018-03-21Make 'nix copy --to daemon' run in constant memoryEelco Dolstra
2018-01-26remote_store: register for NIX_REMOTE=unix://pathSpencer Baugh
2017-10-24Remove the remote-builds optionEelco Dolstra
2017-09-14RemoteStore: Add option to drop old connections from the poolEelco Dolstra
2017-08-28Give activities a verbosity level againEelco Dolstra
2017-08-28Tunnel progress messages from the daemon to the clientEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-04Support base-64 hashesEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-04-26Add Store nesting to fix import-from-derivation within filterSourceShea Levy
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-04-06Implement RemoteStore::queryMissing()Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-03Cache connection failuresEelco Dolstra