aboutsummaryrefslogtreecommitdiff
path: root/src/net/unixsock_test.go
AgeCommit message (Expand)Author
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-06-04net: add js/wasm architectureRichard Musiol
2017-09-28net: move some Linux-specific tests to unixsock_linux_test.go fileIan Lance Taylor
2017-09-26syscall: allow abstract unix socket to use the full Path lenNicolas BRULEZ
2016-10-28net: add (*UnixListener).SetUnlinkOnCloseRuss Cox
2016-10-28net: only remove Unix domain socket file on the first call to CloseRuss Cox
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24net: rename test filesMikio Hara