index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
path_windows_test.go
Age
Commit message (
Expand
)
Author
2025-10-21
os: support deleting read-only files in RemoveAll on older Windows versions
qmuntal
2024-11-19
Revert "os: check for valid Windows path when creating files"
George Adams
2024-10-29
os: check for valid Windows path when creating files
George Adams
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-04-23
all: fix some typos in comments
racequite
2024-04-01
os: support relative paths in fixLongPath
qmuntal
2024-03-18
os: support UNC paths and .. segments in fixLongPath
qmuntal
2024-02-07
runtime,internal/syscall/windows: remove long path support check
qmuntal
2023-08-09
os: make MkdirAll support volume names
qmuntal
2023-01-19
os: clean up tests
Bryan C. Mills
2021-04-09
os: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-03-23
runtime: support long paths without fixup on Windows 10 >= 1607
Jason A. Donenfeld
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2019-11-14
os: handle backslash and slash both in the path on Windows
Yasuhiro Matsumoto
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-02-18
os: make MkdirAll support path in extended-length form
Mansour Rahimi
2016-11-08
os: on Windows, don't fix long paths that aren't long
Brad Fitzpatrick
2016-11-07
os: use extended-length paths on Windows when possible
Quentin Smith