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
|
30527c58c2
|
frame fuzzer: handle frames one by one (#3884)
This more closely matches what the connection does.
|
2023-06-13 13:44:25 -07:00 |
|
Marten Seemann
|
1f57d4e789
|
protocol: remove VersionTLS, used during the gQUIC -> TLS 1.3 transition (#3764)
|
2023-04-19 07:24:34 -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
|
dfd35cb071
|
use a single bytes.Reader for frame parsing (#3536)
|
2022-09-01 01:06:50 -07: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
|
498475fa60
|
update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499)
* run gofmt -s -w
* stop using the deprecated io/ioutil package
* update golangci-lint action to v3, golangci-lint to v1.48.0
|
2022-08-10 09:50: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
|
5090dd6199
|
use the fuzzing helper functions to generate the frames seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
720f81ce2a
|
use the correct return values in Fuzz() functions
|
2020-08-08 15:26:52 +07:00 |
|
Marten Seemann
|
ec0949c18e
|
remove the gofuzz build flag
|
2020-08-06 14:55:39 +07:00 |
|
Marten Seemann
|
5ea33cd31e
|
implement a buffer pool for STREAM frames
|
2019-09-04 16:55:30 +07:00 |
|
Marten Seemann
|
20557738a0
|
fuzz the frame parser
|
2019-08-24 08:54:56 +07:00 |
|