aboutsummaryrefslogtreecommitdiffstats
path: root/util/quicserver.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fix during rebaseHugo Landau2023-08-301-3/+0
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-0/+3
* Update quicserver to be able to handle multiple streamsMatt Caswell2023-08-251-36/+66
* Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell2023-08-241-2/+7
* quicserver.c: Use BIO_printf to stderr instead of plain printfTomas Mraz2023-08-141-13/+20
* Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell2023-08-021-0/+1
* Correctly keep track of where we are in the quicserver request bufferMatt Caswell2023-08-021-5/+5
* Add a test quicserver utilityMatt Caswell2023-06-281-0/+253