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/net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.0
Choose a base ref
...
head repository: golang/net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 16, 2024

  1. LICENSE: update per Google Legal

    Very minor tweaks:
     - Remove (c) pseudosymbol.
     - Remove "All Rights Reserved."
     - Change "Google Inc." (no longer exists) to "Google LLC".
    
    [git-generate]
    echo '
    ,s/\(c\) //
    ,s/ All rights reserved.//
    ,s/Google Inc./Google LLC/
    w
    q
    ' | sam -d LICENSE
    
    Change-Id: Ibaa49e00dd08950a577e4343bfc574980d327995
    Reviewed-on: https://go-review.googlesource.com/c/net/+/598579
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    rsc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    032e4e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. xsrftoken: create no padding base64 string by RawURLEncoding

    The XSRF token generation function creates the padded base64 string by
    base64.URLEncoding, then removes the padding. It is equivalent to the
    base64.RawURLEncoding but with more costs.
    
    Change-Id: I9cf5ad94e9cf3dca9bbfc1b6818ab07d41acf417
    GitHub-Last-Rev: a8263b5
    GitHub-Pull-Request: #217
    Reviewed-on: https://go-review.googlesource.com/c/net/+/599895
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Commit-Queue: Damien Neil <dneil@google.com>
    Commit-Queue: Ian Lance Taylor <iant@google.com>
    ghosind authored and gopherbot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    765c7e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I6a2e43cca79f719c018887e1d75b578fc27be8f1
    Reviewed-on: https://go-review.googlesource.com/c/net/+/603399
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4542a42 View commit details
    Browse the repository at this point in the history
Loading