summaryrefslogtreecommitdiff
path: root/src/net/server_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: create unix sockets in unique directoriesBryan C. Mills2021-12-131-21/+21
* net: pass a testing.TB to newLocal* helpersBryan C. Mills2021-12-131-16/+4
* net: do not try to remove the LocalAddr of a unix socketBryan C. Mills2021-12-131-27/+2
* Revert "net: in (*netFD).dial, use the passed in local address if getsockname...Bryan Mills2021-12-081-9/+1
* net: in (*netFD).dial, use the passed in local address if getsockname failsBryan C. Mills2021-12-071-1/+9
* net: diagnose unexpected nils in TestUnixAndUnixpacketServerBryan C. Mills2021-11-221-1/+30
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser2021-05-101-7/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* net: close connection in localServer teardownMeng Zhuo2020-12-161-2/+2
* net: convert TestTCPServer to use subtestsBryan C. Mills2019-10-221-60/+60
* net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills2019-10-221-0/+8
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+2
* net: Make Listen(":port") use IPv6 when IPv4 is not supported.Paul Marks2015-09-051-3/+3
* net: simplify error messages in testsMikio Hara2015-05-061-4/+4
* net: don't miss testing server teardowns when test fails earlyMikio Hara2015-04-281-10/+10
* net: replace server testsMikio Hara2015-04-221-276/+301
* net: deflake zero byte IO tests on datagramMikio Hara2015-04-221-47/+0
* net: move test flags into main_test.goMikio Hara2015-04-021-7/+0
* net: simplify test helpersMikio Hara2015-03-281-135/+85
* net: fix darwin/amd64 buildDavid Crawshaw2015-03-041-2/+4
* net: skip unsupported tests (unix and unixgram) on darwin/armShenghou Ma2015-03-041-0/+4
* net: failed not faildDavid Crawshaw2015-02-021-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+461