aboutsummaryrefslogtreecommitdiff
path: root/src/net/file_unix.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-04-04net: add KeepAlive field to ListenConfigLeo Antunes
2018-10-10net: add AIX operating systemClément Chigot
2018-06-22os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2015-12-11net: do not unlink unix socket in UnixListener created from fdRuss Cox
2015-07-02Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara
2015-06-02net: fix undetected set and not used errorDave Cheney
2015-05-13net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-21net: fix inconsistent error values on FileMikio Hara
2015-03-31net: add socket system call hooks for testingMikio Hara
2014-09-18net: separate NaCl dependent placeholders from BSD'sMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox