aboutsummaryrefslogtreecommitdiff
path: root/src/net/listen_test.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-02-26net: remove unixgram test socketsIan Lance Taylor
2018-10-10net: add AIX operating systemClément Chigot
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2017-10-13net: fix data race in TestClosingListenerDaniel Martí
2017-09-28net: use newLocalListener in TestClosingListener.Ian Lance Taylor
2017-09-26internal/poll: don't return from Close until descriptor is closedIan Lance Taylor
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25net: re-enable TestDualStack{TCP,UDP}Listener on dragonflyMikio Hara
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-11-21net: don't run multicast listen test on nil interface in short modeIan Lance Taylor
2015-06-09net: disable dualstack listener tests on dragonflyMikio Hara
2015-05-23net: adjust dual stack support on dragonflyMikio Hara
2015-05-07net: don't run IP stack required tests on IP stack disabled kernelsMikio Hara
2015-05-06net: simplify error messages in testsMikio Hara
2015-05-06net: deflake listener testsMikio Hara
2015-04-29net: consolidate listener test filesMikio Hara