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
Brad Fitzpatrick bbb16e4e72 drive: don't use regexp package in leaf types package
Even with ts_omit_drive, the drive package is currently still imported
for some types. So it should be light. But it was depending on the
"regexp" packge, which I'd like to remove from our minimal builds.

Updates #12614

Change-Id: I5bf85d8eb15a739793723b1da11c370d3fcd2f32
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
driveimpl drive: fix StatCache mishandling of paths with spaces 3 months ago
drive_clone.go tailscale: update tailfs file and package names (#11590) 2 years ago
drive_view.go cmd/viewer: add field comments to generated view methods 3 months ago
local.go drive,ipn/ipnlocal: calculate peer taildrive URLs on-demand 5 months ago
remote.go drive: don't use regexp package in leaf types package 2 months ago
remote_nonunix.go tailscale: update tailfs file and package names (#11590) 2 years ago
remote_permissions.go drive: fix minor typos in comments 8 months ago
remote_permissions_test.go tailscale: update tailfs file and package names (#11590) 2 years ago
remote_test.go drive: move normalizeShareName into pkg drive and make func public (#11638) 2 years ago
remote_unix.go tailscale: update tailfs file and package names (#11590) 2 years ago