index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
worker-protocol.hh
Age
Commit message (
Expand
)
Author
2023-05-22
Merge pull request #8365 from obsidiansystems/proto-structs
Théophane Hufschmitt
2023-05-18
Don't use `store-api.hh` in `worker-protocol.hh`
John Ericson
2023-05-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-05-19
Always send the realisations as JSON
regnat
2021-05-03
Bump version number for `DerivedPath` changes
Maximilian Bosch
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-22
Clean up serialization for `BuildResult`
John Ericson
2021-02-23
RemoteStore: Send back the new realisations
regnat
2021-02-23
Make the build-hook work with ca derivations
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-11-05
Allow substituting paths when building remotely using `ssh-ng://`
Maximilian Bosch
2020-10-07
Serialize exceptions from the daemon to the client
Eelco Dolstra
2020-10-07
Remove generic std::optional<T> suppport from worker proto
John Ericson
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
Refactor wopAddToStore to make wopAddTextToStore obsolete
Robert Hensing
2020-09-21
Overhaul wopAddToStore
Robert Hensing
2020-08-20
Merge pull request #3859 from obsidiansystems/drv-outputs-map-allow-missing
Eelco Dolstra
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol
John Ericson
2020-08-13
Allow trustless building of CA derivations
John Ericson
2020-08-07
Merge branch 'drv-outputs-map-allow-missing' of github.com:obsidiansystems/ni...
John Ericson
2020-08-07
Specialize `std::optional<StorePath>` so this is backwards compatible
John Ericson
2020-08-06
Fix bug due to non-deterministic arg eval order
Carlo Nucera
2020-08-06
Use template structs instead of phantoms
Carlo Nucera
2020-08-06
Remove leftover commented code
Carlo Nucera
2020-08-06
Merge branch 'drv-outputs-map-allow-missing-namespace' of github.com:obsidian...
Carlo Nucera
2020-08-05
Solve template deduction problem
Carlo Nucera
2020-08-05
WIP: Put the worker protocol `read` and `write` in a namespace to disambig
John Ericson
2020-08-05
Proxy -> Phantom to match Rust
John Ericson
2020-08-04
Remove unused functions
John Ericson
2020-08-04
WIP systematize more of the worker protocol
John Ericson
2020-07-31
Merge branch 'master' of github.com:NixOS/nix into drv-outputs-map-allow-missing
Carlo Nucera
2020-07-30
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-29
Fix RemoteStore::addToStore() latency
Eelco Dolstra
2020-07-24
`queryDerivationOutputMap` no longer assumes all outputs have a mapping
John Ericson
2020-07-02
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-22
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-19
Update worker protocol to support sending storepath maps
Matthew Bauer
[next]