aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.hh
AgeCommit message (Expand)Author
2020-12-20Overhaul store subclassingJohn Ericson
2020-12-11Store metadata about drv outputs realisationsregnat
2020-10-13Derivations can output "text-hashed" dataJohn Ericson
2020-10-11Split out uds-remote-store.{cc.hh}John Ericson
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-09-22Style fixesEelco Dolstra
2020-09-21Document addCAToStore/addToStoreFromDump source drainageRobert Hensing
2020-09-21wopAddToStore: return ValidPathInfoRobert Hensing
2020-09-21wopAddToStore: add RepairFlagRobert Hensing
2020-09-21Refactor wopAddToStore to make wopAddTextToStore obsoleteRobert Hensing
2020-09-21Overhaul wopAddToStoreRobert Hensing
2020-09-16Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...John Ericson
2020-09-16Add a name to the storesregnat
2020-09-16Properly filter the stores according to their declared uriSchemesregnat
2020-09-16Correctly call all the parent contructors of the storesregnat
2020-09-16Separate store configs from the implemsregnat
2020-09-16Make the store plugins more introspectableregnat
2020-09-15Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...John Ericson
2020-09-15gracefully handle old daemon versionsregnat
2020-08-27RemoteStore::addToStore(): Fix race between stderrThread and NAR writerEelco Dolstra
2020-08-20Rename drv output querying functionsJohn Ericson
2020-08-19Use `RemoteStore` to open connection for proxying daemonJohn Ericson
2020-07-31Merge branch 'master' of github.com:NixOS/nix into drv-outputs-map-allow-missingCarlo Nucera
2020-07-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-24`queryDerivationOutputMap` no longer assumes all outputs have a mappingJohn Ericson
2020-07-13Remove 'accessor' from addToStore()Eelco Dolstra
2020-07-02Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-24Add a way to get all the outputs of a derivation with their labelregnat
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-12Allow substituting from different storeDirMatthew Bauer
2020-06-12Remove Store::queryDerivationOutputNames()Eelco Dolstra
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-10-26remote-store.hh: ConnectionHandle is struct, minor fix warningWill Dietz
2018-10-16RemoteStore: Close connection if an exception occursEelco Dolstra
2018-10-16Get rid of UDSRemoteStore::ConnectionEelco Dolstra
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-03-21Make 'nix copy --to daemon' run in constant memoryEelco Dolstra
2018-03-05ssh-ng: Don't forward options to the daemon.Shea Levy
2018-01-26remote_store: register for NIX_REMOTE=unix://pathSpencer Baugh