summaryrefslogtreecommitdiff
path: root/src/net/file_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* net: add KeepAlive field to ListenConfigLeo Antunes2019-04-041-1/+1
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor2018-06-221-1/+4
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-4/+5
* net: do not unlink unix socket in UnixListener created from fdRuss Cox2015-12-111-1/+1
* Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara2015-07-021-96/+26
* net: fix undetected set and not used errorDave Cheney2015-06-021-1/+2
* net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara2015-05-131-50/+107
* net: fix inconsistent errorsMikio Hara2015-05-051-2/+2
* net: fix inconsistent error values on FileMikio Hara2015-04-211-20/+8
* net: add socket system call hooks for testingMikio Hara2015-03-311-4/+4
* net: separate NaCl dependent placeholders from BSD'sMikio Hara2014-09-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+139