Gaukas Wang
|
7c77243b04
|
upstream: sync to 0.39.1
|
2023-10-26 22:47:22 -06:00 |
|
Marten Seemann
|
9b82196578
|
make the logging.Tracer and logging.ConnectionTracer a struct (#4082)
|
2023-09-16 04:58:51 -07:00 |
|
Marten Seemann
|
ad63e2a40a
|
trace and qlog the ECN marking on sent and received packets
|
2023-09-11 20:31:50 +07: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
|
07ad2cbee2
|
remove Tracer from Config, put ConnectionTracer constructor there
|
2023-05-02 15:56:49 +02:00 |
|
Marten Seemann
|
aee7706d5d
|
clean up dial functions
* add a context to all Dial functions
* remove the explicit Dial{*}Context functions
|
2023-05-01 13:59:54 +02:00 |
|
Marten Seemann
|
b03585160f
|
handshake: initiate the first key update after 100 packets
|
2023-03-31 18:20:49 +09: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
|
24be84cd00
|
introduce separate tracing calls for sent long and short header packets
|
2023-01-17 21:53:37 +13:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
ed15a94703
|
split the tracing function for received short and long header packets
|
2022-08-29 15:32:27 +03:00 |
|
Marten Seemann
|
cd87a64e1e
|
use the logging.Null{Connection}Tracer in integration tests
|
2022-08-27 13:16:40 +03:00 |
|
Marten Seemann
|
fda9f72161
|
replace usages of session in variable names
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
68e468a3bc
|
drop support for Go 1.15
|
2021-08-05 14:18:56 +02:00 |
|
Marten Seemann
|
7ee88def4a
|
make it possible to use a custom tracer and the default tracer in tests
|
2021-02-18 09:59:04 +08:00 |
|
Marten Seemann
|
b94a4440cc
|
simplify connection tracer creation in integration tests
|
2021-02-18 09:59:04 +08:00 |
|
Marten Seemann
|
bef8207bf6
|
fix flaky key update integration test
|
2021-01-18 15:44:09 +08:00 |
|
Marten Seemann
|
d04662a964
|
add a RestoredTransportParameters method to the logging interface
|
2021-01-15 17:13:46 +08:00 |
|
Marten Seemann
|
ff1f433c36
|
add a generic Log() function to the connection tracer
|
2020-12-06 09:33:38 +07:00 |
|
Marten Seemann
|
8752576f26
|
run gofumpt, enable the gofumpt linter
|
2020-10-26 09:33:35 +07:00 |
|
Marten Seemann
|
77d80f2632
|
check that keys are actually updated in the key update integration test
|
2020-09-23 12:31:54 +07:00 |
|
Marten Seemann
|
a063500d73
|
use a package-level variable to set the key update frequency
|
2020-09-22 19:55:52 +07:00 |
|
Marten Seemann
|
a93e544c94
|
remove Session.Close()
Session.Close() sends a transport-level error code. Applications should
not be able to call this function, but use CloseWithError() instead.
|
2020-01-26 17:41:53 +07:00 |
|
Marten Seemann
|
07dcbc8496
|
remove the testserver package
|
2019-11-25 12:54:58 +07:00 |
|
Marten Seemann
|
6461c69045
|
add an integration test that performs frequent key updates
|
2019-06-27 10:54:58 +08:00 |
|