Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: go1.13.7
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: go1.13.8
Choose a head ref
  • 5 commits
  • 5 files changed
  • 5 contributors

Commits on Jan 16, 2020

  1. [release-branch.go1.13] runtime: ignore power notification error seen…

    … on Windows Docker
    
    Updates #36557
    Fixes #36575
    
    Change-Id: Ia8125f382d5e14e5612da811268a58971cc9ac08
    Reviewed-on: https://go-review.googlesource.com/c/go/+/214917
    Run-TryBot: Ian Lance Taylor <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Brad Fitzpatrick <[email protected]>
    Reviewed-by: Jason A. Donenfeld <[email protected]>
    Reviewed-by: Austin Clements <[email protected]>
    (cherry picked from commit d2de9bd)
    Reviewed-on: https://go-review.googlesource.com/c/go/+/215002
    ianlancetaylor committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    6d171bc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. [release-branch.go1.13] all: merge release-branch.go1.13-security int…

    …o release-branch.go1.13
    
    Change-Id: I7119985b7b6fc02010a623ba2bc6d0d647ea8f70
    dmitshur committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3e83d30 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    17ac3f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. [release-branch.go1.13] net/http: only decrement connection count if …

    …we removed a connection
    
    The connection count must only be decremented if the persistent
    connection was also removed.
    
    Fixes #36583
    
    Change-Id: I5070717d5d9effec78016005fa4910593500c8cf
    Reviewed-on: https://go-review.googlesource.com/c/go/+/202087
    Reviewed-by: Brad Fitzpatrick <[email protected]>
    Run-TryBot: Brad Fitzpatrick <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-on: https://go-review.googlesource.com/c/go/+/215177
    Run-TryBot: Alexander Rakoczy <[email protected]>
    Reviewed-by: Alexander Rakoczy <[email protected]>
    fraenkel authored and toothrot committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    224a180 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. [release-branch.go1.13] go1.13.8

    Change-Id: Ia174ccd8d5c26f44aeea188113e292f5048ec873
    Reviewed-on: https://go-review.googlesource.com/c/go/+/219219
    Run-TryBot: Alexander Rakoczy <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    toothrot committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a7acf9a View commit details
    Browse the repository at this point in the history
Loading