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
|
22ca1fb8a5
|
change how the multiplex test is skipped on Linux (#3817)
|
2023-05-11 22:14:46 -07:00 |
|
Marten Seemann
|
ba942715db
|
remove ConnectionIDLength and ConnectionIDGenerator from the Config
|
2023-05-02 15:56:49 +02:00 |
|
Marten Seemann
|
8189e75be6
|
implement the Transport
|
2023-05-02 15:56:48 +02:00 |
|
Marten Seemann
|
1b64b13750
|
make Listener a struct, not an interface
|
2023-05-01 14:41:16 +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
|
d683b841c4
|
remove the host parameter from all dial functions
|
2023-05-01 13:59:54 +02:00 |
|
Marten Seemann
|
2b0a03a988
|
set the QUIC version for integration tests using a command line flag
|
2023-05-01 13:43:34 +02: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
|
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
|
68e468a3bc
|
drop support for Go 1.15
|
2021-08-05 14:18:56 +02: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
|
f066e2fc5f
|
remove the testlog package
|
2019-11-30 19:58:30 +07:00 |
|
Marten Seemann
|
07dcbc8496
|
remove the testserver package
|
2019-11-25 12:54:58 +07:00 |
|
Marten Seemann
|
f82a6a74b5
|
reduce the data size transfered in the mutliplex integration test
|
2019-08-11 19:18:16 +07:00 |
|
Marten Seemann
|
79513e81eb
|
skip the multiplex test on linux, add a better explanation
|
2019-06-29 11:52:23 +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
|
4abcce6408
|
use a self-signed certificate for integration tests
|
2018-12-11 14:24:12 +06:30 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
91d65baf1b
|
add gQUIC 44 to the supported versions
|
2018-08-28 08:49:29 +07:00 |
|
Marten Seemann
|
83cb7cbe2e
|
add an integration test multiplexing server and client on the same conn
|
2018-08-08 17:34:08 +07:00 |
|
Marten Seemann
|
879efb12b1
|
run multiplex integration tests with all supported QUIC versions
|
2018-07-02 10:49:44 +07:00 |
|
Marten Seemann
|
e07411ebe6
|
add an integration test multiplexing two downloads on one connection
|
2018-06-23 11:33:56 +07:00 |
|