aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_windows_test.go
AgeCommit message (Expand)Author
2024-04-23all: fix some typos in commentsracequite
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-08-09os: make MkdirAll support volume namesqmuntal
2023-01-19os: clean up testsBryan C. Mills
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-11-14os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-02-18os: make MkdirAll support path in extended-length formMansour Rahimi
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