No Description

Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn 9 years ago
bpf 7c71ca708c bpf: implement LoadExtension and ExtLen for VM 9 years ago
context 45b61eaf18 context/ctxhttp: if context is canceled, return its error 9 years ago
dict 8aa6e209cb net: add import comments. 11 years ago
html f1d3149ecb html/charset: replace EUC-KR test 10 years ago
http2 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn 9 years ago
icmp cfe3c2a752 icmp: don't step on recycled socket descriptors 9 years ago
idna 8aa6e209cb net: add import comments. 11 years ago
internal 9bc2a3340c internal/netreflect: fix test on nacl, plan9 and windows 9 years ago
ipv4 b398290406 ipv4: deduplicate socket option code 9 years ago
ipv6 9313baa13d net: skip tests on OS X 10.8 to avoid a kernel panic 9 years ago
lex 57c7820920 http2: add Transport support for unicode domain names 9 years ago
netutil 21af302bb5 netutil: Ditch go1.3 build tag. 10 years ago
proxy 8aa6e209cb net: add import comments. 11 years ago
publicsuffix 07b51741c1 publicsuffix: update table to latest list from publicsuffix.org 9 years ago
route 4d38db7685 route: don't crash or hang up with corrupted messages 9 years ago
trace 35ec611a14 net/trace: fix comment typo 9 years ago
webdav 04557861f1 webdav: skip test that fails with gccgo 9 years ago
websocket 7553b97266 websocket: fix Read behaviour in hybiFrameReader.Read 9 years ago
xsrftoken 17535f9440 xsrftoken: fix lint error in Timeout's comment. 10 years ago
.gitattributes 8c5df243b6 net: add .gitattributes (fixes windows build) 11 years ago
.gitignore a63ec84237 convert .hgignore to .gitignore. 11 years ago
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository 14 years ago
CONTRIBUTING.md 9472249086 doc: add CONTRIBUTING.md 11 years ago
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository 14 years ago
LICENSE e169218972 LICENSE: add 14 years ago
PATENTS 8a5603b498 go.net: add PATENTS file to the subrepo. 13 years ago
README 3294cb5d6c go.net: initial code 14 years ago
codereview.cfg 0b492c5a96 net: add codereview.cfg 10 years ago

README

This repository holds supplementary Go networking libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.