go /
net /
695775ce641b0f80c9cf03e8a796595355422dd3 - 695775c [internal-branch.go1.21-vendor] http2: limit maximum handler goroutines to MaxConcurrentStreams by Damien Neil · 1 year, 5 months ago
- 57553cb quic: connection ids by Damien Neil · 2 years, 5 months ago
- 304cc91 quic: tracking of received packets and acks to send by Damien Neil · 2 years, 5 months ago
- 9475ce1 quic: fix typos in comments by Damien Neil · 1 year, 9 months ago
- d8f9c01 dns/dnsmessage: add fuzz test by Mateusz Poliwczak · 1 year, 10 months ago
- 8126108 dns/dnsmessage: update Parser docs by Mateusz Poliwczak · 1 year, 8 months ago
- a1613c2 http2: handle trailing colon in authorityAddr by Leo Blöcher · 1 year, 11 months ago
- c73c09c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago v0.12.0
- 4fc2eb9 http2: revert Transport change from CL 486156 by Brad Fitzpatrick · 1 year, 9 months ago
- 63727cc http2: validate Host header before sending by Damien Neil · 1 year, 9 months ago
- 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing by Damien Neil · 1 year, 9 months ago
- 952fc9c quic: move ack_delay_exponent handling out of frame parsing by Damien Neil · 1 year, 9 months ago
- 02fe9a5 quic: loss detection by Damien Neil · 2 years, 5 months ago
- c8a2c5a quic: remove stray debugging print by Damien Neil · 1 year, 9 months ago
- 5d50b40 quic: add packetFate enum by Damien Neil · 1 year, 9 months ago
- ee81e8c quic: correct rttvar updates by Damien Neil · 1 year, 9 months ago
- ab184e6 quic: rename side type to connSide by Damien Neil · 1 year, 9 months ago
- 508a573 quic: add congestion controller by Damien Neil · 1 year, 10 months ago
- 4050002 html: handle equals sign before attribute by Roland Shoemaker · 1 year, 11 months ago
- f5464dd idna: update for Unicode 15.0.0 by Russ Cox · 1 year, 9 months ago
- 6c96ca5 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.11.0
- 5541298 quic: add packet pacer by Damien Neil · 1 year, 10 months ago
- 88a50b6 all: update x/sys to HEAD by Bryan C. Mills · 1 year, 9 months ago
- 7e6923f quic: add RTT estimator by Damien Neil · 1 year, 10 months ago
- 2796e09 bpf: check for little endian CPU for OS VM comparison by Matt Layher · 1 year, 9 months ago
- 10cf388 quic: add a data structure for tracking lists of sent packets by Damien Neil · 1 year, 10 months ago
- ccc217c quic: parameterize rangeset by Damien Neil · 1 year, 10 months ago
- f16447c quic: add go1.21 build constraint by Damien Neil · 1 year, 10 months ago
- f7250ea quic: add a type tracking sent values by Damien Neil · 2 years, 3 months ago
- 1b5a2d8 quic: packet encoding/decoding by Damien Neil · 2 years, 5 months ago
- a233290 quic: add a data structure for tracking sent packets by Damien Neil · 2 years, 5 months ago
- 61d852e quic: error codes and types by Damien Neil · 2 years, 2 months ago
- d40f154 quic: varint encoding and decoding by Damien Neil · 2 years, 5 months ago
- 10d9069 quic: add rangeset type by Damien Neil · 2 years, 5 months ago
- f71a821 quic: packet protection by Damien Neil · 2 years, 5 months ago
- 6488c8f quic: basic packet operations by Damien Neil · 2 years, 5 months ago
- d4a2c13 quic: packet number encoding/decoding by Damien Neil · 2 years, 5 months ago
- 0d6f3cb quic: add various useful common constants and types by Damien Neil · 2 years, 5 months ago
- ee6956f quic: add internal/quic package by Damien Neil · 2 years, 5 months ago
- 6826f5a http2: close request bodies before RoundTrip error return by Damien Neil · 1 year, 10 months ago
- ca96da6 dns/dnsmessage: reject names with dots inside label by Mateusz Poliwczak · 1 year, 10 months ago
- 056145c net/http: deflake TestTransportRetryAfterGOAWAY by Damien Neil · 1 year, 10 months ago
- abee42a http2: deflake TestTransportReuseAfterError by Damien Neil · 1 year, 10 months ago
- 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests by Nick Figgins · 1 year, 10 months ago
- 23ce3b8 http2: disable Content-Length when nilled by Laurent Senta · 2 years, 1 month ago
- 120fc90 http2: change default frame scheduler to round robin by Damien Neil · 2 years ago
- 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names by Mateusz Poliwczak · 1 year, 10 months ago
- d28c0b1 all: fix some comments by cui fliter · 1 year, 10 months ago
- daac0ce go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago v0.10.0
- 82780d6 http2: don't reuse connections that are experiencing errors by Damien Neil · 1 year, 11 months ago
- 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS by Tobias Klauser · 1 year, 11 months ago
- 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 11 months ago
- eb1572c html: another shot at security doc by Roland Shoemaker · 1 year, 11 months ago
- 9001ca7 nettest: re-enable unixpacket tests on netbsd/386 by Tobias Klauser · 2 years ago
- 3d5a8ee internal/socks: permit authenticating with an empty password by iseki · 2 years, 3 months ago
- 694cff8 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.9.0
- 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt by Bryan C. Mills · 2 years ago
- 9f24bb4 http2: properly discard data received after request/response body is closed by Damien Neil · 2 years ago
- 08dda57 html: fix package doc typo by Roland Shoemaker · 2 years ago
- dfa2b5d go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.8.0
- 8c4ef2f hmtl: add security section to package comment by Roland Shoemaker · 2 years, 3 months ago
- 1d46ed8 html: have Render escape comments less often by Nigel Tao · 2 years, 1 month ago
- 569fe81 html: add "Microsoft Outlook comment" tests by Nigel Tao · 2 years, 1 month ago
- 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding by Damien Neil · 2 years, 3 months ago v0.7.0
- 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning by Damien Neil · 2 years, 1 month ago
- 39940ad html: parse comments per HTML spec by Nigel Tao · 2 years, 1 month ago
- 87ce33e go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 1 month ago v0.6.0
- 415cb6d all: fix some comments by cui fliter · 2 years, 1 month ago
- 7e3c19c all: correct typos in comments by Oleksandr Redko · 2 years, 1 month ago
- 296f09a http2: case insensitive handling for 100-continue by Michael Fraenkel · 2 years, 2 months ago
- f8411da nettest: fix tests on dragonfly and js/wasm by Cuong Manh Le · 2 years, 2 months ago
- 8e0e7d8 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.5.0
- 7805fdc http2: rewrite inbound flow control tracking by Damien Neil · 2 years, 4 months ago
- 2aa8215 nettest: use RoutedInterface for probing network stack capability by Cuong Manh Le · 2 years, 3 months ago
- ad92d3d websocket: don't recommend Gorilla by Ian Lance Taylor · 2 years, 3 months ago
- e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth by Dmitri Shuralyov · 2 years, 3 months ago
- 1e63c2f http2: limit canonical header cache by bytes, not entries by Damien Neil · 2 years, 3 months ago v0.4.0
- 3247b5b go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago v0.3.0
- ecf7fda http2: deflake TestTransportMaxFrameReadSize by Damien Neil · 2 years, 4 months ago
- 0833b63 publicsuffix: embed table data by Damien Neil · 2 years, 4 months ago
- ecf091a publicsuffix: update table to latest list from publicsuffix.org by Damien Neil · 2 years, 4 months ago
- 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting by robaho · 3 years, 4 months ago
- 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support by Eli Lindsey · 2 years, 6 months ago
- a2d827a go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 4 months ago v0.2.0
- 15e1b25 http2: speed up TestTransportRetryHasLimit by Damien Neil · 2 years, 5 months ago
- 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError by Damien Neil · 2 years, 6 months ago
- efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes by Damien Neil · 2 years, 5 months ago
- a870f35 http2: support Server.ReadTimeout by Damien Neil · 2 years, 5 months ago
- d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 2 years, 4 months ago
- 702349b http2/h2c: handle errors when reading HTTP/1 request body by Damien Neil · 2 years, 4 months ago
- 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body by Nikola Jokic · 2 years, 5 months ago
- a1278a7 http2: add common header caching to Transport to reduce allocations by Eli Lindsey · 2 years, 5 months ago
- c877839 http2: add a few other common headers to the shared headermap cache by Eli Lindsey · 2 years, 5 months ago
- c630100 http2: discard more frames after GOAWAY by Damien Neil · 2 years, 6 months ago
- 0c1aede http2: calculate a correct window increment size for a stream by Zeke Lu · 2 years, 5 months ago
- 84c13af http2/hpack: build static table with go generate by Tomasz Jezierski · 2 years, 6 months ago
- 430a433 html: properly handle exclamation marks in comments by Roland Shoemaker · 2 years, 5 months ago
- da05058 net/http: remove unnecessary slicing by ChristLZS · 2 years, 5 months ago
- 1568cf9 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 5 months ago v0.1.0
- cb67ada internal/socket: add support for openbsd/ppc64 by Joel Sing · 2 years, 5 months ago