summaryrefslogtreecommitdiff
path: root/src/pkg/net/unixsock_posix.go
Commit message (Expand)AuthorAgeFilesLines
* net: add CloseRead, CloseWrite methods to UnixConn.R?my Oudompheng2012-05-301-0/+18
* net: consolidate common socket functionsDave Cheney2012-04-271-96/+2
* net: fix typo in Listener.File() documentationR?my Oudompheng2012-04-241-1/+1
* net: fix race between Close and ReadDave Cheney2012-04-211-3/+1
* net: document ReadMsgUnix, WriteMsgUnixRuss Cox2012-03-081-2/+10
* net: make Dial and Listen behavior consistent across over platformsMikio Hara2012-03-061-1/+1
* net: replace error variable name oserr with errMikio Hara2012-02-221-3/+3
* os: delete os.EINVAL and so onRob Pike2012-02-171-20/+20
* net: replace error variable name e, errno with errMikio Hara2012-02-011-13/+13
* net: update comments to remove redundant "net" prefixMikio Hara2012-01-291-7/+7
* net: consistent OpError messageMikio Hara2012-01-241-3/+3
* net: fix broken setDefaultSockoptsMikio Hara2012-01-201-15/+15
* net: fix plan9 buildMikio Hara2012-01-191-1/+1
* net: change SetTimeout to SetDeadlineBrad Fitzpatrick2012-01-181-14/+16
* net: make use of the kernel state to listen on TCP, UnixMikio Hara2012-01-141-4/+4
* crypto/mime/net/time: add netbsd to +build tagsJoel Sing2011-12-211-1/+1
* syscall: use errorRuss Cox2011-11-131-2/+2
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-28/+28
* build: add build comments to core packagesRuss Cox2011-09-151-0/+2
* net: Plan 9 supportFazlul Shahriar2011-08-171-0/+418