.. |
ack_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
ack_frame_test.go
|
run gofumpt, enable the gofumpt linter
|
2020-10-26 09:33:35 +07:00 |
ack_range.go
|
rename AckRange.{First, Last} to AckRange.{Smallest, Largest}
|
2018-04-18 12:25:26 +09:00 |
ack_range_test.go
|
rename AckRange.{First, Last} to AckRange.{Smallest, Largest}
|
2018-04-18 12:25:26 +09:00 |
connection_close_frame.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
connection_close_frame_test.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
crypto_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
crypto_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
data_blocked_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
data_blocked_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
datagram_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
datagram_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
extended_header.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
extended_header_test.go
|
rename MaxPacketSizeIPv{4,6} to InitialPacketSizeIPv{4,6}
|
2021-03-03 12:00:14 +08:00 |
frame_parser.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
frame_parser_test.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
handshake_done_frame.go
|
implement parsing and writing of the HANDSHAKE_DONE frame
|
2019-12-06 10:29:48 +07:00 |
header.go
|
add a function to tell if a packet is a 0-RTT packet
|
2021-03-11 21:05:41 +08:00 |
header_test.go
|
add a function to tell if a packet is a 0-RTT packet
|
2021-03-11 21:05:41 +08:00 |
interface.go
|
use the ack_delay_exponent sent in the transport parameters
|
2019-01-28 16:09:47 +09:00 |
log.go
|
implement writing of ACK frames containing ECN counts
|
2020-09-14 17:01:34 +07:00 |
log_test.go
|
log connection IDs without the 0x prefix
|
2021-02-11 09:45:40 +08:00 |
max_data_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
max_data_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
max_stream_data_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
max_stream_data_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
max_streams_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
max_streams_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
new_connection_id_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
new_connection_id_frame_test.go
|
introduce a protocol.StatelessResetToken
|
2020-07-10 19:55:20 +07:00 |
new_token_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
new_token_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
path_challenge_frame.go
|
add the unparam linter
|
2019-09-17 13:44:05 +07:00 |
path_challenge_frame_test.go
|
renumber frame types
|
2018-11-12 17:26:42 +07:00 |
path_response_frame.go
|
add the unparam linter
|
2019-09-17 13:44:05 +07:00 |
path_response_frame_test.go
|
renumber frame types
|
2018-11-12 17:26:42 +07:00 |
ping_frame.go
|
add the unparam linter
|
2019-09-17 13:44:05 +07:00 |
ping_frame_test.go
|
renumber frame types
|
2018-11-12 17:26:42 +07:00 |
pool.go
|
rename MaxReceivePacketSize to MaxPacketBufferSize
|
2021-03-03 12:00:14 +08:00 |
pool_test.go
|
use STREAM frames from the buffer for sending data
|
2019-09-07 16:31:52 +07:00 |
reset_stream_frame.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
reset_stream_frame_test.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
retire_connection_id_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
retire_connection_id_frame_test.go
|
implement the RETIRE_CONNECTION_ID frame
|
2018-11-13 17:21:19 +07:00 |
stop_sending_frame.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
stop_sending_frame_test.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
stream_data_blocked_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
stream_data_blocked_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
stream_frame.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
stream_frame_test.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
streams_blocked_frame.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
streams_blocked_frame_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
transport_parameter_test.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
transport_parameters.go
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
version_negotiation.go
|
move the SupportedVersions slice out of the wire.Header
|
2020-07-09 12:05:33 +07:00 |
version_negotiation_test.go
|
move the SupportedVersions slice out of the wire.Header
|
2020-07-09 12:05:33 +07:00 |
wire_suite_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |