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.go
Age
Commit message (
Expand
)
Author
2025-04-15
os: handle trailing slashes in os.RemoveDir on Windows
Damien Neil
2025-03-31
os: avoid symlink races in RemoveAll on Windows
Damien Neil
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-05-07
os: use filepathlite.Base
aimuz
2024-04-30
os: use filepathlite.FromSlash
qmuntal
2024-04-30
os: use filepathlite.VolumeName
qmuntal
2024-04-30
os: use filepathlite.IsAbs
qmuntal
2024-04-30
os: remove ineffective else branch
qmuntal
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-09-12
all: fix Microsoft links
qmuntal
2023-08-09
os: make MkdirAll support volume names
qmuntal
2022-06-30
os: fix a typo in path_windows.go
AndreasHGK
2021-03-23
runtime: support long paths without fixup on Windows 10 >= 1607
Jason A. Donenfeld
2018-02-23
path: use OS-specific function in MkdirAll, don't always keep trailing slash
Ian Lance Taylor
2016-12-13
os: must fixup path when 248 bytes long
Daniel Theophanes
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
2016-08-16
os: consolidate files
Hiroshi Ioka
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox