aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows.go
AgeCommit message (Expand)Author
2025-11-04os: ignore O_TRUNC errors on named pipes and terminal devices on Windowsqmuntal
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-08-29os,syscall: pass file flags to CreateFile on Windowsqmuntal
2025-08-27os: return nil slice when ReadDir is used with a file on file_windowsqmuntal
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-15os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O accessqmuntal
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-04-30syscall: cache Errno.Error() on WindowsJake Bailey
2025-04-30net: support IPv6 addresses in ListenMulticastUDP on Windowsqmuntal
2025-04-08syscall: fix dangling pointers in Windows' process attributesqmuntal
2025-02-24syscall: allow \x00-prefixed unix abstract socket to use full path lengthAlbert Sundjaja
2025-02-19syscall: don't truncate newly created files on Windowsqmuntal
2024-10-23syscall: only remove write data access when O_APPEND is set on Windowsqmuntal
2024-10-18syscall: keep write access when O_TRUNC is used on Windowsqmuntal
2024-10-10syscall: support more flags when opening directories on Windowsqmuntal
2024-10-10syscall: fix Open param namesqmuntal
2024-10-10syscall,os: move flags validation from os.OpenFile to syscall.Openqmuntal
2024-10-09syscall: simplify O_TRUNC handling on Windowsqmuntal
2024-10-09syscall: implement Ftruncate using a single syscall on Windowsqmuntal
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-19internal/asan: match runtime.asan{read,write} len parameter typeTobias Klauser
2024-03-17syscall: use internal/asan and internal/msanMauri de Souza Meneguzzo
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-02-26syscall: add available godoc linkcui fliter
2024-01-30all: fix typosJes Cok
2023-11-20syscall: support O_SYNC flag for os.OpenFile on windowsJes Cok
2023-10-20syscall: stop counting trailing NUL for abstract addresses starting with NULF Y
2023-09-12all: fix Microsoft linksqmuntal
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-05-30syscall: fix ComputerName on Windowsqmuntal
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-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2023-05-04syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio
2023-04-12syscall: implement Fchdir on Windowsqmuntal
2023-03-16syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_N...Tobias Klauser
2023-03-16syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser
2023-03-15syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupportedTobias Klauser
2023-02-28syscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windowsTobias Klauser
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-09-26syscall: check if to is nil to prevent panic from WSASendtocuiweixie
2022-09-13syscall: simplify unsafe.Slice usageCuong Manh Le
2022-09-09syscall: use unsafe.Slice instead of unsafeheader packageTobias Klauser
2022-08-23syscall: rely on utf16.AppendRuneqmuntal
2022-05-10syscall: update broken linksIan Lance Taylor
2022-03-18syscall: optimize UTF16{,Ptr}FromStringTobias Klauser
2022-03-15syscall: add race annotations to Windows ReadFile and WriteFileIan Lance Taylor