- 22829bd net: don't return non-nil interface values as Source, Addr in OpError by Mikio Hara · 10 years ago
- a5dec38 net: make multi-IP resolution more flexible. by Paul Marks · 10 years ago
- 7b2b45e net: simplify test helpers by Mikio Hara · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/tcpsock.go]
- e8bbbe0 net: ensure that ResolveTCPAddr(addr.String()) reproduces addr by Russ Cox · 12 years ago
- 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
- f45339c net: update documentation for TCPConn, TCPListener and related stuff by Mikio Hara · 12 years ago
- aa0dda7 net: support IPv6 scoped addressing zone by Mikio Hara · 12 years ago
- e3e885b net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr by Mikio Hara · 12 years ago
- 4f74bbd net: consoldate literal target address into IP address functions by Mikio Hara · 12 years ago
- e8cf49f net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs by Mikio Hara · 12 years ago
- ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 0f7bc92 net: Plan 9 support by Fazlul Shahriar · 14 years ago
- d72c96d net: Added function SetTimeout() to interface Listener. Fixes #2148. by Aleksandar Dezelin · 14 years ago
- b0f39cc io, net, http: sendfile support by Brad Fitzpatrick · 14 years ago
- 2ddcad9 net: protocol family adaptive address family selection by Mikio Hara · 14 years ago
- c9164a5 net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386 by Russ Cox · 14 years ago
- 41f93a4 net: drop laddr from Dial, cname from LookupHost; new functions by Russ Cox · 14 years ago
- 3a052b5 net: use closesocket api instead of CloseHandle on Windows by Alex Brainman · 14 years ago
- a144e3e net: provide public access to file descriptors by Keith Rarick · 14 years ago
- fc4ba15 net: add nil checks to several String methods to avoid panics by Andrew Gerrand · 15 years ago
- 5ee02ee net: TCPConn.SetNoDelay, back by popular demand by Russ Cox · 15 years ago
- 6aaef04 misc cleanup: gofmt + &x -> x[0:] conversion by Russ Cox · 15 years ago
- 13d5a19 net: implement raw sockets by Christopher Wedgwood · 15 years ago
- 47a0533 net: introduce net.Error interface by Russ Cox · 15 years ago
- a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- eb16346 net: fix netFD.Close races by Devon H. O'Dell · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- 5d37705 gofmt-ify net by Robert Griesemer · 15 years ago
- c83b838 package net cleanup by Russ Cox · 15 years ago