No Description

Paschalis Tsilias 62affa334b x/net/http2: reject HTTP/2 Content-Length headers containing a sign 4 years ago
bpf 27ecd3f315 bpf: fix VM out of bounds LoadMemShift check 5 years ago
context 88d92db4c5 context/ctxhttp: remove Go 1.6 support, use std context 5 years ago
dict 5d997795f7 all: make copyright headers consistent with one space after period 8 years ago
dns ab34263943 dns/dnsmessage: remove use of fmt that crept in 4 years ago
html 16171245cf html: add the RawNode NodeType 4 years ago
http c21de06aaf http/httpproxy: support CIDR notation and ports with NO_PROXY 6 years ago
http2 62affa334b x/net/http2: reject HTTP/2 Content-Length headers containing a sign 4 years ago
icmp a91f0712d1 icmp, webdav/internal/xml: avoid string(int) 4 years ago
idna 0deb6923b6 idna: update tables to Unicode 12 4 years ago
internal d06c31c94c internal/socket: pass race detection if CGO is not enabled 4 years ago
ipv4 7e3656a080 ipv4: remove unused const maxHeaderLen 4 years ago
ipv6 f229aea8fa ipv4, ipv6: remove or move unused err* vars 4 years ago
lif d28f0bde59 all: follow convention for generated code comment 5 years ago
nettest a882066a44 nettest: use unixStrmDgramEnabled on AIX 4 years ago
netutil f9c8255933 netutil: fix goroutine error handling in test 4 years ago
proxy da137c7871 proxy: fix TestDial failures on wasm/js 5 years ago
publicsuffix 3edf25e44f publicsuffix: update table to latest list from publicsuffix.org 4 years ago
route e086a090c8 route: fix spelling of 'represents' in RIBType doc 4 years ago
trace 915654e7ea trace: tighten the check for duplicate registration 5 years ago
webdav a91f0712d1 icmp, webdav/internal/xml: avoid string(int) 4 years ago
websocket 1a5e07d1ff websocket: Add nhooyr.io/websocket to the deprecation message 5 years ago
xsrftoken aa69164e44 xsrftoken: escape colons 5 years ago
.gitattributes 8c5df243b6 net: add .gitattributes (fixes windows build) 9 years ago
.gitignore 1c781a1096 gitignore: remove obsolete reference to .hgignore in comment 4 years ago
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository 12 years ago
CONTRIBUTING.md e0c57d8f86 CONTRIBUTING.md: remove note about not accepting Pull Requests 6 years ago
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository 12 years ago
LICENSE e169218972 LICENSE: add 12 years ago
PATENTS 8a5603b498 go.net: add PATENTS file to the subrepo. 12 years ago
README.md 0a9397675b README: flush out description 7 years ago
codereview.cfg 0b492c5a96 net: add codereview.cfg 9 years ago
go.mod 4c52546033 all: update golang.org/x/crypto to v0.0.0-20200622213623-75b288015ac9 4 years ago
go.sum 4c52546033 all: update golang.org/x/crypto to v0.0.0-20200622213623-75b288015ac9 4 years ago

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.