aboutsummaryrefslogtreecommitdiff
path: root/src/net/fd_windows.go
AgeCommit message (Expand)Author
2020-03-20net: merge common Unix/Windows methodsIan Lance Taylor
2018-06-26net: improve ExampleUDPConn_WriteTo docsMikio Hara
2018-06-04net: add js/wasm architectureRichard Musiol
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-09-26internal/poll: be explicit when using runtime netpollerAlex Brainman
2017-06-15net: handle spurious netpoll wakeups in connectIan Lance Taylor
2017-05-19net: make syscall name consistent with othersAlex Brainman
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2017-04-13internal/poll: rename RecvFrom to ReadFrom for consistencyMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-11-05net: fix vet nitJosh Bleecher Snyder
2016-11-02net: implement Buffers on windowsAlex Brainman
2016-10-29net: break up >1GB reads and writes on stream connectionsRuss Cox
2016-08-24net: use runtime.Keepalive for *netFD valuesIan Lance Taylor
2016-05-19net: don't return io.EOF from zero byte readsBrad Fitzpatrick
2016-04-19net: stop using GetHostByName and GetServByNameAlex Brainman
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-04-05net: wait for cancelation goroutine before returning from connect.Paul Marks
2016-04-04net: factor out fdMutex-related methods on netFDMikio Hara
2016-03-17net: make unexposed methods start with lowercase lettersMikio Hara
2016-02-21net: add missing aborted connection handling on accept testMikio Hara
2015-12-16net: make windows (*netFD).connect work like its unix versionAlex Brainman
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-21net: fix possible nil pointer dereference on ReadFrom for windowsMikio Hara
2015-04-21net: fix inconsistent error values on FileMikio Hara
2015-04-18net: fix inconsistent error values on AcceptMikio Hara
2015-04-18net: fix inconsistent error values on CloseMikio Hara
2015-04-18net: fix inconsistent error values on WriteMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-04-17net: fix inconsistent error values on Dial, Listen partiallyMikio Hara
2015-03-31net: add socket system call hooks for testingMikio Hara
2015-01-29net: remove full stack test cases for IPConnMikio Hara
2015-01-01net: don't return io.EOF on reading data from datagram, raw sockets on windowsMikio Hara
2014-10-10net: disable SIO_UDP_CONNRESET behavior on windows.Ron Hashimoto
2014-09-08build: move package sources from src/pkg to srcRuss Cox