Sign in
◑
Theme
go
/
net
/
HEAD
520c891
quic: off-path support in loss/congestion/rtt
by Damien Neil
· 9 days ago
master
656874f
quic: determine local address for connections
by Damien Neil
· 10 days ago
a818e16
quic: add a pathAddrs type, holding a local/peer address pair
by Damien Neil
· 10 days ago
f557b18
internal/http3, internal/httpcommon: move gzip reader implementation
by Nicholas S. Husin
· 9 days ago
53e34cd
http2: drop benchmarks
by Damien Neil
· 11 days ago
540d04c
go.mod: update golang.org/x dependencies
by Gopher Robot
· 12 days ago
v0.59.0
20eef7f
quic: clear fast-path receive buffer on stream reset
by Nicholas S. Husin
· 2 weeks ago
c23af1b
internal/http3: fix compilation error due to missed symbol name update
by Nicholas S. Husin
· 2 weeks ago
eda109f
internal/http3: send appropriate error codes in STOP_SENDING frames
by Nicholas S. Husin
· 3 weeks ago
12e0501
internal/http3: server header size limits
by Damien Neil
· 3 weeks ago
d89285e
quic: add Stream.StopSending, and rework stream/application errors
by Damien Neil
· 3 weeks ago
d34deae
quic: ensure Endpoint.Close waits for connection loops to exit
by Nicholas S. Husin
· 3 weeks ago
55577aa
http2: use IDNA Lookup profile, not raw Punycode translation
by Damien Neil
· 4 weeks ago
b22627e
internal/http3: handle a nil TLSConfig in newQUICConfig
by Russ Cox
· 3 weeks ago
6e98b0d
internal/http3: report endpoint creation errors from initEndpoint
by Russ Cox
· 3 weeks ago
980ca2d
quic: make Endpoint.Close return only when the endpoint is actually closed
by Nicholas S. Husin
· 3 weeks ago
5490999
internal/http3: close the request body before RoundTrip returns
by Russ Cox
· 3 weeks ago
f3ca034
http2: deprecate Transport and Server
by Damien Neil
· 4 weeks ago
a375228
internal/http3: do not abort roundtrip when server closes request stream
by Nicholas S. Husin
· 4 weeks ago
679e2db
quic: don't exceed anti-amp limit with Initial padding
by Damien Neil
· 4 weeks ago
af341ad
internal/http3: do not treat 1xx status as the final response status
by Nicholas S. Husin
· 4 weeks ago
bf48165
internal/http3: wait until clientConn is unregistered when closing it
by Nicholas S. Husin
· 4 weeks ago
7f14199
all: use min/max builtins
by Tobias Klauser
· 4 weeks ago
fc715e5
internal/http3: include minor HTTP version in default User-Agent header
by Nicholas S. Husin
· 5 weeks ago
37f3d6f
all: upgrade go directive to at least 1.26.0 [generated]
by Gopher Robot
· 5 weeks ago
f6c404b
http2/h2c: restore documentation of NewHandler unsafety
by Damien Neil
· 5 weeks ago
c354d3f
internal/httpcommon: remove Host header from server request
by Damien Neil
· 6 weeks ago
580cba3
http3, internal/httpcommon: improve :authority/host header interactions
by Damien Neil
· 6 weeks ago
21c1020
internal/httpcommon: drop net/http dependency in tests
by Damien Neil
· 6 weeks ago
acc78e0
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 weeks ago
v0.58.0
90d10f0
internal/http3: delete invalid Content-Length if declared in server handler
by Nicholas S. Husin
· 6 weeks ago
08abf4d
internal/http3: infer headers when Content-Encoding is set but is empty
by Nicholas S. Husin
· 6 weeks ago
8d10596
http2: avoid deadlocks in wrapped ClientConn state callback
by Damien Neil
· 7 weeks ago
99c3b0a
http2/hpack: build the table lookup maps lazily, only for encoders
by Brad Fitzpatrick
· 8 weeks ago
5a920b1
http3: rework registration to allow using a fake network
by Damien Neil
· 10 weeks ago
7fd2842
quic: return an error from Accept after PacketConn reader exits
by Damien Neil
· 9 weeks ago
825111d
quic: avoid busy-loop when keep-alive is blocked by congestion control
by Damien Neil
· 9 weeks ago
a02ddfa
http/httpproxy: prioritize lowercase proxy environment variables
by Nicholas S. Husin
· 9 weeks ago
574e5eb
quic: halt conn goroutines on close when listener exits early
by Damien Neil
· 10 weeks ago
0da447f
quic: permit Config.Clone on a nil Config
by Damien Neil
· 10 weeks ago
e7e2eb8
internal/http3: prevent request body read when 100 status was not sent
by Nicholas S. Husin
· 10 weeks ago
6ae817d
dns/dnsmessage: add boundary check in unpackSVCBResource
by ismailshadow
· 4 months ago
a3c1227
internal/http3: implement server read and write deadlines
by Nicholas S. Husin
· 2 months ago
b8f09f6
go.mod: update golang.org/x dependencies
by Gopher Robot
· 2 months ago
v0.57.0
f05f21b
idna: reject all-ASCII xn-- labels on all Go versions
by Damien Neil
· 3 months ago
0f748cf
internal/http3: clean up stream I/O methods usages in tests
by Nicholas S. Husin
· 3 months ago
0bb961e
internal/http3: add net/http.ResponseController support
by Nicholas S. Husin
· 3 months ago
0ca694d
webdav: document Dir's lack of defense against filesystem modification
by Damien Neil
· 3 months ago
bd5f1dc
http2: initialize Transport on NewClientConn
by Damien Neil
· 3 months ago
488ff63
bpf: add security considerations to package docs
by Damien Neil
· 3 months ago
93d1f25
xsrftoken: avoid token collisions
by Damien Neil
· 3 months ago
5a3baee
internal/http3: prevent panic in QPACK decoder due to overflow
by Nicholas S. Husin
· 3 months ago
9e7fdbf
internal/http3: fix wrong argument being given when validating header value
by Nicholas S. Husin
· 3 months ago
v0.56.0
b686e5f
internal/http3: add gzip support to transport
by Nicholas S. Husin
· 4 months ago
8a34885
go.mod: update golang.org/x dependencies
by Gopher Robot
· 3 months ago
72eaf98
dns/dnsmessage: correctly validate SVCB record parameter order
by Damien Neil
· 4 months ago
82e7868
dns/dnsmessage: avoid panic when parsing SVCB record with truncated data
by Damien Neil
· 4 months ago
b64f1fa
internal/http3: add server support for "Trailer:" magic prefix
by Nicholas S. Husin
· 4 months ago
2707ee2
internal/http3: implement HTTP/3 clientConn methods
by Nicholas S. Husin
· 4 months ago
31358cc
internal/http3: snapshot response headers at WriteHeader time
by Nicholas S. Husin
· 4 months ago
8ecbaa9
html: don't adjust xml:base
by Roland Shoemaker
· 5 months ago
8ae811a
html: properly handle end script tag in fragment mode
by Roland Shoemaker
· 5 months ago
3e9891d
html: add selectedcontent tests to skip list
by Roland Shoemaker
· 5 months ago
5a0480c
html: update parser to match spec select behavior
by Roland Shoemaker
· 5 months ago
86561db
html: properly handle fragment foreign content breakout
by Roland Shoemaker
· 5 months ago
93a0bd9
html: switch from the webkit tests to html5lib-tests
by Roland Shoemaker
· 5 months ago
42abb85
http2: enable HTTP/2 in wrap configureTransport
by Davanum Srinivas
· 4 months ago
9d1bca8
all: fix some comments to improve readability
by cuishuang
· 4 months ago
ed393fe
html: properly emit comment token when eof in markup declaration open state
by Roland Shoemaker
· 4 months ago
d423833
html: properly handle unicode attribute dup detection
by Roland Shoemaker
· 4 months ago
7c3abf5
html: support named entities shorter than their encoding
by Roland Shoemaker
· 5 months ago
2d3cf22
html: properly parse zero numeric entity
by Roland Shoemaker
· 5 months ago
3f77b08
html: avoid overflow when decoding numeric entities
by Roland Shoemaker
· 5 months ago
1e933f5
html: replace nul bytes in tag names and attributes
by Roland Shoemaker
· 5 months ago
088b2ce
html: properly handle bogus comment <!>
by Roland Shoemaker
· 5 months ago
65e84c3
html: add html5lib-tests tokenizer test suite
by Roland Shoemaker
· 5 months ago
008e5e7
http2: register h2 ALPN on s.TLSConfig in wrap configureServer
by Davanum Srinivas
· 4 months ago
db07875
all: bump x/crypto to 0.52.0
by Neal Patel
· 4 months ago
657eb13
internal/http3: document possible issue in Darwin when using dual-stack binding
by Nicholas S. Husin
· 4 months ago
7770ec4
go.mod: update golang.org/x dependencies
by Gopher Robot
· 4 months ago
v0.55.0
4ece7b6
html: escape greater-than symbol in doctype identifiers
by Roland Shoemaker
· 5 months ago
08be507
html: improve Noah's Ark clause performance
by Roland Shoemaker
· 4 months ago
a8fb2fe
html: properly render fostered elements in foreign content
by Roland Shoemaker
· 5 months ago
0dc5b7a
html: properly check namespace in "in body" any other end tag
by Roland Shoemaker
· 4 months ago
a452f3c
html: ignore duplicate attributes during tokenization
by Roland Shoemaker
· 4 months ago
f865199
quic: fix appendMaxDataFrame erroneously accumulating sentLimit
by Nicholas S. Husin
· 4 months ago
210ed3c
quic: establish a "happened-before" relationship between stream write and read
by Nicholas S. Husin
· 4 months ago
ad8140e
quic: fix buffer slicing when handling overlapping stream data
by Nicholas S. Husin
· 5 months ago
23ee2ef
http2: avoid API changes when built with go1.27
by Damien Neil
· 4 months ago
b138e06
go.mod: update golang.org/x dependencies
by Gopher Robot
· 4 months ago
v0.54.0
689f70a
quic: fix wrong final size being used for RESET_STREAM frame
by Nicholas S. Husin
· 5 months ago
208f306
http3: increase handshake timeout
by Nicholas S. Husin
· 5 months ago
49810da
http2: enable net/http wrapping when go >= 1.27
by Damien Neil
· 5 months ago
5e11a5a
quic: fix data race in streamForFrame
by Nicholas S. Husin
· 5 months ago
8c63081
http2: use empty Transport rather than DefaultTransport in http2wrap
by Damien Neil
· 5 months ago
fc7b466
http2: add http2wrap test
by Damien Neil
· 6 months ago
15c2cb1
http2: avoid overflowing 32-bit int when http2wrap enabled
by Damien Neil
· 6 months ago
6465188
http2: add wrapped Server
by Damien Neil
· 6 months ago
72f419a
http2: add wrapped ClientConn
by Damien Neil
· 6 months ago
4c78867
internal/http3: reject response headers with invalid characters in RoundTrip
by Nicholas S. Husin
· 5 months ago
Next »