go/src/pkg
Mikio Hara e8cf49f701 net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs
This CL starts to introduce IPv6 scoped addressing capability
into the net package.

The Public API changes are:
+pkg net, type IPAddr struct, Zone string
+pkg net, type IPNet struct, Zone string
+pkg net, type TCPAddr struct, Zone string
+pkg net, type UDPAddr struct, Zone string

Update #4234.

R=rsc, bradfitz, iant
CC=golang-dev
https://golang.org/cl/6849045
2012-11-27 00:45:42 +09:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: remove a little unnecessary indirection in tests. 2012-10-20 13:02:29 +11:00
builtin
bytes bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
compress compress/flate: shrink decompressor struct for better performance 2012-11-01 13:57:24 -04:00
container all: fix the the typos 2012-11-22 02:58:24 +08:00
crypto crypto/md5: speed up aligned writes and test/bench unaligned writes 2012-11-18 02:23:34 +08:00
database/sql all: clear execute bit 2012-11-01 10:04:42 +09:00
debug debug/elf: fix offset for GNU version symbols 2012-11-15 03:36:19 +11:00
encoding all: fix the the typos 2012-11-22 02:58:24 +08:00
errors
exp all: fix the the typos 2012-11-22 02:58:24 +08:00
expvar
flag
fmt gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
go all: fix the the typos 2012-11-22 02:58:24 +08:00
hash
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray
io io: add ByteWriter interface 2012-10-30 10:51:29 +01:00
log
math gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
mime mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
net net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: add FileMode.IsRegular 2012-11-15 11:46:00 -08:00
path gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
reflect all: fix the the typos 2012-11-22 02:58:24 +08:00
regexp regexp: add simple package-level example 2012-11-14 10:43:21 +01:00
runtime runtime: regenerate defs-files for freebsd 2012-11-26 21:29:13 +09:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv strconv: Removed unnecessary use of goto. Made code easier to read. 2012-11-14 09:42:48 -08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall syscall: fix data races in LazyDLL/LazyProc 2012-11-16 12:06:48 +04:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time time: add Now()/UnixNano() malloc tests 2012-11-25 11:29:06 +11:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00