cloudflared-mirror/cmd/cloudflared/updater
Gofastasf 1577e0a77f Use path and filepath operation appropriately.
path methods are used for url operations.
filepath methods are used for file system paths and its cross platform.
Remove strings.HasSuffix and used filepath.Ext and path.Ext for file and url extenstions respectively
2025-02-01 14:51:06 +00:00
..
check.go TUN-3989: Check in with Updater service in more situations and convey messages to user 2021-03-03 13:57:04 +00:00
service.go TUN-3989: Check in with Updater service in more situations and convey messages to user 2021-03-03 13:57:04 +00:00
update.go TUN-8632: Delay checking auto-update by the provided frequency 2024-09-14 05:31:29 +00:00
update_test.go TUN-8630: Check checksum of downloaded binary to compare to current for auto-updating 2024-09-11 16:00:00 -07:00
workers_service.go TUN-8630: Check checksum of downloaded binary to compare to current for auto-updating 2024-09-11 16:00:00 -07:00
workers_service_test.go TUN-7584: Bump go 1.20.6 2023-07-26 13:52:40 -07:00
workers_update.go Use path and filepath operation appropriately. 2025-02-01 14:51:06 +00:00