<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.7beta1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.7beta1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.7beta1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2016-06-02T00:22:03Z</updated>
<entry>
<title>api: promote next.txt to go1.7.txt and update api tool</title>
<updated>2016-06-02T00:22:03Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-06-02T00:00:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3c6b6684ce21c1092ba208a0f1744ad7c930248a'/>
<id>urn:sha1:3c6b6684ce21c1092ba208a0f1744ad7c930248a</id>
<content type='text'>
Change-Id: Idb348be00f949da553aa6aab62836f59dfee298d
Reviewed-on: https://go-review.googlesource.com/23671
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
Run-TryBot: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>api: remove os.File.Size and http.Transport.Dialer</title>
<updated>2016-06-02T00:21:58Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-06-01T23:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=36358b16062fb419a4c78b3f03b24106cb057222'/>
<id>urn:sha1:36358b16062fb419a4c78b3f03b24106cb057222</id>
<content type='text'>
This method and field were added and then later removed during the 1.7
development cycle.

Change-Id: I0482a6356b91d2be67880b44ef5d8a1daab49ec8
Reviewed-on: https://go-review.googlesource.com/23670
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
</content>
</entry>
<entry>
<title>api: update next.txt</title>
<updated>2016-06-01T23:55:58Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-06-01T23:24:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d7ae8b3c11b027721f0878caac0620ccb7f81048'/>
<id>urn:sha1:d7ae8b3c11b027721f0878caac0620ccb7f81048</id>
<content type='text'>
Change-Id: I04da6a56382d3bd96e3c849a022618553039b2db
Reviewed-on: https://go-review.googlesource.com/23651
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
</content>
</entry>
<entry>
<title>crypto/tls: buffer handshake messages.</title>
<updated>2016-06-01T23:26:04Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2016-06-01T21:41:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2a8c81ffaadc69add6ff85b241691adb7f9f24ff'/>
<id>urn:sha1:2a8c81ffaadc69add6ff85b241691adb7f9f24ff</id>
<content type='text'>
This change causes TLS handshake messages to be buffered and written in
a single Write to the underlying net.Conn.

There are two reasons to want to do this:

Firstly, it's slightly preferable to do this in order to save sending
several, small packets over the network where a single one will do.

Secondly, since 37c28759ca46cf381a466e32168a793165d9c9e9 errors from
Write have been returned from a handshake. This means that, if a peer
closes the connection during a handshake, a “broken pipe” error may
result from tls.Conn.Handshake(). This can mask any, more detailed,
fatal alerts that the peer may have sent because a read will never
happen.

Buffering handshake messages means that the peer will not receive, and
possibly reject, any of a flow while it's still being written.

Fixes #15709

Change-Id: I38dcff1abecc06e52b2de647ea98713ce0fb9a21
Reviewed-on: https://go-review.googlesource.com/23609
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
Run-TryBot: Andrew Gerrand &lt;adg@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>net/http: update bundled http2</title>
<updated>2016-06-01T23:15:34Z</updated>
<author>
<name>Tom Bergan</name>
<email>tombergan@google.com</email>
</author>
<published>2016-05-27T23:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f6c0241999bffe0fe52e8b7f5bbcc8f9e02edbdf'/>
<id>urn:sha1:f6c0241999bffe0fe52e8b7f5bbcc8f9e02edbdf</id>
<content type='text'>
Updates x/net/http2 to git rev 6bdd4be4 for CL 23526:

  http2: GotFirstResponseByte hook should only fire once

Also updated the trace hooks test to verify that all trace hooks are called
exactly once except ConnectStart/End, which may be called multiple times (due
to happy-eyeballs).

Fixes #15777

Change-Id: Iea5c64eb322b58be27f9ff863b3a6f90e996fa9b
Reviewed-on: https://go-review.googlesource.com/23527
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>doc: revert copyright date to 2009</title>
<updated>2016-06-01T22:40:04Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-06-01T22:11:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d0c1888739ac0d5d0c9f82a4b86945c0351caef6'/>
<id>urn:sha1:d0c1888739ac0d5d0c9f82a4b86945c0351caef6</id>
<content type='text'>
Somehow this date was changed in error (by me) to 2012.
It should have always been 2009.

Change-Id: I87029079458d4c4eeeff2f2fc0574f10afa9af09
Reviewed-on: https://go-review.googlesource.com/23622
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
</content>
</entry>
<entry>
<title>misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android</title>
<updated>2016-06-01T22:06:51Z</updated>
<author>
<name>Elias Naur</name>
<email>elias.naur@gmail.com</email>
</author>
<published>2016-06-01T18:58:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6de014b9e2a655e093c2e3b5617a90b97d66c152'/>
<id>urn:sha1:6de014b9e2a655e093c2e3b5617a90b97d66c152</id>
<content type='text'>
Some tests cannot build for Android; use build tags and stubs to
skip them.

For #15919

Change-Id: Ieedcb73d4cabe23c3775cfb1d44c1276982dccd9
Reviewed-on: https://go-review.googlesource.com/23634
Run-TryBot: Elias Naur &lt;elias.naur@gmail.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: David Crawshaw &lt;crawshaw@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/compile: correctly export underlying type of predecl. error type</title>
<updated>2016-06-01T21:32:46Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2016-06-01T20:46:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bbd1dcdf7da68a3759a2d86f851391c1ec974f77'/>
<id>urn:sha1:bbd1dcdf7da68a3759a2d86f851391c1ec974f77</id>
<content type='text'>
Fixes #15920.

Change-Id: I78cd79b91a58d0f7218b80f9445417f4ee071a6e
Reviewed-on: https://go-review.googlesource.com/23606
Reviewed-by: Matthew Dempsky &lt;mdempsky@google.com&gt;
Run-TryBot: Robert Griesemer &lt;gri@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>math/big: avoid panic in float.Text with negative prec</title>
<updated>2016-06-01T19:20:52Z</updated>
<author>
<name>Alberto Donizetti</name>
<email>alb.donizetti@gmail.com</email>
</author>
<published>2016-06-01T17:16:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5db44c17a2391bbdfbc3c04e83e66025ca5dea3d'/>
<id>urn:sha1:5db44c17a2391bbdfbc3c04e83e66025ca5dea3d</id>
<content type='text'>
Fixes #15918

Change-Id: I4b434aed262960a2e6c659d4c2296fbf662c3a52
Reviewed-on: https://go-review.googlesource.com/23633
Run-TryBot: Robert Griesemer &lt;gri@golang.org&gt;
Reviewed-by: Robert Griesemer &lt;gri@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>runtime: document heap scavenger memory summary</title>
<updated>2016-06-01T19:06:43Z</updated>
<author>
<name>Emmanuel Odeke</name>
<email>emm.odeke@gmail.com</email>
</author>
<published>2016-05-22T09:20:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=77026ef902d3fa21597400d230701979bc1f0efc'/>
<id>urn:sha1:77026ef902d3fa21597400d230701979bc1f0efc</id>
<content type='text'>
Fixes #15212.

Change-Id: I2628ec8333330721cddc5145af1ffda6f3e0c63f
Reviewed-on: https://go-review.googlesource.com/23319
Reviewed-by: Austin Clements &lt;austin@google.com&gt;
</content>
</entry>
</feed>
