]> Cypherpunks repositories - gostls13.git/commit
Unix domain socket support, Linux and Darwin.
authorRuss Cox <rsc@golang.org>
Thu, 14 May 2009 01:03:41 +0000 (18:03 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 14 May 2009 01:03:41 +0000 (18:03 -0700)
commitcc1d4b7e1b36f1b1d7d85f9f2bad54cf91653cf1
tree37103bd4ffc93204aed44061fcabd4f01da42461
parent533dfd62919ecb69a39973cea32d06a1cb166687
Unix domain socket support, Linux and Darwin.

R=r
DELTA=534  (353 added, 99 deleted, 82 changed)
OCL=28783
CL=28783
src/lib/net/net.go
src/lib/net/net_darwin.go
src/lib/net/net_linux.go
src/lib/net/server_test.go [moved from src/lib/net/tcpserver_test.go with 88% similarity]
src/lib/os/error.go
src/lib/syscall/socket_darwin.go
src/lib/syscall/socket_linux.go