summaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_windows.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: use gList in netpollAustin Clements2018-08-201-11/+11
* runtime: make errno positive in netpollopenAlex Brainman2017-10-241-1/+1
* runtime: adjust netpoll panic messagesMikio Hara2017-04-251-10/+11
* os: use poller for file I/OIan Lance Taylor2017-02-151-0/+4
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-1/+2
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-1/+1
* runtime: replace func-based write barrier skipping with type-basedRuss Cox2015-04-201-6/+5
* runtime: move all stdFunctions into os1_windows.go (no code changes)Alex Brainman2015-02-121-10/+0
* runtime: rename gothrow to throwKeith Randall2014-12-281-6/+6
* [dev.cc] runtime: convert remaining windows C code to GoAlex Brainman2014-11-201-1/+1
* [dev.cc] runtime: replace deleted netpollfd functionAlex Brainman2014-11-171-1/+1
* [dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman2014-11-141-0/+156