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
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-04-05
Revert "libstore: remove one Resource::good flag"
eldritch horrors
2024-03-31
libstore: remove one Resource::good flag
eldritch horrors
2024-03-24
libstore: despecialcase protocol version check
eldritch horrors
2024-03-07
Merge pull request #9560 from obsidiansystems/serve-proto-unkeyed-valid-path-...
eldritch horrors
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2024-03-04
Merge pull request #9157 from obsidiansystems/protocol-versions
Robert Hensing
2024-03-04
Merge pull request #9137 from obsidiansystems/serve-protocol
eldritch horrors
2024-03-04
Merge pull request #9099 from obsidiansystems/common-proto
eldritch horrors
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
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
[next]