commit 8d1da1c66ad9e2d9bf6028e7dfff5d1f2151d494 [browse]
Author: Andrew Gerrand
Date: 2011-12-07 13:33:59 +11:00

doc: fix weekly.2011-12-06 release notes typo

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5453072

commit 8ad48b3d7ca895e80bb3389d0aec11da9db99b79 [browse]
Author: Andrew Gerrand
Date: 2011-12-07 13:16:02 +11:00

tag weekly.2011-12-06

R=r
CC=golang-dev
https://golang.org/cl/5440125

commit 0367eebb05162efbbbee01c012c195f837c24955 [browse]
Author: Andrew Gerrand
Date: 2011-12-07 13:15:10 +11:00

weekly.2011-12-06

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5453070

commit 130e2943a320f012757518787b0c9dbf182ecb3a [browse]
Author: Brad Fitzpatrick
Date: 2011-12-06 16:38:02 -08:00

http: make Transport warning about connections closing more accurate

It was fragile and non-portable, and then became spammy with
the os.EINVAL removal.  Now it just uses the length of the
Peek return value instead.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/5453065

commit 554ac03637bd855179c93d76d05b9c847571d0e2 [browse]
Author: Adam Langley
Date: 2011-12-06 18:25:14 -05:00

crypto: allocate less.

The code in hash functions themselves could write directly into the
output buffer for a savings of about 50ns. But it's a little ugly so I
wasted a copy.

R=bradfitz
CC=golang-dev
https://golang.org/cl/5440111

clone the repository to get more history