8000 Comparing v0.9.0...v0.10.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.9.0
Choo 8000 se a base ref
...
head repository: golang/net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 7 commits
  • 25 files changed
  • 5 contributors

Commits on Apr 7, 2023

  1. internal/socks: permit authenticating with an empty password

    The behavior is accepted widely, and I found no reason to deny it.
    
    Fixes golang/go#57285
    
    Change-Id: I39b07295cc89481ea0d6b70b71f2aa57f1a01407
    GitHub-Last-Rev: b00ecb1
    GitHub-Pull-Request: #157
    Reviewed-on: https://go-review.googlesource.com/c/net/+/457355
    Run-TryBot: Damien Neil <dneil@google.com>
    Auto-Submit: Damien Neil <dneil@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Than McIntosh <thanm@google.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    iseki0 authored and gopherbot committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3d5a8ee View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. nettest: re-enable unixpacket tests on netbsd/386

    The tests seem to work fine on netbsd/386 (NetBSD 9.3). This reverts CL
    80755.
    
    Updates golang/go#22927
    
    Change-Id: I480ac82b10e85aa0fc081e76fbbcbc75f3ee7d38
    Reviewed-on: https://go-review.googlesource.com/c/net/+/483375
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Benny Siegert <bsiegert@gmail.com>
    Reviewed-by: David Chase <drchase@google.com>
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    tklauser authored and gopherbot committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9001ca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. html: another shot at security doc

    Be clearer about the operation of the tokenizer and the parser (and
    their differences), and be explicit about the need for re-serialization
    when they are being used in security contexts.
    
    Change-Id: Ieb8f2a9d4806fb7a8849a15671667396e81c53b9
    Reviewed-on: https://go-review.googlesource.com/c/net/+/484795
    Auto-Submit: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Damien Neil <dneil@google.com>
    Run-TryBot: Roland Shoemaker <roland@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    rolandshoemaker authored and gopherbot committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    eb1572c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. ipv4, ipv6, nettest: skip unsupported tests on wasip1

    Updates golang/go#58141
    
    Change-Id: Iec7a525633dcc93c8941c9aaaef6e54e6867a8d0
    Reviewed-on: https://go-review.googlesourc
    8000
    e.com/c/net/+/485675
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    tklauser authored and gopherbot committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    938ff15 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. ipv4, ipv6: drop redundant skip checks based on GOOS

    All the dropped platforms either don't support raw sockets or the tests
    pass sucessfully (e.g. ipv4.TestPacketConnReadWriteMulticastICMP on
    solaris), so the tests can rely on being skipped due to
    !nettest.SupportsRawSocket().
    
    Also check for errNotImplemented to cover cases where functionality is
    not available on windows.
    
    Change-Id: Ic9107a7ca16e9d9faed4991e1148b493c646ea7d
    Reviewed-on: https://go-review.googlesource.com/c/net/+/489155
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    tklauser authored and gopherbot committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0bfab66 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. http2: don't reuse connections that are experiencing errors

    When a request on a connection fails to complete successfully,
    mark the conn as doNotReuse. It's possible for requests to
    fail for reasons unrelated to connection health,
    but opening a new connection unnecessarily is less of an
    impact than reusing a dead connection.
    
    Fixes golang/go#59690
    
    Change-Id: I40bf6cefae602ead70c3bcf2fe573cc13f34a385
    Reviewed-on: https://go-review.googlesource.com/c/net/+/486156
    Run-TryBot: Damien Neil <dneil@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    neild committed May 1, 2023
    Configuration menu
    Copy the full SHA
    82780d6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 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: Iadb0b7c874b69c87b0238f5011a4cc5ea86c721c
    Reviewed-on: https://go-review.googlesource.com/c/net/+/492637
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    gopherbot committed May 4, 2023
    Configuration menu
    Copy the full SHA
    daac0ce View commit details
    Browse the repository at this point in the history
Loading
0