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-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
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
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
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
2018-10-27
Merge branch 'nix-doctor' of https://github.com/LnL7/nix
Eelco Dolstra
2018-10-16
RemoteStore: Close connection if an exception occurs
Eelco Dolstra
2018-09-02
Store: expose the protocol version used by a store
Daiderd Jordan
2018-05-30
RemoteStore::addToStore(): Ensure capacity is decreased on exceptions
Eelco Dolstra
2018-05-30
Fix deadlock in RemoteStore::queryPathInfoUncached()
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-05-30
Make 'nix copy --to daemon' run in constant memory (daemon side)
Eelco Dolstra
2018-03-21
Also make the backwards compatible case of RemoteStore::addToStore run in con...
Eelco Dolstra
2018-03-21
Make 'nix copy --to daemon' run in constant memory
Eelco Dolstra
2018-01-26
remote_store: register for NIX_REMOTE=unix://path
Spencer Baugh
2017-10-24
Remove the remote-builds option
Eelco Dolstra
2017-09-14
RemoteStore: Add option to drop old connections from the pool
Eelco Dolstra
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
2017-08-28
Tunnel progress messages from the daemon to the client
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-02
build-remote: Fix fallback to other machines when connecting fails
Eelco Dolstra
[next]