[mirror] Go supplementary network libraries
Перейти к файлу
iseki 3d5a8ee7d3 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: b00ecb1d7a
GitHub-Pull-Request: golang/net#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>
2023-04-07 18:10:19 +00:00
bpf all: remove redundant type conversion 2022-09-09 16:43:09 +00:00
context all: remove redundant type conversion 2022-09-09 16:43:09 +00:00
dict all: fix a few function names on comments 2022-10-12 13:50:44 +00:00
dns/dnsmessage dns/dnsmessage: remove unnecessary []byte conversions 2022-09-19 22:52:25 +00:00
html html: fix package doc typo 2023-03-07 22:09:01 +00:00
http http/httpproxy: remove comment on https proxy precedance 2022-09-07 13:56:53 +00:00
http2 http2: log the correct error when retrying in (*Transport).RoundTripOpt 2023-03-20 20:17:49 +00:00
icmp all: correct typos in comments 2023-02-07 17:08:46 +00:00
idna all: gofmt 2022-04-12 02:06:05 +00:00
internal internal/socks: permit authenticating with an empty password 2023-04-07 18:10:19 +00:00
ipv4 all: correct typos in comments 2023-02-07 17:08:46 +00:00
ipv6 all: correct typos in comments 2023-02-07 17:08:46 +00:00
lif lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
nettest nettest: fix tests on dragonfly and js/wasm 2023-01-05 16:42:44 +00:00
netutil all: correct typos in comments 2023-02-07 17:08:46 +00:00
proxy proxy: fix TestDial failures on wasm/js 2019-06-28 18:53:45 +00:00
publicsuffix publicsuffix: embed table data 2022-11-16 23:25:23 +00:00
route all: add FreeBSD riscv64 support 2022-08-09 01:22:01 +00:00
trace all: fix some comments 2023-02-08 14:49:55 +00:00
webdav all: correct typos in comments 2023-02-07 17:08:46 +00:00
websocket all: correct typos in comments 2023-02-07 17:08:46 +00:00
xsrftoken xsrftoken: add custom timeout support for valid func 2020-10-08 22:28:04 +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
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:42 +00: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.md: add badge to pkg.go.dev 2020-12-07 22:46:15 +00:00
codereview.cfg net: add codereview.cfg 2015-03-18 17:04:12 +00:00
go.mod go.mod: update golang.org/x dependencies 2023-04-06 15:40:04 +00:00
go.sum go.mod: update golang.org/x dependencies 2023-04-06 15:40:04 +00:00

README.md

Go Networking

Go Reference

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.