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
/
syscall
/
syscall_windows.go
Age
Commit message (
Expand
)
Author
2022-03-15
syscall: add race annotations to Windows ReadFile and WriteFile
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-04
net: pass around pointers to SockaddrInetN
Josh Bleecher Snyder
2021-11-04
syscall: fix and document uses of RegEnumKeyEx
Michael Anthony Knyszek
2021-11-03
syscall: migrate new UDP send/recv API to internal/syscall/unix
Josh Bleecher Snyder
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-11-02
syscall,internal/poll: copy arrays by assignment instead of looping
Josh Bleecher Snyder
2021-08-16
net: reduce allocations for UDP send/recv on Windows
Josh Bleecher Snyder
2021-06-04
syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...
Jason A. Donenfeld
2021-05-20
syscall: document NewCallback and NewCallbackCDecl limitations
Michael Anthony Knyszek
2021-05-08
syscall: do not change stdio handle inheritance
Alex Brainman
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2021-03-11
syscall: use runtime.KeepAlive for ProcThreadAttributeList arguments
Jason A. Donenfeld
2021-03-04
syscall: treat proc thread attribute lists as unsafe.Pointers
Jason A. Donenfeld
2021-02-26
syscall: add support for proc thread attribute lists
Jason A. Donenfeld
2021-02-25
syscall: return error if GetQueuedCompletionStatus truncates key
Jason A. Donenfeld
2021-02-24
syscall: restore broken GetQueuedCompletionStatus signature but make it not c...
Jason A. Donenfeld
2021-02-24
syscall: do not overflow key memory in GetQueuedCompletionStatus
Jason A. Donenfeld
2021-02-19
syscall: clean up windows a bit
Russ Cox
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2020-12-05
syscall: correct CertOpenStore to expect a 0 return value on failure
Jason A. Donenfeld
2020-10-27
crypto/rand: generate random numbers using RtlGenRandom on Windows
Jason A. Donenfeld
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-05-20
syscall: preserve Windows file permissions for O_CREAT|O_TRUNC
Ian Lance Taylor
2020-05-03
syscall, internal/syscall/windows: remove utf16PtrToString parameter
Alex Brainman
2020-04-02
syscall: fix windows WSASendto -d=checkptr violation
Alex Brainman
2019-12-06
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-10-22
syscall: respect permission bits on file opening on Windows
Jason A. Donenfeld
2019-10-18
syscall: fix wrong unsafe.Pointer alignment in syscall
Cuong Manh Le
2019-08-30
syscall: fix duplicate comments
micnncim
2019-08-22
syscall: document relationship among Errno, errors.Is and os.Err*
Jonathan Amsterdam
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-04-29
syscall: don't return EINVAL on zero Chmod mode on Windows
Brad Fitzpatrick
2019-03-20
os: make errors.Is work with ErrPermission et al.
Damien Neil
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-08-28
syscall: implement Unix Socket for Windows
Yasuhiro Matsumoto
2018-08-22
syscall: support windows/arm
Jordan Rhee
2018-07-27
syscall: improve NewCallback documentation and panic message
Jeet Parekh
2018-05-01
net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept
Ian Lance Taylor
2017-12-07
syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets
Brad Fitzpatrick
2017-11-07
syscall: change SysProcAttr.Token type to Token
Alex Brainman
2017-11-06
syscall: add Token to Windows SysProcAttr
Paul Querna
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-06-08
syscall: make windows Exit call runtime.exit
Alex Brainman
2017-04-28
syscall: fix typo in documentation for StringToUTF16Ptr
Tommy Schaefer
2017-04-22
os, syscall: fix errno in Seek on windows
Hiroshi Ioka
2017-04-07
syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errors
Tamir Duberstein
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-09-06
syscall: make Getpagesize return page size from runtime
Austin Clements
[prev]
[next]