summaryrefslogtreecommitdiff
path: root/src/net/sock_posix.go
Commit message (Expand)AuthorAgeFilesLines
* net: handle spurious netpoll wakeups in connectIan Lance Taylor2017-06-151-3/+12
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-12/+13
* net: fix Dial(":80") on WindowsRuss Cox2016-11-021-0/+3
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-5/+5
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick2015-12-151-4/+4
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* net: add Listen system call hook for testingMikio Hara2015-04-151-1/+1
* net: make multi-IP resolution more flexible.Paul Marks2015-04-101-2/+0
* net: add socket system call hooks for testingMikio Hara2015-03-311-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+216