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/taildrop
Joe Tsai 975c5f7684
taildrop: lazily perform full deletion scan after first taildrop use (#10137)
Simply reading the taildrop directory can pop up security dialogs
on platforms like macOS. Avoid this by only performing garbage collection
of partial and deleted files after the first received taildrop file,
which would have prompted the security dialog window.

Updates tailscale/corp#14772

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
7 months ago
..
delete.go taildrop: lazily perform full deletion scan after first taildrop use (#10137) 7 months ago
delete_test.go taildrop: lazily perform full deletion scan after first taildrop use (#10137) 7 months ago
resume.go taildrop: fix theoretical race condition in fileDeleter.Init (#9876) 8 months ago
resume_test.go taildrop: fix TestResume (#9874) 8 months ago
retrieve.go taildrop: fix theoretical race condition in fileDeleter.Init (#9876) 8 months ago
send.go taildrop: lazily perform full deletion scan after first taildrop use (#10137) 7 months ago
taildrop.go taildrop: lazily perform full deletion scan after first taildrop use (#10137) 7 months ago
taildrop_test.go taildrop: implement asynchronous file deletion (#9844) 8 months ago