Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
fda9f72161
|
replace usages of session in variable names
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
ee24d3899e
|
simplify the Tracer interface by combining the TracerFor... methods
|
2020-07-11 13:22:52 +07:00 |
|
Marten Seemann
|
a5b967a309
|
add a command line option to export qlogs from the integration tests
|
2020-03-26 20:37:08 +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
|
7827cd61bc
|
pass the raw packet to the Drop- and Delay callbacks of the proxy
|
2019-07-01 14:46:58 +07:00 |
|
Marten Seemann
|
5550ba2c3b
|
add a context to Session.Accept{Uni}Stream
|
2019-06-22 19:37:11 +08:00 |
|
Marten Seemann
|
12bce1caaa
|
add a context to Listener.Accept
|
2019-06-22 19:36:52 +08:00 |
|
Marten Seemann
|
979ab75b3b
|
require ALPN during the TLS handshake
|
2019-06-02 14:58:37 +08:00 |
|
Marten Seemann
|
2367ab35bb
|
remove unneeded version parameter from proxy constructor
|
2019-01-05 12:36:52 +07:00 |
|
Marten Seemann
|
203994d06b
|
add an integration test for tail loss recovery
|
2019-01-03 18:43:17 +07:00 |
|