1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/pkg/net
Joel Sing fce0608561 net: dragonfly support
Make the net package build and work on dragonfly.

R=bradfitz
CC=golang-dev
https://golang.org/cl/13173044
2013-08-24 02:18:22 +10:00
..
http all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
mail net/mail: comment our divergence from RFC 5322. 2013-08-09 10:17:57 +10:00
rpc all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
smtp net/smtp: preserve Auth errors 2013-06-28 12:24:45 -07:00
testdata
textproto net/textproto: use ReadDotBytes instead of non-existent ReadDotAll. 2013-08-18 08:11:34 +10:00
url net/http: Various fixes to Basic authentication 2013-08-07 11:58:59 -07:00
cgo_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_stub.go
cgo_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
conn_test.go
dial_gen_test.go
dial_gen.go net: make Dial, Listen and ListenPacket return consistent error value 2013-08-14 07:04:39 +09:00
dial_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dial.go net: simplify dial 2013-08-15 05:53:53 +09:00
dialgoogle_test.go net: fix race in TestDNSThreadLimit 2013-08-23 14:26:52 +09:00
dnsclient_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsclient_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsclient.go net: avoid string operation and make valid domain names explicit 2013-08-08 16:33:57 -07:00
dnsconfig_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsmsg_test.go
dnsmsg.go
dnsname_test.go net: avoid string operation and make valid domain names explicit 2013-08-08 16:33:57 -07:00
empty.c
example_test.go
fd_mutex_test.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
fd_mutex.go net: fix bug in fdMutex 2013-08-16 16:02:55 +04:00
fd_plan9.go net: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
fd_poll_runtime.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_posix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_windows.go net: fix dial to raw IP networks on Windows 2013-08-23 19:31:24 +09:00
file_plan9.go
file_test.go
file_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
file_windows.go
hosts_test.go
hosts.go
interface_bsd_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_darwin.go
interface_dragonfly.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_freebsd.go
interface_linux_test.go net: give more detail when test panics 2013-07-26 00:21:37 +09:00
interface_linux.go
interface_netbsd.go
interface_openbsd.go
interface_stub.go
interface_test.go syscall: fix IPv6 wrong network mask on latest FreeBSD 2013-08-07 00:25:23 +09:00
interface_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_windows.go
interface.go
ip_test.go net: make IP implement encoding.MarshalerText, encoding.UnmarshalerText 2013-08-14 00:33:20 -04:00
ip.go net: make IP implement encoding.MarshalerText, encoding.UnmarshalerText 2013-08-14 00:33:20 -04:00
ipraw_test.go net: fix dial to raw IP networks on Windows 2013-08-23 19:31:24 +09:00
iprawsock_plan9.go
iprawsock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
iprawsock.go
ipsock_plan9.go net: make IP address selection work correctly on IPv6-only kernel 2013-08-03 12:17:01 +09:00
ipsock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
ipsock.go net: move InvalidAddrError type into net.go 2013-08-10 09:46:22 +09:00
lookup_plan9.go net: fix LookupSRV ordering on plan 9 2013-08-09 14:16:43 -07:00
lookup_test.go
lookup_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
lookup_windows.go net: fix misspelled variable name (fixes windows build) 2013-08-22 12:34:05 +10:00
lookup.go net: add minimal internet protocol number information base 2013-08-22 10:33:37 +09:00
mac_test.go
mac.go
multicast_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
net_test.go all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
net.go net: limit number of concurrent cgo calls 2013-08-16 22:43:05 -04:00
packetconn_test.go
parse_test.go all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
parse.go
pipe_test.go
pipe.go
port_test.go
port_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
port.go
protoconn_test.go net: fix dial to raw IP networks on Windows 2013-08-23 19:31:24 +09:00
race0.go net: annotate Read/Write for race detector 2013-08-19 23:09:24 +04:00
race.go net: annotate Read/Write for race detector 2013-08-19 23:09:24 +04:00
sendfile_dragonfly.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sendfile_freebsd.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sendfile_linux.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sendfile_stub.go
sendfile_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
server_test.go
singleflight.go
sock_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sock_cloexec.go
sock_linux.go
sock_plan9.go net: consolidate listenerBacklog declaration 2013-07-24 08:43:08 +09:00
sock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sock_windows.go net: add dial, listenStream and listenDatagram methods to netFD 2013-08-07 06:15:50 +09:00
sockopt_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockopt_linux.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockopt_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockopt_windows.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockoptip_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockoptip_linux.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockoptip_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockoptip_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sys_cloexec.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcp_test.go net: ensure that Read/Write on all platforms do 0 mallocs 2013-08-21 14:21:02 +04:00
tcpsock_plan9.go net: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
tcpsock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcpsock.go
tcpsockopt_darwin.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_openbsd.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcpsockopt_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcpsockopt_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
timeout_test.go net: wait longer before failing TestVariousDeadlines4Proc on windows 2013-08-23 15:07:42 +10:00
udp_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
udpsock_plan9.go net: make protocol-specific WriteTo, WriteMsg methods return error instead of crash 2013-08-18 19:19:36 +09:00
udpsock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
udpsock.go
unicast_posix_test.go net: fix garbage connection close in dual stack tests 2013-08-17 13:40:55 +09:00
unix_test.go net: fix some test bug 2013-08-05 11:59:59 +10:00
unixsock_plan9.go
unixsock_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
unixsock.go net: make UnixAddr implement sockaddr interface 2013-07-28 16:15:07 +09:00