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
/
internal
/
syscall
/
windows
/
syscall_windows.go
Age
Commit message (
Expand
)
Author
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2022-09-09
internal/syscall/windows: simplify unsafe.Slice usage
Cuong Manh Le
2022-09-09
internal/syscall/windows: use unsafe.Slice instead of unsafeheader package
Tobias Klauser
2022-08-20
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2022-06-03
cmd/go: add functions to read index file
Michael Matloob
2022-04-04
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-03
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2020-09-11
os: implement File.Chmod on Windows
Constantin Konstantinidis
2020-05-03
syscall, internal/syscall/windows: remove utf16PtrToString parameter
Alex Brainman
2020-04-02
internal/syscall/windows: change WSAMsg.Name type
Alex Brainman
2019-12-06
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-05-16
os: pass correct environment when creating Windows processes
Jason A. Donenfeld
2018-11-02
internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/go
Bryan C. Mills
2018-04-27
os: os: make Stat("*.txt") fail on windows
Yasuhiro Matsumoto
2018-04-14
net: implement (*syscall.RawConn).Read/Write on Windows
Aman Gupta
2017-11-10
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-11-07
net: use WSASocket instead of socket call
Alex Brainman
2017-10-05
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
2016-11-07
internal/syscall/windows: add GetModuleFileName
Shenghou Ma
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-14
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-13
os: make readConsole handle its input and output correctly
Alex Brainman
2016-10-12
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-09-21
os: use GetConsoleCP() instead of GetACP()
Yasuhiro Matsumoto
2016-08-24
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2016-05-12
syscall: make mksyscall_windows.go -systemdll flag true by default
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-08
internal/syscall/windows: correct GetACP and MultiByteToWideChar
Alex Brainman
2015-12-17
os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...
mattn
2015-12-10
net, internal/syscall/windows: fix interface and address identification on wi...
Mikio Hara
2015-04-09
os: windows Rename should overwrite destination file.
Daniel Theophanes
2015-03-31
crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...
Alex Brainman
2015-03-30
crypto/x509: skip SHA2 system verify test if not supported.
Daniel Theophanes
2015-02-25
os: Use GetComputerNameEx to get Hostname on win32
Carlos Castillo
2015-02-10
net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows
mattn