summaryrefslogtreecommitdiff
path: root/src/os/path_windows_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-091-18/+6
* runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld2021-03-231-0/+23
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto2019-11-141-0/+15
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-3/+3
* os: make MkdirAll support path in extended-length formMansour Rahimi2018-02-181-0/+30
* os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick2016-11-081-10/+27
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-0/+29