aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/types_windows.go
AgeCommit message (Expand)Author
2021-03-11syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2021-02-26syscall: add support for proc thread attribute listsJason A. Donenfeld
2021-02-25syscall: comment on fields omitted from the win32finddata1 structBryan C. Mills
2019-08-29runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI...Tianon Gravi
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto
2018-07-12syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.PointerBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-18syscall: introduce Pointer type and use it instead of uintptrAlex Brainman
2018-04-14syscall: remove WSAEMSGSIZEAlex Brainman
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2017-11-02syscall: rename ztypes_windows* to types_windows*Tobias Klauser