index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
legacy-ssh-store.cc
Age
Commit message (
Expand
)
Author
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-19
Likewise namespace and `enum struct`-ify `ServeCommand`
John Ericson
2023-06-19
Put worker protocol items inside a `WorkerProto` struct
John Ericson
2023-06-19
Split out worker protocol template definitions from declarations
John Ericson
2023-05-22
Merge pull request #8365 from obsidiansystems/proto-structs
Théophane Hufschmitt
2023-05-19
Merge pull request #8215 from obsidiansystems/general-repair-path
Eelco Dolstra
2023-05-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-04-17
Merge pull request #6312 from obsidiansystems/keyed-build-result
Robert Hensing
2023-04-17
Merge pull request #3746 from obsidiansystems/path-info
Robert Hensing
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-04-14
Support `repairPath` on most stores.
John Ericson
2023-04-13
Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchy
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-23
Fix SSHStore
Eelco Dolstra
2023-03-23
Fix clang build
Eelco Dolstra
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-01-30
Delete dead code
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-01
Merge pull request #5167 from Ma27/keep-failed-on-ssh-remote-build
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-09-23
Shut down write side before draining the read side
Eelco Dolstra
2021-09-23
SSHStore / LegacySSHStore: Show a better error message if the remote is "nolo...
Eelco Dolstra
2021-08-31
nix-store --serve: pass on `settings.keepFailed` from SSH store
Maximilian Bosch
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-01
Merge pull request #4574 from grahamc/libstore-ssh-host-key
Eelco Dolstra
2021-02-25
distributed builds: load remote builder host key from the machines file
Graham Christensen
2021-02-23
LegacySSHStore: Send back the new realisations
regnat
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-30
nix::worker_proto -> worker_proto
John Ericson
2020-09-30
Revert "Use template structs instead of phantoms"
John Ericson
2020-09-22
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-16
Add `(StoreConfig*)` casts to work around a GCC bug
regnat
[next]