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-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-11-17
Merge pull request #4180 from Ma27/ssh-ng-substitute
Eelco Dolstra
2020-11-16
Fix deadlock in nix-store when max-connections=1
Jake Waksbaum
2020-11-05
Allow substituting paths when building remotely using `ssh-ng://`
Maximilian Bosch
2020-11-02
Merge pull request #4207 from hercules-ci/fix-RemoteStore-filterSource-deadlock
Eelco Dolstra
2020-11-02
Don't send eval-related settings to the daemon
Eelco Dolstra
2020-10-30
Fix RemoteStore pool deadlock in filterSource etc
Robert Hensing
2020-10-11
Split out uds-remote-store.{cc.hh}
John Ericson
2020-10-07
Serialize exceptions from the daemon to the client
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
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-22
RemoteStore::addCAToStore(): Don't hold connection while calling queryPathInfo()
Eelco Dolstra
2020-09-22
Style fixes
Eelco Dolstra
2020-09-22
Merge branch 'add-ca-to-store' of https://github.com/hercules-ci/nix
Eelco Dolstra
2020-09-22
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-21
wopAddToStore: return ValidPathInfo
Robert Hensing
2020-09-21
wopAddToStore: add RepairFlag
Robert Hensing
2020-09-21
Move FramedSink next to FramedSource
Robert Hensing
2020-09-21
Refactor wopAddToStore to make wopAddTextToStore obsolete
Robert Hensing
2020-09-21
Overhaul wopAddToStore
Robert Hensing
2020-09-17
Move FramedSource and FramedSink, extract withFramedSink
Robert Hensing
2020-09-16
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...
John Ericson
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Document the new store hierarchy
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
Fix the registration of stores
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-09-13
Fix unspecified behaviour in readStorePathCAMap
aszlig
2020-08-27
RemoteStore::addToStore(): Fix race between stderrThread and NAR writer
Eelco Dolstra
2020-08-21
tabs -> spaces
John Ericson
2020-08-20
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-08-20
Merge pull request #3859 from obsidiansystems/drv-outputs-map-allow-missing
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-08-19
Merge branch 'master' of github.com:NixOS/nix into remove-storetype-delegate-...
John Ericson
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol
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
Use template structs instead of phantoms
Carlo Nucera
2020-08-06
Merge branch 'drv-outputs-map-allow-missing-namespace' of github.com:obsidian...
Carlo Nucera
[next]