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
/
file_windows.go
Age
Commit message (
Expand
)
Author
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-05-14
net: use closesocket when closing socket os.File's on Windows
qmuntal
2025-05-12
os: remove NewFile socket detection on Windows
qmuntal
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-04-24
os,internal/poll: disassociate handle from IOCP in File.Fd
qmuntal
2025-04-04
os: support overlapped IO with NewFile
qmuntal
2025-03-06
os: more godoc links
Olivier Mengué
2025-03-03
os: only call GetConsoleMode for char devices
qmuntal
2025-02-13
os: consolidate and clarify File.Fd docs
Ian Lance Taylor
2025-02-13
os: use AddCleanup to close files
Carlos Amedee
2024-11-20
os: add Root
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-10-23
os: use sync.OnceValue
apocelipes
2024-10-10
syscall,os: move flags validation from os.OpenFile to syscall.Open
qmuntal
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-15
os: make File.Readdir et al concurrency-safe
Alan Donovan
2024-04-01
os: support relative paths in fixLongPath
qmuntal
2024-03-16
os: don't try to make the directory FD non-blocking in os.ReadDir
Peter Collingbourne
2024-03-13
os,internal/godebugs: add missing IncNonDefault calls
qmuntal
2024-03-04
os: don't normalize volumes to drive letters in os.Readlink
qmuntal
2024-03-04
os: remove if nil!=nil in openFileNolog
qiulaidongfeng
2024-02-26
os: add available godoc link
cui fliter
2023-12-07
os: document Readlink behavior for relative links
Bryan C. Mills
2023-08-25
os: omit existence check for GetFinalPathNameByHandle
qmuntal
2023-05-16
os, syscall: permit setting mtime to Unix 0 on Windows
Ian Lance Taylor
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2023-03-22
os: avoid creating a new file in Truncate on Windows
Nont Thanonchai
2023-01-28
os: use GetTempPath2 on Windows if available
Thanonchai W
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2022-11-14
os,syscall: File.Stat to use file handle for directories on Windows
qmuntal
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-05-02
os: document that Windows Symlink to missing target creates file symlink
Ian Lance Taylor
2021-04-27
os: don't check non-nil err twice in Symlink on windows
Tobias Klauser
2021-03-01
os: mark pipes returned by os.Pipe() as inheritable by default
Jason A. Donenfeld
2020-10-20
os: use keyed literals for PathError
Russ Cox
2020-09-27
os: document and emphasize a potential misuse of File.Fd
Changkun Ou
2020-05-28
os: in Symlink, stat the correct target path for drive-relative targets on Wi...
Bryan C. Mills
2020-03-20
os: merge common Unix/Windows methods
Ian Lance Taylor
2019-11-14
os: handle backslash and slash both in the path on Windows
Yasuhiro Matsumoto
2019-06-05
doc: clarify safety of multiple and concurent os.(*File).Close() calls
Alex Myasoedov
2019-03-27
os: reject WriteAt if file opened in append mode
LE Manh Cuong
2019-03-19
internal/poll, os: cancel pending I/O when closing pipes on Windows
Wèi Cōngruì
2019-03-01
os: make Readlink work with symlinks with target like \??\Volume{ABCD}\
Alex Brainman
2018-12-20
os: adjust TempDir for Z:\
Alex Brainman
[next]