summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
36 hoursquic: initiate key rotation earlier in connectionsupstream-masterDamien Neil
2024-04-18html: fix typo in package docEng Zer Jun
2024-04-15http/httpguts: speed up ValidHeaderFieldNameJulien Cretel
2024-04-05http2: don't retry the first request on a connection on GOAWAY errorDamien Neil
2024-04-05http2: send correct LastStreamID in stream-caused GOAWAYDamien Neil
2024-04-04quic: don't consider goroutines running when tests start as leakedDamien Neil
2024-04-04go.mod: update golang.org/x dependenciesGopher Robot
2024-04-03http2: fix TestServerContinuationFlood flakesDamien Neil
2024-04-03http2: fix tipos in commentIan Lance Taylor
2024-04-03http2: close connections when receiving too many headersDamien Neil
2024-03-21all: fix some typosvitalmotif
2024-03-20http2: make TestCanonicalHeaderCacheGrowth fasterDamien Neil
2024-03-20http2: remove clientTesterDamien Neil
2024-03-20http2: convert the remaining clientTester tests to testClientConnDamien Neil
2024-03-20http2: use synthetic time in TestIdleConnTimeoutDamien Neil
2024-03-20http2: only set up deadline when Server.IdleTimeout is positiveAndy Pan
2024-03-19http2: validate client/outgoing trailersEmmanuel T Odeke
2024-03-19http2: allow testing Transports with testSyncHooksDamien Neil
2024-03-19http2: use synthetic timers for ping timeouts in testsDamien Neil
2024-03-19http2: mark several testing functions as helpersDamien Neil
2024-03-11http2: reject DATA frames after 1xx and before final headersDamien Neil
2024-03-11http2: add testClientConn for testing client RoundTripsDamien Neil
2024-03-08http2: prevent uninitialized pipe from being writtenAndy Pan
2024-03-08http2: only set up positive deadlinesAndy Pan
2024-03-08httpproxy: allow any scheme胡玮文
2024-03-07http2: add IdleConnTimeout to http2.TransportDavid Bell
2024-03-04go.mod: update golang.org/x dependenciesGopher Robot
2024-03-04websocket: re-add documentation for DialConfigDmitri Shuralyov
2024-02-29http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octetsbestgopher
2024-02-27websocket: add support for dialing with contextAleksei Besogonov
2024-02-27quic: move package out of internalDamien Neil
2024-02-26quic: fix UDP on big-endian Linux, tests on various architecturesDamien Neil
2024-02-23quic: temporarily disable networking tests failing on various platformsDamien Neil
2024-02-23quic: expand package docs, and document StreamDamien Neil
2024-02-23quic: set ServerName in client connection TLSConfigDamien Neil
2024-02-23quic: handle PATH_CHALLENGE and PATH_RESPONSE framesDamien Neil
2024-02-21quic: source address and ECN support in the network layerDamien Neil
2024-02-21quic: don't record fin bit as sent when it wasn'tDamien Neil
2024-02-21quic: fast path for stream writesDamien Neil
2024-02-21quic: fast path for stream readsDamien Neil
2024-02-20internal/quic: use slices.Equal in TestAcksSentTobias Klauser
2024-02-16quic: add Stream.ReadByte, Stream.WriteByteDamien Neil
2024-02-16quic: reduce ack frequency after the first 100 packetsDamien Neil
2024-02-15quic: add throughput and stream creation benchmarksDamien Neil
2024-02-15quic: log packet_dropped eventsDamien Neil
2024-02-15quic: add qlog recovery metricsDamien Neil
2024-02-14quic/qlog: don't output empty slog.AttrsDamien Neil
2024-02-08quic: add Stream.Set{Read,Write}Context, drop {Read,Write,Close}ContextDamien Neil
2024-02-07go.mod: update golang.org/x dependenciesGopher Robot
2024-02-07html: fix SOLIDUS '/' handling in attribute parsingMaciej Mionskowski