Skip to content

Tags: andrewchambers/go

Tags

go1.3.3

Toggle go1.3.3's commit message
go1.3.3

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/151190043

go1.3.1

Toggle go1.3.1's commit message
[release-branch.go1.3] net: prevent spurious on-connect events via ep…

…oll on linux

««« CL 120820043 / 06a4b59c1393
net: prevent spurious on-connect events via epoll on linux

On Linux, adding a socket descriptor to epoll instance before getting
the EINPROGRESS return value from connect system call could be a root
cause of spurious on-connect events.

See golang.org/issue/8276, golang.org/issue/8426 for further information.

All credit to Jason Eggleston <[email protected]>

Fixes golang#8276.
Fixes golang#8426.

LGTM=dvyukov
R=dvyukov, golang-codereviews, adg, dave, iant, alex.brainman
CC=golang-codereviews
https://golang.org/cl/120820043
»»»

TBR=r, rsc
CC=golang-codereviews
https://golang.org/cl/128110045

go1.3

Toggle go1.3's commit message
go1.3

LGTM=rsc
R=golang-codereviews, minux, rsc
CC=golang-codereviews
https://golang.org/cl/104250043

go1.3rc2

Toggle go1.3rc2's commit message
go1.3rc2

LGTM=minux, rsc
R=golang-codereviews, minux, rsc
CC=golang-codereviews
https://golang.org/cl/105170044

go1.3rc1

Toggle go1.3rc1's commit message
go1.3rc1

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/102920050

go1.3beta2

Toggle go1.3beta2's commit message
spec: specify order of init() calls

The spec did not specify the order in which
init() functions are called. Specify that
they are called in source order since we have
now also specified the initialization order
of independent variables.

While technically a language change, no
existing code could have relied on this,
so this should not break anything.

Per suggestion from rsc.

LGTM=r, iant
R=rsc, iant, r, ken
CC=golang-codereviews
https://golang.org/cl/98420046

go1.2.2

Toggle go1.2.2's commit message
go1.2.2

R=rsc, bradfitz
CC=golang-codereviews, golang-dev
https://golang.org/cl/95010046

go1.3beta1

Toggle go1.3beta1's commit message
strings: fix off-by-one error in test

Previously it would panic because of out-of-bound access
if s1 is longer than s2.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/90110043

go1.2.1

Toggle go1.2.1's commit message
go1.2.1

R=minux.ma, r
CC=golang-codereviews, golang-dev
https://golang.org/cl/70650043