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
2024-07-16
libstore: remove WriteConn::sink fields
eldritch horrors
2024-07-16
libstore: generatorize protocol serializers
eldritch horrors
2024-06-19
libstore: remove operations that are never called by supported clients
Jade Lovelace
2024-06-16
libstore: refuse to serialise ancient protocols
Jade Lovelace
2024-06-16
Set up minimum protocol version
Jade Lovelace
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 #9099 from obsidiansystems/common-proto
eldritch horrors
2024-03-04
Merge pull request #9094 from obsidiansystems/test-proto
eldritch horrors
2024-03-04
Merge pull request #8923 from obsidiansystems/test-proto
eldritch horrors
2023-06-19
Create `worker_proto::{Read,Write}Conn`
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-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
[next]