- 5c9b6e8 net: never probe IPv4 map support on DragonFly BSD, OpenBSD by Josh Rickmar · 4 years ago
- c659be4 net: make cgo resolver work more accurately with network parameter by Eugene Kalinin · 7 years ago
- 39e59da net: use internal/bytealg insetad of linkname tricks by Ilya Tocar · 7 years ago
- d144dd7 net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr} by Michael Fraenkel · 7 years ago
- a5179bd net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:n by Brad Fitzpatrick · 8 years ago
- ac7f7ec net: update documentation on JoinHostPort and SplitHostPort by Mikio Hara · 8 years ago
- 2f55031 net, doc: document JoinHostPort change in release notes, clarify its docs by Brad Fitzpatrick · 8 years ago
- 78cf0e5 net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 config by Brad Fitzpatrick · 8 years ago
- 6694a68 net: delay IP protocol stack-snooping system calls by Mikio Hara · 8 years ago
- dc74f51 net: don't enclose non-literal IPv6 addresses in square brackets by Mikio Hara · 8 years ago
- b07363d net: display the complete BUGS section on every platform by Mikio Hara · 8 years ago
- 866e014 net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddr by Russ Cox · 8 years ago
- 1a0b1cc net: fix Dial(":80") on Windows by Russ Cox · 8 years ago
- 2bc5f12 net: add Resolver type, Dialer.Resolver, and DefaultResolver by Brad Fitzpatrick · 8 years ago
- b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
- 1d214f7 net: cache IPv6 zone information for applications using IPv6 link-local address by Mikio Hara · 9 years ago
- 790053b net: filter destination addresses when source address is specified by Mikio Hara · 9 years ago
- 5630cb7 net: make SplitHostPort return an empty host on error by Dave Day · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- b50b21d net: make Dial, Listen{,Packet} for TCP/UDP with invalid port fail by Mikio Hara · 10 years ago
- 055ecb7 net: fix inconsistent errors by Mikio Hara · 10 years ago
- a5dec38 net: make multi-IP resolution more flexible. by Paul Marks · 10 years ago
- 3a9024b net: move init function into net.go by Mikio Hara · 10 years ago
- f00362b net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo by Andrew Pilloud · 10 years ago
- 494b4ce net: simplify itoa conversions by Martin Möhrmann · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/ipsock.go]
- f391362 std lib: fix various typos in comments by Robert Griesemer · 11 years ago
- e8bbbe0 net: ensure that ResolveTCPAddr(addr.String()) reproduces addr by Russ Cox · 11 years ago
- 7c59c8b net: make resolveInternetAddr return a list of addresses by Mikio Hara · 12 years ago
- 20692c2 net: add addrList by Mikio Hara · 12 years ago
- 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
- db84a45 net: move InvalidAddrError type into net.go by Mikio Hara · 12 years ago
- f0291a8 net: make IP address selection work correctly on IPv6-only kernel by Mikio Hara · 12 years ago
- aa0dda7 net: support IPv6 scoped addressing zone by Mikio Hara · 12 years ago
- ad34184 net: SplitHostPort: adjust error message for missing port in IPv6 addresses by Michael Teichgräber · 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
- 5451708 net: fix non-unixen build by Mikio Hara · 12 years ago
- ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
- eb2e6e5 net: implement IPv6 support for windows by Alex Brainman · 12 years ago
- ac486ab net: make parsePort as a function by Mikio Hara · 13 years ago
- 28397be net: replace error variable name e, errno with err by Mikio Hara · 13 years ago
- 558e7fc various: avoid func compare by Russ Cox · 13 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
- 63b8b948 windows: define and use syscall.Handle Fixes #1487. by Wei Guangjing · 14 years ago
- 21e75da respect goto restrictions by Russ Cox · 14 years ago
- 16dbf21 undo CL 4557058 / b4c2ffae7034 by Russ Cox · 14 years ago
- 50effb6 net: name-based destination address selection by Christopher Wedgwood · 14 years ago
- 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
- 8c6dc5f net: re-enable wildcard listening by Mikio Hara · 14 years ago
- 2ddcad9 net: protocol family adaptive address family selection by Mikio Hara · 14 years ago
- 4336116 net: remove unused functions 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
- 9b66129 net: more accurate IPv4-in-IPv6 API test by Mikio Hara · 14 years ago
- 3a052b5 net: use closesocket api instead of CloseHandle on Windows by Alex Brainman · 14 years ago
- d125fae net/ipsock.go: fix error checking bug by Scott Lawrence · 15 years ago
- bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
- 13d5a19 net: implement raw sockets by Christopher Wedgwood · 15 years ago
- 9c8cee7 net: fix bug in internetSocket introduced by error cleanup. by Russ Cox · 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
- 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
- 0489a26 FreeBSD-specific porting work. by Devon H. O'Dell · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 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
- 35ace1d split ipsock.go, sock.go, and unixsock.go out of net.go by Russ Cox · 15 years ago