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/ipn
Joe Tsai b1867eb23f
taildrop: add logic for resuming partial files (#9785)
We add the following API:
* type FileChecksums
* type Checksum
* func Manager.PartialFiles
* func Manager.HashPartialFile
* func ResumeReader

The Manager methods provide the ability to query for partial files
and retrieve a list of checksums for a given partial file.
The ResumeReader function is a helper that wraps an io.Reader
to discard content that is identical locally and remotely.
The FileChecksums type represents the checksums of a file
and is safe to JSON marshal and send over the wire.

Updates tailscale/corp#14772

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
Co-authored-by: Rhea Ghosh <rhea@tailscale.com>
8 months ago
..
ipnauth all: update copyright and license headers 1 year ago
ipnlocal taildrop: add logic for resuming partial files (#9785) 8 months ago
ipnserver logpolicy, various: allow overriding log function 11 months ago
ipnstate client/web: restrict full management client behind browser sessions 8 months ago
localapi ipn/ipnlocal: do unexpired cert renewals in the background 8 months ago
policy ipn: prefer allow/denylist terminology 1 year ago
store cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updating 9 months ago
backend.go cmd/tailscale,ipn/ipnlocal: print debug component names 8 months ago
doc.go all: update copyright and license headers 1 year ago
fake_test.go all: update copyright and license headers 1 year ago
ipn_clone.go ipn: add PostureChecks to Prefs 8 months ago
ipn_test.go net/packet: split off checksum munging into different pkg 8 months ago
ipn_view.go ipn: add PostureChecks to Prefs 8 months ago
prefs.go ipn: add PostureChecks to Prefs 8 months ago
prefs_test.go ipn: add PostureChecks to Prefs 8 months ago
serve.go ipn: use NodeCapMap in CheckFunnel 8 months ago
serve_test.go ipn: use NodeCapMap in CheckFunnel 8 months ago
store.go ipn: avoid useless no-op WriteState calls 10 months ago
store_test.go ipn: avoid useless no-op WriteState calls 10 months ago