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
/
zsyscall_windows.go
Age
Commit message (
Expand
)
Author
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
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-11-02
all: update dependency on golang.org/x/sys and regenerate Windows syscalls
Bryan C. Mills
2020-11-02
syscall: switch go:generate directives back to mksyscall_windows.go
Bryan C. Mills
2020-09-11
os: implement File.Chmod on Windows
Constantin Konstantinidis
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-11-02
os: use CreateFile for Stat of symlinks
Alex Brainman
2018-06-14
syscall, internal/syscall: follow convention for generated code comment
Tobias Klauser
2018-04-04
os/user: obtain a user GID on Windows
Lubomir I. Ivanov (VMware)
2018-02-24
os/user: obtain a user home path on Windows
Lubomir I. Ivanov (VMware)
2017-11-07
syscall: change SysProcAttr.Token type to Token
Alex Brainman
2017-11-07
net: use WSASocket instead of socket call
Alex Brainman
2017-11-06
syscall: add Token to Windows SysProcAttr
Paul Querna
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
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-22
syscall: use ERROR_IO_PENDING value in errnoErr
Alex Brainman
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
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-09-07
syscall: avoid convT2I allocs for common Windows error values
Brad Fitzpatrick
2016-05-11
syscall: remove mksyscall_windows.go -xsys flag
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
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