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
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
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-30
minor: fix mismatch of struct/class forward decl of 'Source'
Will Dietz
2019-10-29
Move most of the daemon implementation to libstore
Eelco Dolstra
2018-05-30
Make 'nix copy --to daemon' run in constant memory (daemon side)
Eelco Dolstra
2017-08-28
Don't send progress messages to older clients
Eelco Dolstra
2017-08-28
Tunnel progress messages from the daemon to the client
Eelco Dolstra
2017-04-06
Implement RemoteStore::queryMissing()
Eelco Dolstra
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-09-02
Implement nar-based addToStore for remote-store
Shea Levy
[next]