commit 594668a5a96267a46282ce3007a584ec07adf705 [browse]
Author: Andrew Bonventre
Date: 2018-01-11 11:30:49 -05:00

doc, api: add type Srcset string change to go1.10 notes and API

Change-Id: I13afaa894292bd566510b40a5e4bbbe4d72d4d08
Reviewed-on: https://go-review.googlesource.com/87395
Reviewed-by: Ian Lance Taylor <iant@golang.org>

commit 4458a357ab819a612c0c4cafae88a65287254fe9 [browse]
Author: Adam Langley
Date: 2018-01-10 13:59:51 -08:00

crypto/x509: parse multiple URLs in a single CRLDP.

Previously we would only extract a single URL from a given CRLDP, but
https://tools.ietf.org/html/rfc5280#section-4.2.1.13 permits multiple
URLs for a single distribution point.

Fixes #23403

Change-Id: I2eaed1537df02d0627db1b86bcd9c94506236bea
Reviewed-on: https://go-review.googlesource.com/87299
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>

commit 6631f22776ab56f306bd00d44bc2e3b8d0b90585 [browse]
Author: Kunpei Sakai
Date: 2018-01-11 09:58:16 +09:00

net/http: avoid for-loop if possible

Change-Id: I01900c3a2ebdda8c90d0585f179a39ee890c417f
Reviewed-on: https://go-review.googlesource.com/87336
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

commit 08e342d62c222b80c3a0480002eb71976218f589 [browse]
Author: Robert Griesemer
Date: 2018-01-10 17:14:20 -08:00

cmd/compile/internal/syntax: don't record semi position if there's none

Fixes #23406.

Change-Id: Ief04e20357c9ca03a5e496f1742428394c8ee658
Reviewed-on: https://go-review.googlesource.com/87317
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

commit 40a17eed9392cea198726d7a5a507b3596417fc9 [browse]
Author: Ian Lance Taylor
Date: 2018-01-10 15:45:18 -08:00

crypto: clarify that some files come from CRYPTOGAMS

and that they are covered by the CRYPTOGAMS license.

Fixes #22637

Change-Id: I75b8e08d3a8b569edf383c078bb11c796b766c81
Reviewed-on: https://go-review.googlesource.com/87315
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>

clone the repository to get more history