aboutsummaryrefslogtreecommitdiff
path: root/test/quic_tserver_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25quic_tserver_test: Raise the initial timeout limitTomas Mraz1-1/+1
2023-10-06Timeout in the tserver test using real timeMatt Caswell1-3/+6
2023-10-06Don't wait in the tesrver idle testing every time around the loopMatt Caswell1-1/+13
2023-09-13Fix test/quic_tserver_test.c for slow machinesRichard Levitte1-1/+1
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell1-0/+1
2023-06-28Add a test quicserver utilityMatt Caswell1-0/+1
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau1-1/+2
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau1-1/+1
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau1-0/+8
2023-05-24QUIC TSERVER: Use a random port in the tserver testHugo Landau1-3/+1
2023-05-12QUIC TSERVER: Add support for multiple streamsHugo Landau1-4/+5
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau1-19/+8
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau1-1/+2
2023-03-30Avoid races in tserver test codeHugo Landau1-1/+18
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau1-15/+91
2023-03-30Add basic test for thread assisted modeHugo Landau1-10/+20
2023-03-22QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau1-1/+1
2023-03-22QUIC: Add tests for datagram injection APIHugo Landau1-8/+57
2023-01-27QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau1-4/+11
2023-01-27QUIC Test Server: Exercise end-of-stream condition on read and writeHugo Landau1-13/+34
2023-01-24Add QUIC-TLS server supportMatt Caswell1-1/+20
2023-01-19QUIC Test Server: Minor fixupsHugo Landau1-0/+1
2023-01-19QUIC Test Server: Basic echo server testHugo Landau1-0/+221