summaryrefslogtreecommitdiffstats
path: root/util/quicserver.c
AgeCommit message (Expand)Author
2023-11-02Fix quicserver binding when duplicate entries existNeil Horman
2023-11-01Stop the quicserver if the handshake or receiving the request failsMatt Caswell
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-05quicserver.c: Fix build with no-ssl-traceTomas Mraz
2023-08-30Minor fix during rebaseHugo Landau
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-25Update quicserver to be able to handle multiple streamsMatt Caswell
2023-08-24Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell
2023-08-14quicserver.c: Use BIO_printf to stderr instead of plain printfTomas Mraz
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-08-02Correctly keep track of where we are in the quicserver request bufferMatt Caswell
2023-06-28Add a test quicserver utilityMatt Caswell