aboutsummaryrefslogtreecommitdiff
path: root/src/os/root_windows.go
AgeCommit message (Expand)Author
2026-03-30all: fix some minor issues in the commentscuishuang
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-26os,internal/poll: don't call IsNonblock for consoles and Stdinqmuntal
2025-08-25os: set full name for Roots created with Root.OpenRootDamien Neil
2025-08-22internal/syscall/windows: increase internal Windows O_ flags valuesqmuntal
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21os: add Root.RemoveAllDamien Neil
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-03-31os: avoid symlink races in RemoveAll on WindowsDamien Neil
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-24os: add Root.LinkDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-19os: add Root.ReadlinkDamien Neil
2025-03-19os: add Root.LchownDamien Neil
2025-03-18os: add Root.ChtimesDamien Neil
2025-02-13os: add Root.ChownDamien Neil
2025-02-13os: use AddCleanup to close filesCarlos Amedee
2025-02-10os: add Root.ChmodDamien Neil
2025-02-10os: hide SetFinalizer from users of RootMichael Anthony Knyszek
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil