aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.cc
AgeCommit message (Expand)Author
2021-09-30Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2021-09-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-09-30`std::visit` by referenceJohn Ericson
2021-09-23Shut down write side before draining the read sideEelco Dolstra
2021-09-23SSHStore / LegacySSHStore: Show a better error message if the remote is "nolo...Eelco Dolstra
2021-07-30Don’t send the experimental-features to the daemonregnat
2021-07-26Low-latency closure copyEelco Dolstra
2021-07-22RemoteStore::buildPaths(): Handle evalStoreEelco Dolstra
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22Hacky fast closure copying mechanismEelco Dolstra
2021-05-19Always send the realisations as JSONregnat
2021-05-03Bump version number for `DerivedPath` changesMaximilian Bosch
2021-04-05Merge commit '1b6cf0d5f56e166a1cbbf38142375b7a92fc88f2' into ca-drv-exoticJohn Ericson
2021-04-05Merge commit 'd5cef6c33a051dfc672cb1e5f4739948b167315b' into ca-drv-exoticJohn Ericson
2021-04-05Merge commit 'e12308dd63f0ad27b22dcdb3da89c411eebcad2b' into ca-drv-exoticJohn Ericson
2021-04-05Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-04-05Merge commit '9dfb97c987d8b9d6a3d15f016e40f22f91deb764' into path-infoJohn Ericson
2021-04-05Merge branch 'master' into path-infoJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05"newtype" BuildableReqJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-22Fix typos in the last PR #4656John Ericson
2021-03-22Clean up serialization for `BuildResult`John Ericson
2021-02-27Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exoticJohn Ericson
2021-02-27Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-02-25Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exoticJohn Ericson
2021-02-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-02-23RemoteStore: Send back the new realisationsregnat
2021-02-23Make the build-hook work with ca derivationsregnat
2020-12-20Overhaul store subclassingJohn Ericson
2020-12-11Store metadata about drv outputs realisationsregnat
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-11-17Merge pull request #4180 from Ma27/ssh-ng-substituteEelco Dolstra
2020-11-16Fix deadlock in nix-store when max-connections=1Jake Waksbaum
2020-11-05Allow substituting paths when building remotely using `ssh-ng://`Maximilian Bosch
2020-11-02Merge pull request #4207 from hercules-ci/fix-RemoteStore-filterSource-deadlockEelco Dolstra
2020-11-02Don't send eval-related settings to the daemonEelco Dolstra
2020-10-30Fix RemoteStore pool deadlock in filterSource etcRobert Hensing
2020-10-13Derivations can output "text-hashed" dataJohn Ericson
2020-10-12Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2020-10-11Split out uds-remote-store.{cc.hh}John Ericson
2020-10-07Serialize exceptions from the daemon to the clientEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2020-09-30nix::worker_proto -> worker_protoJohn Ericson
2020-09-30Revert "Use template structs instead of phantoms"John Ericson
2020-09-23Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2020-09-22Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-22RemoteStore::addCAToStore(): Don't hold connection while calling queryPathInfo()Eelco Dolstra