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
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-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
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-12
Allow substituting from different storeDir
Matthew Bauer
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Fix clang warnings
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-09-03
Add some noexcepts
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2018-10-27
Merge branch 'nix-doctor' of https://github.com/LnL7/nix
Eelco Dolstra
2018-10-26
remote-store.hh: ConnectionHandle is struct, minor fix warning
Will Dietz
2018-10-16
RemoteStore: Close connection if an exception occurs
Eelco Dolstra
2018-10-16
Get rid of UDSRemoteStore::Connection
Eelco Dolstra
2018-09-02
Store: expose the protocol version used by a store
Daiderd Jordan
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-03-21
Make 'nix copy --to daemon' run in constant memory
Eelco Dolstra
2018-03-05
ssh-ng: Don't forward options to the daemon.
Shea Levy
2018-01-26
remote_store: register for NIX_REMOTE=unix://path
Spencer Baugh
2017-09-14
RemoteStore: Add option to drop old connections from the pool
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
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
2017-04-06
Implement RemoteStore::queryMissing()
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2017-03-03
Cache connection failures
Eelco Dolstra
2017-03-03
Improve SSH handling
Eelco Dolstra
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-09-02
Add ssh store implementation
Shea Levy
2016-09-02
Factor out the unix domain socket-specific code from RemoteStore
Shea Levy
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
2016-04-29
Allow parameters in store URIs
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-08
Remove failed build caching
Eelco Dolstra
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
[next]