8000 Comparing v0.7.0...v0.8.0 · golang/net · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.7.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.8.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 23, 2023

  1. html: add "Microsoft Outlook comment" tests

    This only adds new tests. A follow-up commit will change behavior.
    
    Updates golang/go#58246
    
    Change-Id: I6adf5941d5cfd3c28f7b9328882ac280109ee028
    Reviewed-on: https://go-review.googlesource.com/c/net/+/469055
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Nigel Tao <nigeltao@golang.org>
    Reviewed-by: Kunpei Sakai <namusyaka@gmail.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    nigeltao committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    569fe81 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. html: have Render escape comments less often

    Fixes golang/go#58246
    
    Change-Id: I3effbd2afd7e363a42baa4db20691e57c9a08389
    Reviewed-on: https://go-review.googlesource.com/c/net/+/469056
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Nigel Tao <nigeltao@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Kunpei Sakai <namusyaka@gmail.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    nigeltao committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1d46ed8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. hmtl: add security section to package comment

    Adds a short security considerations paragraph to the package comment
    detailing the differences between the parser and tokenizer.
    
    Change-Id: I9e6840b20f82ffc6bc4088fffd6b4eda97550c0a
    Reviewed-on: https://go-review.googlesource.com/c/net/+/459676
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Damien Neil <dneil@google.com>
    Run-TryBot: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Rob Pike <r@golang.org>
    rolandshoemaker committed Mar 3, 2023
    2 Configuration menu
    Copy the full SHA
    8c4ef2f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: Id9c6666c1b6cc671576285bf13d3ae7da8e2a168
    Reviewed-on: https://go-review.googlesource.com/c/net/+/473437
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    gopherbot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    dfa2b5d View commit details
    Browse the repository at this point in the history
Loading
0