aboutsummaryrefslogtreecommitdiff
path: root/src/net/mockserver_test.go
AgeCommit message (Expand)Author
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-10net: skip BenchmarkSendFile on WindowsAndy Pan
2024-02-07net: support benchmark testing for sendfile on various platformsAndy Pan
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2022-05-09net: avoid racing on port reuse in TestListenConfigControlBryan C. Mills
2021-12-13net: create unix sockets in unique directoriesBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-11-19net: simplify deadline fluctuation testsBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-16net: close connection in localServer teardownMeng Zhuo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-02-26net: remove unixgram test socketsIan Lance Taylor
2018-06-04net: add js/wasm architectureRichard Musiol
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2016-05-19net: deflake TestDialerDualStackMikio Hara
2016-05-06all: fix copy-and-paste errors in testsAlberto Donizetti
2016-04-14net: make newLocalPacketListener handle network argument correclyMikio Hara
2016-03-21all: delete dead test codeDominik Honnef
2016-02-21net: make newLocalListener handle network argument correclyMikio Hara
2015-05-22net: fix panic in TestDialerDualStackDave Cheney
2015-05-07net: align temporary file, directory names in testsMikio Hara
2015-05-06net: deflake listener testsMikio Hara
2015-04-29net: deflake timeout, deadline testsMikio Hara
2015-04-21net: add helpers for server testingMikio Hara
2015-04-07net: fix tester goroutine leakage in testsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox