aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_windows.go
AgeCommit message (Expand)Author
2025-04-15os: handle trailing slashes in os.RemoveDir on WindowsDamien Neil
2025-03-31os: avoid symlink races in RemoveAll on WindowsDamien Neil
2024-11-19Revert "os: check for valid Windows path when creating files"George Adams
2024-10-29os: check for valid Windows path when creating filesGeorge Adams
2024-05-07os: use filepathlite.Baseaimuz
2024-04-30os: use filepathlite.FromSlashqmuntal
2024-04-30os: use filepathlite.VolumeNameqmuntal
2024-04-30os: use filepathlite.IsAbsqmuntal
2024-04-30os: remove ineffective else branchqmuntal
2024-04-01os: support relative paths in fixLongPathqmuntal
2024-03-18os: support UNC paths and .. segments in fixLongPathqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
2023-09-12all: fix Microsoft linksqmuntal
2023-08-09os: make MkdirAll support volume namesqmuntal
2022-06-30os: fix a typo in path_windows.goAndreasHGK
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2018-02-23path: use OS-specific function in MkdirAll, don't always keep trailing slashIan Lance Taylor
2016-12-13os: must fixup path when 248 bytes longDaniel Theophanes
2016-11-08os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-08-16os: consolidate filesHiroshi Ioka
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox