aboutsummaryrefslogtreecommitdiff
path: root/src/os/file_windows.go
AgeCommit message (Expand)Author
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-05-14net: use closesocket when closing socket os.File's on Windowsqmuntal
2025-05-12os: remove NewFile socket detection on Windowsqmuntal
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-03-06os: more godoc linksOlivier Mengué
2025-03-03os: only call GetConsoleMode for char devicesqmuntal
2025-02-13os: consolidate and clarify File.Fd docsIan Lance Taylor
2025-02-13os: use AddCleanup to close filesCarlos Amedee
2024-11-20os: add RootDamien Neil
2024-11-19Revert "os: check for valid Windows path when creating files"George Adams
2024-10-29os: check for valid Windows path when creating filesGeorge Adams
2024-10-23os: use sync.OnceValueapocelipes
2024-10-10syscall,os: move flags validation from os.OpenFile to syscall.Openqmuntal
2024-04-30os: use filepathlite.FromSlashqmuntal
2024-04-30os: use filepathlite.VolumeNameqmuntal
2024-04-30os: use filepathlite.IsAbsqmuntal
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-04-01os: support relative paths in fixLongPathqmuntal
2024-03-16os: don't try to make the directory FD non-blocking in os.ReadDirPeter Collingbourne
2024-03-13os,internal/godebugs: add missing IncNonDefault callsqmuntal
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: remove if nil!=nil in openFileNologqiulaidongfeng
2024-02-26os: add available godoc linkcui fliter
2023-12-07os: document Readlink behavior for relative linksBryan C. Mills
2023-08-25os: omit existence check for GetFinalPathNameByHandleqmuntal
2023-05-16os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-05-11os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis
2023-03-22os: avoid creating a new file in Truncate on WindowsNont Thanonchai
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2021-05-02os: document that Windows Symlink to missing target creates file symlinkIan Lance Taylor
2021-04-27os: don't check non-nil err twice in Symlink on windowsTobias Klauser
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-09-27os: document and emphasize a potential misuse of File.FdChangkun Ou
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2020-03-20os: merge common Unix/Windows methodsIan Lance Taylor
2019-11-14os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto
2019-06-05doc: clarify safety of multiple and concurent os.(*File).Close() callsAlex Myasoedov
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2018-12-20os: adjust TempDir for Z:\Alex Brainman