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