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
|
da26f91905
|
wire: correctly parse multi-byte frame types (#3736)
|
2023-04-19 05:42:23 -07: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
|
ef28f4667f
|
refactor frame parser to remove version parameter from constructor
|
2023-01-18 20:51:58 +13:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
dfd35cb071
|
use a single bytes.Reader for frame parsing (#3536)
|
2022-09-01 01:06:50 -07: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
|
ab6d664b43
|
rename frame.Write to frame.Append
|
2022-08-28 23:18:24 +03:00 |
|
Marten Seemann
|
3ca1001951
|
append to a byte slice instead of a bytes.Buffer when serializing frames
|
2022-08-28 23:18:06 +03:00 |
|
Marten Seemann
|
909a3a9093
|
remove unneeded version constant in wire tests
|
2022-05-25 16:12:11 +02:00 |
|
Marten Seemann
|
592fb9cad9
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
|
Marten Seemann
|
fd41e8fa62
|
reject DATAGRAM frames if datagram support is not enabled
|
2020-12-09 15:31:23 +07:00 |
|
Marten Seemann
|
eefd2b73f7
|
implement parsing and writing of the DATAGRAM frames
|
2020-12-08 20:16:32 +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
|
b0c08b1bd0
|
implement rules for frame types in 0-RTT packets
|
2019-12-30 18:39:21 +04:00 |
|
Marten Seemann
|
556e5c5559
|
implement parsing and writing of the HANDSHAKE_DONE frame
|
2019-12-06 10:29:48 +07:00 |
|
Marten Seemann
|
dbdccfa70a
|
include the frame type in the error returned by the frame parser
|
2019-11-09 11:39:35 +07:00 |
|
Marten Seemann
|
d91da7401b
|
allow PING frames at every encryption level
|
2019-10-15 10:17:02 -07:00 |
|
Marten Seemann
|
2ea8b70ffb
|
reject NEW_TOKEN frames with empty tokens
|
2019-09-13 11:00:06 +07:00 |
|
Marten Seemann
|
299da56aef
|
check if a frame is allowed at the encryption level it was sent with
|
2019-06-29 12:32:19 +07:00 |
|
Marten Seemann
|
a8633a952c
|
introduce a type for the stream number
|
2019-06-05 17:45:17 +08:00 |
|
Marten Seemann
|
662041649f
|
use the error names from the draft
|
2019-03-06 13:45:05 +09:00 |
|
Marten Seemann
|
9c09e84765
|
use IETF QUIC transport error codes
|
2019-03-06 13:43:18 +09:00 |
|
Marten Seemann
|
cebb4342ec
|
use the ack_delay_exponent sent in the transport parameters
|
2019-01-28 16:09:47 +09:00 |
|
Marten Seemann
|
741521c4d1
|
refactor frame parsing into a separate struct
|
2019-01-28 16:09:47 +09:00 |
|
Marten Seemann
|
42edcf6258
|
implement the RETIRE_CONNECTION_ID frame
|
2018-11-13 17:21:19 +07:00 |
|
Marten Seemann
|
2021a21916
|
implement the NEW_CONNECTION_ID frame
|
2018-11-13 17:21:14 +07:00 |
|
Marten Seemann
|
cf104db629
|
implement parsing and writing of the NEW_TOKEN frame
|
2018-11-12 23:37:44 +07:00 |
|
Marten Seemann
|
59ab139720
|
renumber frame types
|
2018-11-12 17:26:42 +07:00 |
|
Marten Seemann
|
9065ec3410
|
use a single error for frame parsing errors
|
2018-11-12 17:25:46 +07:00 |
|
Marten Seemann
|
c37b698f68
|
Merge pull request #1596 from lucas-clemente/internalize-errors
internalize the qerr package
|
2018-11-12 15:54:39 +07:00 |
|
Marten Seemann
|
3ffea5d8c4
|
internalize the qerr package
|
2018-11-11 12:44:16 +07:00 |
|
Marten Seemann
|
dd9ce2e668
|
replace the STREAM_ID_BLOCKED with the STREAMS_BLOCKED frame
|
2018-11-10 09:38:57 +07:00 |
|
Marten Seemann
|
9518c90c0a
|
implement and use the MAX_STREAMS frame
|
2018-11-10 09:38:50 +07:00 |
|
Marten Seemann
|
05ecf9bc02
|
rename the STREAM_BLOCKED frame to STREAM_DATA_BLOCKED
|
2018-11-10 09:05:27 +07:00 |
|
Marten Seemann
|
387613aa20
|
rename the BLOCKED from to DATA_BLOCKED
|
2018-11-10 09:05:06 +07:00 |
|
Marten Seemann
|
022189dfda
|
rename the RST_STREAM frame to RESET_STREAM frame
|
2018-11-04 12:26:02 +07:00 |
|
Marten Seemann
|
2eed03c747
|
remove the header parameter for parsing frames
It was only needed for parsing STOP_WAITING frames.
|
2018-11-03 09:23:22 +07:00 |
|
Marten Seemann
|
73ac6b14bf
|
implement changes to the CONNECTION_CLOSE frame
|
2018-10-31 11:21:51 +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
|
41808516c8
|
merge ACK and ACK_ECN into a single frame
|
2018-09-27 12:11:52 -06:00 |
|
Marten Seemann
|
88505b79a7
|
disable sending and receiving of STOP_WAITING frames in QUIC 44
|
2018-08-28 08:49:13 +07:00 |
|