summaryrefslogtreecommitdiff
path: root/src/internal/poll
Commit message (Expand)AuthorAgeFilesLines
* internal/poll: don't wait for unpollable filesIan Lance Taylor2017-07-143-9/+17
* net: fix sendfile for SolarisShawn Walker-Salas2017-06-301-4/+1
* internal/poll: implement RawControl of FD on WindowsMikio Hara2017-05-201-1/+6
* internal/poll: add RawControl, RawRead and RawWrite methods to FDMikio Hara2017-05-193-0/+82
* internal/poll: remove unused ioSrv.ExecIO parameterAlex Brainman2017-05-192-9/+9
* internal/poll: remove allocation in windows FD.WritevAlex Brainman2017-05-081-1/+1
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-2612-60/+93
* internal/poll: don't use r/w lock for Pread/PwriteIan Lance Taylor2017-04-252-31/+23
* net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONB...Mikio Hara2017-04-183-3/+3
* internal/poll: rename RecvFrom to ReadFrom for consistencyMikio Hara2017-04-136-9/+24
* internal/poll: adjust panic messagesMikio Hara2017-04-112-7/+7
* internal/poll: code cleanupMikio Hara2017-03-0712-32/+31
* internal/poll: only start Windows goroutines when we need themIan Lance Taylor2017-03-061-13/+13
* internal/poll: define PollDescriptor on plan9Ian Lance Taylor2017-02-151-0/+4
* os: use poller for file I/OIan Lance Taylor2017-02-154-5/+30
* internal/poll: remove unused poll.pollDesc methodsDave Cheney2017-02-151-8/+0
* internal/poll: only build str.go on plan9Dave Cheney2017-02-141-0/+2
* internal/poll: remove named return values and naked returnsDave Cheney2017-02-147-69/+66
* internal/poll: return error if WriteConsole failsIan Lance Taylor2017-02-131-1/+1
* internal/poll: only export FD.eofError for testing on posix systemsIan Lance Taylor2017-02-132-4/+15
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-1329-0/+2988