1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/net
Brad Fitzpatrick 4152b43457 os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes
Delete O_NDELAY, O_NONBLOCK, O_NOCTTY, O_ASYNC.

Clean up some docs.

Rename ShellExpand -> ExpandEnv.

Make NewFile take a uintptr; change File.Fd to return one.
(for API compatibility between Unix and Windows)

Fixes #2947

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5655045
2012-02-10 14:16:15 +11:00
..
http net/http/fcgi: don't mention threads in docs 2012-02-10 10:29:57 +11:00
mail build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
rpc runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). 2012-02-06 19:16:26 +01:00
smtp std: add struct field tags to untagged literals. 2012-02-03 10:12:25 +11:00
textproto build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
url build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
cgo_bsd.go
cgo_linux.go
cgo_stub.go go/build: add BuildTags to Context, allow !tag 2012-01-23 15:16:38 -05:00
cgo_unix.go
dial_test.go net: run TestDialTimeout on windows 2012-02-07 12:05:59 +11:00
dial.go net: Dial, ListenPacket with "ip:protocol" network for raw IP sockets 2012-01-21 21:51:53 +09:00
dialgoogle_test.go net: fix dialing google test 2012-01-26 07:38:49 +09:00
dnsclient_unix.go net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
dnsclient.go
dnsconfig.go net: move DNSConfigError to a portable file 2012-01-31 13:01:34 -08:00
dnsmsg_test.go
dnsmsg.go net: update comments to remove redundant "net" prefix 2012-01-29 19:11:05 +09:00
dnsname_test.go
doc.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
fd_darwin.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_freebsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_linux.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_netbsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_openbsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_windows.go net: remove types InvalidConnError and UnknownSocketError 2012-01-31 15:04:42 -08:00
fd.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
file_plan9.go
file_test.go src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
file_windows.go
file.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
hosts_test.go
hosts_testdata
hosts.go use new time API 2011-11-30 12:01:46 -05:00
interface_bsd.go net: tweak variable declarations 2012-02-03 07:40:03 +09:00
interface_darwin.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface_freebsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface_linux.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface_netbsd.go os: OS-dependent bits to support NetBSD. 2011-12-15 12:19:19 -05:00
interface_openbsd.go
interface_stub.go
interface_test.go net, syscall: interface address and mask 2011-12-21 21:39:00 +09:00
interface_windows.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
ip_test.go
ip.go net, syscall: interface address and mask 2011-12-21 21:39:00 +09:00
ipraw_test.go net: Dial, ListenPacket with "ip:protocol" network for raw IP sockets 2012-01-21 21:51:53 +09:00
iprawsock_plan9.go net: update comments to remove redundant "net" prefix 2012-01-29 19:11:05 +09:00
iprawsock_posix.go net: consistent OpError message 2012-01-24 02:59:43 +09:00
iprawsock.go
ipsock_plan9.go net: fix Plan 9 build 2012-02-05 16:59:32 -08:00
ipsock_posix.go net: fix broken setDefaultSockopts 2012-01-20 07:31:13 +09:00
ipsock.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
lookup_plan9.go net: Dial, ListenPacket with "ip:protocol" network for raw IP sockets 2012-01-21 21:51:53 +09:00
lookup_test.go
lookup_unix.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
lookup_windows.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
multicast_test.go net, syscall: add IPv4 multicast helpers for windows 2012-02-01 14:14:04 +09:00
net_test.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
net.go net: move DNSConfigError to a portable file 2012-01-31 13:01:34 -08:00
newpollserver.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
parse_test.go
parse.go
pipe_test.go
pipe.go net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
port_test.go
port.go crypto/mime/net/time: add netbsd to +build tags 2011-12-21 21:44:47 +11:00
sendfile_linux.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
sendfile_stub.go crypto/mime/net/time: add netbsd to +build tags 2011-12-21 21:44:47 +11:00
sendfile_windows.go
server_test.go net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
sock_bsd.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
sock_linux.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
sock_windows.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
sock.go net: remove types InvalidConnError and UnknownSocketError 2012-01-31 15:04:42 -08:00
sockopt_bsd.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
sockopt_linux.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
sockopt_windows.go net: fix windows build 2012-02-01 12:13:46 +11:00
sockopt.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
sockoptip_bsd.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
sockoptip_darwin.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
sockoptip_freebsd.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
sockoptip_linux.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
sockoptip_openbsd.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
sockoptip_windows.go net, syscall: add IPv4 multicast helpers for windows 2012-02-01 14:14:04 +09:00
sockoptip.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
tcpsock_plan9.go net: update comments to remove redundant "net" prefix 2012-01-29 19:11:05 +09:00
tcpsock_posix.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
tcpsock.go
timeout_test.go net: actually reset deadline when time is zero 2012-01-24 14:06:12 -08:00
udp_test.go net: make WriteTo fail when UDPConn is already connected 2012-01-27 01:31:42 +09:00
udpsock_plan9.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
udpsock_posix.go net: ListenMulticastUDP to listen concurrently across multiple listeners 2012-02-01 01:53:26 +09:00
udpsock.go
unicast_test.go net: fix linux build 2012-01-19 18:56:17 -08:00
unixsock_plan9.go net: update comments to remove redundant "net" prefix 2012-01-29 19:11:05 +09:00
unixsock_posix.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
unixsock.go