Gaukas Wang
|
4973374ea5
|
sync: quic-go 0.42.0
Signed-off-by: Gaukas Wang <i@gaukas.wang>
|
2024-04-23 22:34:55 -06:00 |
|
Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
1aced95d41
|
use an array instead of a byte slice for Connection IDs
|
2022-08-29 11:30:31 +03:00 |
|
Marten Seemann
|
6ece64d8a5
|
log connection IDs without the 0x prefix
|
2021-02-11 09:45:40 +08:00 |
|
Marten Seemann
|
8752576f26
|
run gofumpt, enable the gofumpt linter
|
2020-10-26 09:33:35 +07:00 |
|
Marten Seemann
|
13fa0bcdd1
|
implement writing of ACK frames containing ECN counts
|
2020-09-14 17:01:34 +07:00 |
|
Marten Seemann
|
a1bb39d6ab
|
introduce a protocol.StatelessResetToken
|
2020-07-10 19:55:20 +07:00 |
|
Marten Seemann
|
838dd6e81a
|
rename StreamFrame.FinBit to Fin
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
865332015c
|
rename ResetStreamFrame.ByteOffset to FinalSize
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
cc340b2887
|
rename StreamDataBlockedFrame.DataLimit to MaximumStreamData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
fa07078d81
|
rename DataBlockedFrame.DataLimit to MaximumData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
5466de6565
|
rename MaxStreamDataFrame.ByteOffset to MaximumStreamData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
f4519cfd32
|
rename MaxDataFrame.ByteOffset to MaximumData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
e116e2f4cc
|
use decimal number for logging stream offsets and byte counts
|
2020-04-16 09:50:55 +07:00 |
|
Marten Seemann
|
140b90449b
|
use decimal numbers when logging packet numbers
|
2020-04-16 09:50:55 +07:00 |
|
Marten Seemann
|
a8633a952c
|
introduce a type for the stream number
|
2019-06-05 17:45:17 +08:00 |
|
Marten Seemann
|
82acc7f2b7
|
introduce invalid stream ID to simplify the outgoing streams map
|
2019-05-30 03:16:45 +08:00 |
|
Marten Seemann
|
8c40c3f768
|
improve logging of STREAMS_BLOCKED frames
|
2019-05-28 15:56:02 +02:00 |
|
Marten Seemann
|
c8aa4f4d4a
|
improve logging of MAX_STREAMS frames
|
2019-05-28 15:54:25 +02:00 |
|
Marten Seemann
|
8380cf97a4
|
improve logging of NEW_TOKEN frames
|
2019-01-28 16:46:09 +09:00 |
|
Marten Seemann
|
7ac2766b74
|
improve logging of NEW_CONNECTION_ID frames
|
2019-01-26 16:31:53 +08:00 |
|
Marten Seemann
|
022189dfda
|
rename the RST_STREAM frame to RESET_STREAM frame
|
2018-11-04 12:26:02 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
d2a52a1433
|
implement parsing, writing and logging of CRYPTO frames
|
2018-10-26 16:11:25 +07:00 |
|
Marten Seemann
|
b83a4c069d
|
improve logging of ACK frames with ranges
|
2018-05-01 11:40:10 +09:00 |
|
Marten Seemann
|
52c3e6e863
|
remove the {Lowest, Largest}Acked from the ACK frame
All ACK ranges are now saved in the AckRanges slices. This eliminates a
bunch of special cases for ACKs that don't report any packets missing.
|
2018-04-18 13:19:42 +09:00 |
|
Marten Seemann
|
948eef3e42
|
create a logger interface and use it everywhere
|
2018-04-04 13:03:28 +07:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|
Marten Seemann
|
ed522ebbce
|
make wire an internal package
|
2017-08-29 23:51:56 +07:00 |
|