- 02 Nov, 2011 1 commit
-
-
Russ Cox authored
R=golang-dev, bsiegert, iant CC=golang-dev https://golang.org/cl/5294074
-
- 18 Oct, 2011 1 commit
-
-
Andrey Mirtchovski authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5293045
-
- 30 Jun, 2011 1 commit
-
-
Brad Fitzpatrick authored
No API or functional change. R=jacek.masiulaniec, mikioh.mikioh, rsc CC=golang-dev https://golang.org/cl/4630081
-
- 16 May, 2011 1 commit
-
-
Mikio Hara authored
This CL will help to make an adaptive address family selection possible when an any address family, vague network string such as "ip", "tcp" or "udp" is passed to Dial and Listen API. Fixes #1769. R=bradfitz, rsc CC=golang-dev https://golang.org/cl/4438066
-
- 20 Apr, 2011 1 commit
-
-
Russ Cox authored
This CL makes it possible to resolve DNS names on OS X without offending the Application-Level Firewall. It also means that cross-compiling from one operating system to another is no longer possible when using package net, because cgo needs to be able to sniff around the local C libraries. We could special-case this one use and check in generated files, but it seems more trouble than it's worth. Cross compiling is dead anyway. It is still possible to use either GOARCH=amd64 or GOARCH=386 on typical Linux and OS X x86 systems. It is also still possible to build GOOS=linux GOARCH=arm on any system, because arm is for now excluded from this change (there is no cgo for arm yet). R=iant, r, mikioh CC=golang-dev https://golang.org/cl/4437053
-
- 29 Mar, 2011 1 commit
-
-
Russ Cox authored
Drop laddr argument from Dial. Drop cname return from LookupHost. Add LookupIP, LookupCNAME, ParseCIDR, IP.Equal. Export SplitHostPort, JoinHostPort. Add AAAA (IPv6) support to host lookups. Preparations for implementing some of the lookups using cgo. ParseCIDR and IP.Equal are logically new in this CL but accidentally snuck into an earlier CL about unused labels that was in the same client. In crypto/tls, drop laddr from Dial to match net. R=golang-dev, dsymonds, adg, rh CC=golang-dev https://golang.org/cl/4244055
-
- 16 Feb, 2011 1 commit
-
-
Olivier Antoine authored
R=rsc CC=golang-dev https://golang.org/cl/4129042
-
- 19 Jan, 2011 1 commit
-
-
Albert Strasheim authored
R=golang-dev, rsc, rsc1 CC=golang-dev https://golang.org/cl/2309043
-
- 21 Oct, 2010 1 commit
-
-
David Symonds authored
R=rsc CC=golang-dev https://golang.org/cl/2639041
-
- 22 Jun, 2010 1 commit
-
-
Russ Cox authored
now net.go is only type definitions, not active code. R=r CC=golang-dev https://golang.org/cl/1708046
-