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
|
c9a2f79b1c
|
simplify mockgen usage for private interfaces (#3769)
|
2023-04-19 07:57:00 -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
|
4b17343631
|
rename the session to connection
|
2022-03-27 12:50:14 +01:00 |
|
Marten Seemann
|
8b63039664
|
add a function to reset the streams map after 0-RTT rejection
|
2021-03-09 17:59:49 +08:00 |
|
Marten Seemann
|
8a0b1dd78d
|
remove unused error return value from HandleMaxStreamsFrame
|
2021-03-07 12:36:50 +08:00 |
|
Marten Seemann
|
efe6d02bef
|
use mockgen source mode
|
2021-02-20 09:59:44 +08:00 |
|
Marten Seemann
|
383f1a6e89
|
update gomock to v1.5.0
|
2021-02-20 09:33:43 +08:00 |
|
Marten Seemann
|
c7d3aeea3d
|
move the transport parameter stream limit check to the parser
|
2020-12-18 13:00:33 +07:00 |
|
Marten Seemann
|
0ef4f06189
|
move the transport parameters from the handshake to the wire package
|
2020-03-13 16:20:11 +07:00 |
|
Marten Seemann
|
2b8cece60a
|
add a context to Session.Open{Uni}StreamSync
|
2019-06-22 19:37:21 +08:00 |
|
Marten Seemann
|
5550ba2c3b
|
add a context to Session.Accept{Uni}Stream
|
2019-06-22 19:37:11 +08:00 |
|
Marten Seemann
|
51c9c42adc
|
reject transport parameters with too large stream counts
|
2019-04-01 11:58:18 +09:00 |
|
Marten Seemann
|
5e34cb1d71
|
run go generate ./...
|
2019-03-05 13:42:56 +09:00 |
|
Marten Seemann
|
9518c90c0a
|
implement and use the MAX_STREAMS frame
|
2018-11-10 09:38:50 +07:00 |
|
Marten Seemann
|
da49295b52
|
expose methods for opening and accepting unidirectional streams
|
2018-02-21 22:19:37 +08:00 |
|
Marten Seemann
|
46e20ce8c9
|
implement handling of MAX_STREAM_ID frames
|
2018-02-06 08:30:58 +08:00 |
|
Marten Seemann
|
02949853f7
|
use the new stream maps for the IETF QUIC streams map
|
2018-02-06 07:53:34 +08:00 |
|
Marten Seemann
|
69437a0e78
|
introduce a streamManager interface for the streamsMap
|
2018-01-10 08:56:15 +07:00 |
|