aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/types_windows.go
AgeCommit message (Expand)Author
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