aboutsummaryrefslogtreecommitdiffstats
path: root/test/quic_tserver_test.c
Commit message (Expand)AuthorAgeFilesLines
* quic_tserver_test: Raise the initial timeout limitTomas Mraz2023-10-251-1/+1
* Timeout in the tserver test using real timeMatt Caswell2023-10-061-3/+6
* Don't wait in the tesrver idle testing every time around the loopMatt Caswell2023-10-061-1/+13
* Fix test/quic_tserver_test.c for slow machinesRichard Levitte2023-09-131-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell2023-08-021-0/+1
* Add a test quicserver utilityMatt Caswell2023-06-281-0/+1
* QUIC APL: Correct implementation of time callback overrideHugo Landau2023-06-161-1/+2
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-291-1/+1
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-241-0/+8
* QUIC TSERVER: Use a random port in the tserver testHugo Landau2023-05-241-3/+1
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-4/+5
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-19/+8
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-1/+2
* Avoid races in tserver test codeHugo Landau2023-03-301-1/+18
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-15/+91
* Add basic test for thread assisted modeHugo Landau2023-03-301-10/+20
* QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau2023-03-221-1/+1
* QUIC: Add tests for datagram injection APIHugo Landau2023-03-221-8/+57
* QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau2023-01-271-4/+11
* QUIC Test Server: Exercise end-of-stream condition on read and writeHugo Landau2023-01-271-13/+34
* Add QUIC-TLS server supportMatt Caswell2023-01-241-1/+20
* QUIC Test Server: Minor fixupsHugo Landau2023-01-191-0/+1
* QUIC Test Server: Basic echo server testHugo Landau2023-01-191-0/+221