1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/src/pkg/net
2013-08-14 07:04:39 +09:00
..
http net/http: do not send malformed cookie domain attribute 2013-08-12 15:14:34 -07:00
mail net/mail: comment our divergence from RFC 5322. 2013-08-09 10:17:57 +10:00
rpc net/rpc: fix a test bug 2013-07-11 15:55:08 -04:00
smtp net/smtp: preserve Auth errors 2013-06-28 12:24:45 -07:00
testdata
textproto net/textproto: reduce allocations in ReadMIMEHeader 2013-07-02 22:37:19 -07:00
url net/http: Various fixes to Basic authentication 2013-08-07 11:58:59 -07:00
cgo_bsd.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_linux.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_netbsd.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_openbsd.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_stub.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_unix.go net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers 2013-08-09 09:23:27 -07:00
conn_test.go net: fix windows and plan9 build 2013-03-13 07:42:55 -07:00
dial_gen_test.go net: fix dial race on plan9 and windows 2013-05-08 16:19:02 +10:00
dial_gen.go net: make Dial, Listen and ListenPacket return consistent error value 2013-08-14 07:04:39 +09:00
dial_test.go all: excise some warts found by vet -shadow 2013-06-20 16:14:40 -07:00
dial.go net: make Dial, Listen and ListenPacket return consistent error value 2013-08-14 07:04:39 +09:00
dialgoogle_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
dnsclient_unix_test.go net: fix build fix 2013-08-14 00:55:18 +04:00
dnsclient_unix.go net: implement DNS TCP fallback query if UDP response is truncated 2013-08-13 09:44:12 -07: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: rename files to clarify platform dependency 2012-09-11 07:37:43 +09:00
dnsmsg_test.go
dnsmsg.go net: fix a bad cast in dnsmsg.go 2012-11-01 12:57:44 -04:00
dnsname_test.go net: avoid string operation and make valid domain names explicit 2013-08-08 16:33:57 -07:00
empty.c net: fix build with CGO_ENABLED=0 2013-03-15 22:23:35 +04:00
example_test.go net: close TCPListener in example 2013-03-29 15:07:10 +09:00
fd_bsd.go net: permit pollster DelFD to return whether to call Wakeup 2013-02-06 17:18:53 -08:00
fd_mutex_test.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
fd_mutex.go net: add special netFD mutex 2013-08-09 21:43:00 +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: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
fd_poll_unix.go runtime: fix handling of network deadlines 2013-08-13 19:11:42 +04:00
fd_posix_test.go net: make use of noDeadline instead of time.Time{} 2013-07-23 10:13:58 +09:00
fd_unix_test.go net: remove noisy test for issue 3590 2013-02-14 10:11:16 +11:00
fd_unix.go net: make Dial, Listen and ListenPacket return consistent error value 2013-08-14 07:04:39 +09:00
fd_windows.go net: make Dial, Listen and ListenPacket return consistent error value 2013-08-14 07:04:39 +09:00
file_plan9.go net: Implement FileListener, FileConn, and File methods for Plan 9 2013-02-26 01:26:40 +01:00
file_test.go net: pass tests on Plan 9 2013-02-28 07:18:02 +01:00
file_unix.go net: separate pollster initialization from network file descriptor allocation 2013-08-06 23:42:33 +09:00
file_windows.go net: update documentation for FileConn, FilePacketConn, FileListener 2013-03-29 12:16:24 +09:00
hosts_test.go
hosts.go
interface_bsd_test.go net: skip interface tests when required external command not found 2013-03-02 10:56:51 +09:00
interface_bsd.go net: revert Zone in IPNet temporally 2013-03-17 19:50:01 +09:00
interface_darwin.go src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
interface_freebsd.go src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
interface_linux_test.go net: give more detail when test panics 2013-07-26 00:21:37 +09:00
interface_linux.go net: revert Zone in IPNet temporally 2013-03-17 19:50:01 +09:00
interface_netbsd.go net: fix slow network interface manipulations 2013-02-28 14:58:41 +09:00
interface_openbsd.go net: fix slow network interface manipulations 2013-02-28 14:58:41 +09:00
interface_stub.go net: fix slow network interface manipulations 2013-02-28 14:58:41 +09:00
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: disable tests with controlling network facilities in short mode 2013-03-25 13:25:28 +09:00
interface_windows.go net: fix slow network interface manipulations 2013-02-28 14:58:41 +09:00
interface.go net: fix slow network interface manipulations 2013-02-28 14:58:41 +09:00
ip_test.go net: support IPv6 scoped addressing zone 2013-03-23 09:57:40 +09:00
ip.go net: support IPv6 scoped addressing zone 2013-03-23 09:57:40 +09:00
ipraw_test.go net: remove unnecessary bit masking 2013-07-22 20:08:58 +09:00
iprawsock_plan9.go net: update documentation for IPConn and related stuff 2013-03-31 16:46:59 +09:00
iprawsock_posix.go net: reduce unnecessary syscall.Sockaddr conversions 2013-08-03 13:32:22 +09:00
iprawsock.go net: update documentation for IPConn and related stuff 2013-03-31 16:46:59 +09:00
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: reduce unnecessary syscall.Sockaddr conversions 2013-08-03 13:32:22 +09: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 all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
lookup_unix.go net: add LookupNS(domain string) 2012-10-18 15:39:04 +09:00
lookup_windows.go net: prevent races during windows lookup calls 2013-02-04 13:05:20 +11:00
lookup.go net: coalesce duplicate in-flight DNS lookups 2013-06-14 08:59:43 -07:00
mac_test.go
mac.go
multicast_test.go net: enable IPv6 tests on Windows 2013-03-29 11:46:47 +09:00
net_test.go all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
net.go net: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
packetconn_test.go net: fix windows and plan9 build 2013-03-13 07:42:55 -07:00
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 net: use windows GetAddrInfoW in LookupPort when possible 2013-01-18 17:05:04 +11:00
port_unix.go net: make parsePort as a function 2012-05-29 06:12:06 +09:00
port.go net: make parsePort as a function 2012-05-29 06:12:06 +09:00
protoconn_test.go net: add simple SetKeepAlivePeriod call test 2013-07-31 12:34:14 +09: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 syscall, net: sendfile for FreeBSD 2012-06-25 20:26:19 -04:00
sendfile_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
server_test.go net: use original raddr if getpeername fails 2013-03-23 22:32:19 +09:00
singleflight.go net: coalesce duplicate in-flight DNS lookups 2013-06-14 08:59:43 -07:00
sock_bsd.go net: never use backlog > 65535 2013-03-12 01:48:48 -04:00
sock_cloexec.go net: if accept4 returns EINVAL fall back to accept 2013-03-08 21:18:06 -08:00
sock_linux.go net: never use backlog > 65535 2013-03-12 01:48:48 -04:00
sock_plan9.go net: consolidate listenerBacklog declaration 2013-07-24 08:43:08 +09:00
sock_posix.go net: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09: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: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockopt_linux.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockopt_posix.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockopt_windows.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockoptip_bsd.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockoptip_linux.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockoptip_posix.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockoptip_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sys_cloexec.go net: do not use RLock around Accept 2013-02-07 22:45:12 -05:00
tcp_test.go runtime: fix false deadlock crash 2013-08-13 22:07:42 +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: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
tcpsock.go net: update documentation for TCPConn, TCPListener and related stuff 2013-03-31 16:47:26 +09:00
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: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_unix.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
timeout_test.go runtime: fix network timers related crash 2013-08-13 12:55:57 +04:00
udp_test.go net: fix test data corruption in repetitive test runs by -cpu 2013-03-27 01:06:48 +09:00
udpsock_plan9.go net: update documentation for UDPConn and related stuff 2013-03-31 16:47:54 +09:00
udpsock_posix.go net: reduce unnecessary syscall.Sockaddr conversions 2013-08-03 13:32:22 +09:00
udpsock.go net: update documentation for UDPConn and related stuff 2013-03-31 16:47:54 +09:00
unicast_posix_test.go net: give more detail when test panics 2013-07-26 00:21:37 +09:00
unix_test.go net: fix some test bug 2013-08-05 11:59:59 +10:00
unixsock_plan9.go net: add missing File method document 2013-04-24 08:32:11 +09:00
unixsock_posix.go net: make deadline helpers join to netFD as its methods 2013-08-13 20:00:58 +09:00
unixsock.go net: make UnixAddr implement sockaddr interface 2013-07-28 16:15:07 +09:00