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
/
root_windows.go
Age
Commit message (
Expand
)
Author
2026-03-30
all: fix some minor issues in the comments
cuishuang
2025-11-26
os,internal/syscall/windows: support O_* flags in Root.OpenFile
qmuntal
2025-11-26
os,internal/poll: don't call IsNonblock for consoles and Stdin
qmuntal
2025-08-25
os: set full name for Roots created with Root.OpenRoot
Damien Neil
2025-08-22
internal/syscall/windows: increase internal Windows O_ flags values
qmuntal
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
os: add Root.RemoveAll
Damien Neil
2025-04-04
os: support overlapped IO with NewFile
qmuntal
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
qmuntal
2025-03-31
os: avoid symlink races in RemoveAll on Windows
Damien Neil
2025-03-28
os: add Root.Symlink
Damien Neil
2025-03-24
os: add Root.Link
Damien Neil
2025-03-20
os: add Root.Rename
Damien Neil
2025-03-19
os: add Root.Readlink
Damien Neil
2025-03-19
os: add Root.Lchown
Damien Neil
2025-03-18
os: add Root.Chtimes
Damien Neil
2025-02-13
os: add Root.Chown
Damien Neil
2025-02-13
os: use AddCleanup to close files
Carlos Amedee
2025-02-10
os: add Root.Chmod
Damien Neil
2025-02-10
os: hide SetFinalizer from users of Root
Michael Anthony Knyszek
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil