index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
remote-store.cc
Age
Commit message (
Expand
)
Author
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-29
Cleanup
Eelco Dolstra
2020-07-29
Fix RemoteStore::addToStore() latency
Eelco Dolstra
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-13
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-10
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-03
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
John Ericson
2020-07-03
Merge branch 'master' into add-trace
Ben Burdette
2020-07-02
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-07-01
Cleanup
Eelco Dolstra
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
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-19
WIP: Make Hash always store a valid hash type
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-17
Add StorePathCAMap for querySubstitutablePathInfos
Matthew Bauer
2020-06-17
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-17
replaced uncaught_exception with uncaught_exceptions
p01arst0rm
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Allow substituting from different storeDir
Matthew Bauer
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-02
Apply suggestions from code review
John Ericson
2020-06-02
Change parseCa(Opt) to parseContentAddress(Opt)
Carlo Nucera
2020-06-02
WIP
John Ericson
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-12
remove unused extra json fields
Ben Burdette
2020-05-01
convert some errors
Ben Burdette
2020-04-29
errorinfo constructor test
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-11
ssh-ng: Don't set CPU affinity on the remote
Eelco Dolstra
2019-10-04
Revert "std::uncaught_exception() -> std::uncaught_exceptions()"
Eelco Dolstra
2019-09-23
Merge pull request #3104 from zimbatm/no-show-trace-forwarding
Eelco Dolstra
2019-09-22
libstore: don't forward --show-trace
zimbatm
2019-09-13
std::uncaught_exception() -> std::uncaught_exceptions()
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-08-28
Don't send certain setting overrides to the daemon
Eelco Dolstra
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
[next]