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/feature/taildrop
Joe Tsai 3aea0e095a syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25
Our own WaitGroup wrapper type was a prototype implementation
for the Go method on the standard sync.WaitGroup type.
Now that there is first-class support for Go,
we should migrate over to using it and delete syncs.WaitGroup.

Updates #cleanup
Updates tailscale/tailscale#16330

Change-Id: Ib52b10f9847341ce29b4ca0da927dc9321691235
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 months ago
..
delete.go syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25 3 months ago
delete_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
doc.go feature/taildrop: start moving Taildrop out of LocalBackend 8 months ago
ext.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
fileops.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
fileops_fs.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
integration_test.go feature/taildrop,ipn/ipn{ext,local}: initialize taildrop for initial profile 7 months ago
localapi.go taildrop: merge taildrop and feature/taildrop packages together 7 months ago
paths.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
peerapi.go taildrop: merge taildrop and feature/taildrop packages together 7 months ago
peerapi_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
resume.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
resume_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
retrieve.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
send.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
send_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
taildrop.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
taildrop_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
target_test.go feature/taildrop: move rest of Taildrop out of LocalBackend 7 months ago