aboutsummaryrefslogtreecommitdiff
path: root/src/net/unixsock.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-01-10net: update BUG sections for go1.12Mikio Hara
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-05-30net: fix leftover variable names from CL 115175Audrius Butkevicius
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2018-04-19net: calling File leaves the socket in nonblocking modeMichael Fraenkel
2017-10-25net: make {TCP,Unix}Listener implement syscall.ConnLorenz Bauer
2017-06-22net: update documentation on methods of UnixConnMikio Hara
2017-06-22net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara
2017-06-22net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara
2017-06-22net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara
2017-05-19net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-10-28net: only remove Unix domain socket file on the first call to CloseRuss Cox
2016-09-15net: document dummy byte in ReadMsgUnix and WriteMsgUnixAlberto Bertogli
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: deduplicate Unix socket codeMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-13net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2014-09-08build: move package sources from src/pkg to srcRuss Cox