aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_windows.go
AgeCommit message (Expand)Author
2020-04-10runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan
2020-03-27runtime: converge duplicate calls to netpollBreak into oneAndy Pan
2020-03-24runtime: always use GetQueuedCompletionStatusEx on WindowsIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2018-08-20runtime: use gList in netpollAustin Clements
2017-10-24runtime: make errno positive in netpollopenAlex Brainman
2017-04-25runtime: adjust netpoll panic messagesMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-02-12runtime: move all stdFunctions into os1_windows.go (no code changes)Alex Brainman
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-20[dev.cc] runtime: convert remaining windows C code to GoAlex Brainman
2014-11-17[dev.cc] runtime: replace deleted netpollfd functionAlex Brainman
2014-11-14[dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman