[mirror] Go supplementary network libraries
Перейти к файлу
Dmitri Shuralyov 9cb79a0838 [release-branch.go1.15-bundle] ipv6: skip known-failing tests on OpenBSD 6.8 builders
These tests are known to be failing on OpenBSD 6.8 and need
investigation. The OpenBSD 6.8 builders are default TryBots
now, so skip them to prevent people working on other packages
from constantly getting a failure.

Issue 42064 remains open to do the work of determining if the
ipv6 package needs to be fixed, or if OpenBSD 6.8 has a problem
and the test can be permanently skipped as unsupported.

For golang/go#11811.
Updates golang/go#42064.
Updates golang/go#35712.

Change-Id: I59883384e4dbce679cb1a4e8e2c3f0fa7983010b
Reviewed-on: https://go-review.googlesource.com/c/net/+/280052
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit 6772e930b6)
Reviewed-on: https://go-review.googlesource.com/c/net/+/314751
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
2021-04-28 18:55:06 +00:00
bpf bpf: fix VM out of bounds LoadMemShift check 2019-06-07 17:17:31 +00:00
context context/ctxhttp: remove Go 1.6 support, use std context 2018-11-13 16:55:02 +00:00
dict all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
dns/dnsmessage dns/dnsmessage: correct error message to be readable 2020-03-01 02:21:30 +00:00
html html: add the RawNode NodeType 2020-02-02 09:46:26 +00:00
http http/httpproxy: support CIDR notation and ports with NO_PROXY 2018-07-09 17:18:25 +00:00
http2 [release-branch.go1.15-bundle] net/http2: fix erringRoundTripper 2021-03-29 15:04:11 +00:00
icmp [release-branch.go1.15-bundle] icmp, webdav/internal/xml: avoid string(int) 2020-10-22 15:41:53 +00:00
idna idna: update tables to Unicode 12 2019-11-01 17:50:33 +00:00
internal internal/socket: pass race detection if CGO is not enabled 2019-11-18 18:34:10 +00:00
ipv4 ipv4, ipv6: remove or move unused err* vars 2020-02-19 18:36:38 +00:00
ipv6 [release-branch.go1.15-bundle] ipv6: skip known-failing tests on OpenBSD 6.8 builders 2021-04-28 18:55:06 +00:00
lif all: follow convention for generated code comment 2019-06-13 19:41:53 +00:00
nettest nettest: use unixStrmDgramEnabled on AIX 2019-11-05 08:49:25 +00:00
netutil netutil: fix goroutine error handling in test 2019-11-16 16:09:21 +00:00
proxy proxy: fix TestDial failures on wasm/js 2019-06-28 18:53:45 +00:00
publicsuffix publicsuffix: update table to latest list from publicsuffix.org 2020-02-26 12:10:28 +00:00
route route: fix spelling of 'represents' in RIBType doc 2020-04-21 23:12:49 +00:00
trace trace: tighten the check for duplicate registration 2019-01-10 20:02:30 +00:00
webdav [release-branch.go1.15-bundle] icmp, webdav/internal/xml: avoid string(int) 2020-10-22 15:41:53 +00:00
websocket websocket: Add nhooyr.io/websocket to the deprecation message 2019-09-21 01:59:27 +00:00
xsrftoken xsrftoken: escape colons 2019-09-23 16:28:16 +00:00
.gitattributes net: add .gitattributes (fixes windows build) 2014-12-23 17:05:08 +11:00
.gitignore gitignore: remove obsolete reference to .hgignore in comment 2020-03-20 18:12:08 +00:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:42 +00:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:00 +11:00
PATENTS go.net: add PATENTS file to the subrepo. 2012-04-16 11:24:46 +10:00
README.md README: flush out description 2017-09-27 05:51:02 +00:00
codereview.cfg net: add codereview.cfg 2015-03-18 17:04:12 +00:00
go.mod go.mod: update golang.org/x/sys to fix riscv64 build 2020-03-24 14:37:07 +00:00
go.sum go.mod: update golang.org/x/sys to fix riscv64 build 2020-03-24 14:37:07 +00:00

README.md

Go Networking

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.