aboutsummaryrefslogtreecommitdiff
path: root/src/net/sock_posix.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-10net: add AIX operating systemClément Chigot
2018-08-21net: lazily look up the listenerBacklog value on first useBrad Fitzpatrick
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2017-06-15net: handle spurious netpoll wakeups in connectIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-11-02net: fix Dial(":80") on WindowsRuss Cox
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-15net: add Listen system call hook for testingMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-03-31net: add socket system call hooks for testingMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox