Files
gitea/modules/util
wxiaoguang e992b0a7cc refactor: retry file remove/rename when a file is busy and clean up os detection (#38588)
Rename functions "util.Remove" (remove.go) to "util.RemoveWithRetry"
(file_retry.go) and add comments to clarify their behaviors, also add
tests.

Refactor callers: when no concurrent access (cmd cli, migration, app
init, test), use "os.Xxx" directly.

More details are in `modules/util/file_retry.go`

By the way, clean up OS (windows) detection, make FileURLToPath test
always run
2026-07-23 14:31:29 +00:00
..
2024-06-11 18:47:45 +00:00
2025-05-22 12:59:42 +00:00
2025-05-22 12:59:42 +00:00
2023-07-04 18:36:08 +00:00
2023-05-08 19:49:59 +08:00
2025-07-30 07:08:59 +00:00
2025-07-30 07:08:59 +00:00
2026-04-23 18:33:16 +00:00