You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/drive/driveimpl
Percy Wegmann 7209c4f91e drive: parse depth 1 PROPFIND results to include children in cache
Clients often perform a PROPFIND for the parent directory before
performing PROPFIND for specific children within that directory.
The PROPFIND for the parent directory is usually done at depth 1,
meaning that we already have information for all of the children.
By immediately adding that to the cache, we save a roundtrip to
the remote peer on the PROPFIND for the specific child.

Updates tailscale/corp#19779

Signed-off-by: Percy Wegmann <percy@tailscale.com>
5 months ago
..
compositedav drive: parse depth 1 PROPFIND results to include children in cache 5 months ago
dirfs tailscale: update tailfs file and package names (#11590) 6 months ago
shared drive: parse depth 1 PROPFIND results to include children in cache 5 months ago
birthtiming.go tailscale: update tailfs file and package names (#11590) 6 months ago
birthtiming_test.go tailscale: update tailfs file and package names (#11590) 6 months ago
connlistener.go tailscale: update tailfs file and package names (#11590) 6 months ago
connlistener_test.go tailscale: update tailfs file and package names (#11590) 6 months ago
drive_test.go drive: actually cache results on statcache 5 months ago
fileserver.go drive: use secret token to authenticate access to file server on localhost 5 months ago
local_impl.go drive: actually cache results on statcache 5 months ago
remote_impl.go drive: use secret token to authenticate access to file server on localhost 5 months ago