<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-12-06</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-12-06</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-12-06'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-12-07T02:33:59Z</updated>
<entry>
<title>doc: fix weekly.2011-12-06 release notes typo</title>
<updated>2011-12-07T02:33:59Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-12-07T02:33:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8d1da1c66ad9e2d9bf6028e7dfff5d1f2151d494'/>
<id>urn:sha1:8d1da1c66ad9e2d9bf6028e7dfff5d1f2151d494</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5453072
</content>
</entry>
<entry>
<title>tag weekly.2011-12-06</title>
<updated>2011-12-07T02:16:02Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-12-07T02:16:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8ad48b3d7ca895e80bb3389d0aec11da9db99b79'/>
<id>urn:sha1:8ad48b3d7ca895e80bb3389d0aec11da9db99b79</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/5440125
</content>
</entry>
<entry>
<title>weekly.2011-12-06</title>
<updated>2011-12-07T02:15:10Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-12-07T02:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0367eebb05162efbbbee01c012c195f837c24955'/>
<id>urn:sha1:0367eebb05162efbbbee01c012c195f837c24955</id>
<content type='text'>
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5453070
</content>
</entry>
<entry>
<title>http: make Transport warning about connections closing more accurate</title>
<updated>2011-12-07T00:38:02Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-12-07T00:38:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=130e2943a320f012757518787b0c9dbf182ecb3a'/>
<id>urn:sha1:130e2943a320f012757518787b0c9dbf182ecb3a</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>crypto: allocate less.</title>
<updated>2011-12-06T23:25:14Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2011-12-06T23:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=554ac03637bd855179c93d76d05b9c847571d0e2'/>
<id>urn:sha1:554ac03637bd855179c93d76d05b9c847571d0e2</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>exp/ssh: cleanup client auth tests</title>
<updated>2011-12-06T23:13:20Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2011-12-06T23:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bf59f081c16764633e072824fdc582a6ce9136db'/>
<id>urn:sha1:bf59f081c16764633e072824fdc582a6ce9136db</id>
<content type='text'>
This CL cleans up the client auth tests, making the
individual test body more manageable.

Also, adds tests for rsa and dsa key negotiation.

Finally, remove the package level use of the variable
strings, which avoids conflicting with the strings pkg.

R=gustav.paul, agl, n13m3y3r, rsc
CC=golang-dev
https://golang.org/cl/5447049
</content>
</entry>
<entry>
<title>goinstall: honour -install=false flag when -make=true</title>
<updated>2011-12-06T22:41:20Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-12-06T22:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2c7a84a95bc10fe57b7b0699aee23f06f23076b5'/>
<id>urn:sha1:2c7a84a95bc10fe57b7b0699aee23f06f23076b5</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/5448124
</content>
</entry>
<entry>
<title>strconv: squeezed a bit more out of int/uint formatting</title>
<updated>2011-12-06T21:54:22Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2011-12-06T21:54:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b219e8cbcf67e10b47ab6ebe97eb6497f6010000'/>
<id>urn:sha1:b219e8cbcf67e10b47ab6ebe97eb6497f6010000</id>
<content type='text'>
- less code
- slightly better performance (0-4%)

R=r, rsc
CC=golang-dev
https://golang.org/cl/5448120
</content>
</entry>
<entry>
<title>crypto/x509: if a parent cert has a raw subject, use it.</title>
<updated>2011-12-06T21:42:48Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2011-12-06T21:42:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=02d1dae1069f881ea6b53ecc3cbf3bbe3ac40a72'/>
<id>urn:sha1:02d1dae1069f881ea6b53ecc3cbf3bbe3ac40a72</id>
<content type='text'>
This avoids a problem when creating certificates with parents that
were produce by other code: the Go structures don't contain all the
information about the various ASN.1 string types etc and so that
information would otherwise be lost.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5453067
</content>
</entry>
<entry>
<title>html/template: simplify ExecuteTemplate a little</title>
<updated>2011-12-06T20:47:12Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-12-06T20:47:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ee8b597b1f1ffa634189cdd8ab23f976f65dab7f'/>
<id>urn:sha1:ee8b597b1f1ffa634189cdd8ab23f976f65dab7f</id>
<content type='text'>
Allow the text template to handle the error case of no template
with the given name.
Simplification suggested by Mike Samuel.

R=mikesamuel
CC=golang-dev
https://golang.org/cl/5437147
</content>
</entry>
</feed>
