index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
remote-store.hh
Age
Commit message (
Expand
)
Author
2022-08-22
Indentation
Eelco Dolstra
2022-06-08
Restore the "low-latency" ssh copying
Théophane Hufschmitt
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-16
addToStoreFromDump(): Take std::string_view
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-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-05
Make the flake options work when using the daemon
regnat
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-13
Remove syncWithGC()
Eelco Dolstra
2021-09-23
Shut down write side before draining the read side
Eelco Dolstra
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-10-11
Split out uds-remote-store.{cc.hh}
John Ericson
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-22
Style fixes
Eelco Dolstra
2020-09-21
Document addCAToStore/addToStoreFromDump source drainage
Robert Hensing
2020-09-21
wopAddToStore: return ValidPathInfo
Robert Hensing
2020-09-21
wopAddToStore: add RepairFlag
Robert Hensing
2020-09-21
Refactor wopAddToStore to make wopAddTextToStore obsolete
Robert Hensing
2020-09-21
Overhaul wopAddToStore
Robert Hensing
2020-09-16
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...
John Ericson
2020-09-16
Add a name to the stores
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-09-15
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...
John Ericson
2020-09-15
gracefully handle old daemon versions
regnat
2020-08-27
RemoteStore::addToStore(): Fix race between stderrThread and NAR writer
Eelco Dolstra
2020-08-20
Rename drv output querying functions
John Ericson
2020-08-19
Use `RemoteStore` to open connection for proxying daemon
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-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-24
`queryDerivationOutputMap` no longer assumes all outputs have a mapping
John Ericson
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
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
[next]