aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/quic
Commit message (Expand)AuthorAgeFilesLines
* QUIC POLLING: Implement autotickHugo Landau2024-02-101-1/+5
* QUIC APL: Implement SSL_poll backendHugo Landau2024-02-102-4/+159
* QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau2024-02-101-5/+18
* THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau2024-02-092-2/+2
* QUIC QLOG: Fix use of size_t and uint64_tHugo Landau2024-02-091-5/+6
* QUIC QLOG: Retrieve PID correctly on WindowsHugo Landau2024-02-091-1/+4
* QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau2024-02-081-0/+4
* QUIC CHANNEL: Optimise struct packingHugo Landau2024-02-081-6/+6
* Quiet false warning about uninitialised variableHugo Landau2024-02-081-1/+1
* QUIC CHANNEL: Fix idle timeout computation bugHugo Landau2024-02-081-2/+13
* QUIC CHANNEL: Defer transport parameter generationHugo Landau2024-02-081-8/+9
* QUIC APL: Add feature query implementationHugo Landau2024-02-081-0/+144
* QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau2024-02-082-5/+75
* QUIC RXFC: Add accessor for creditHugo Landau2024-02-081-3/+8
* QUIC QLOG: Fix indentationHugo Landau2024-02-021-2/+2
* QUIC QLOG: Use set0Hugo Landau2024-02-024-7/+7
* Minor fixesHugo Landau2024-02-023-6/+6
* Minor fixesHugo Landau2024-02-021-2/+1
* Minor fixesHugo Landau2024-02-021-2/+2
* QUIC QLOG: Record implementation versionHugo Landau2024-02-021-3/+24
* QUIC QLOG: Allow PID to be overriddenHugo Landau2024-02-021-7/+13
* QLOG: Fix filter lexingHugo Landau2024-02-021-1/+2
* JSON_ENC: Fix initial value of errorHugo Landau2024-02-021-1/+1
* QUIC CHANNEL: Ensure QLOG instance is used correctly on server sideHugo Landau2024-02-021-0/+4
* QUIC QTX: Refactor to enable qlog logging of injected framesHugo Landau2024-02-021-28/+38
* QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+6
* QUIC QTX: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+5
* QUIC FIFD: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+5
* QLOG: Minor updatesHugo Landau2024-02-023-14/+16
* Minor updatesHugo Landau2024-02-021-2/+2
* QLOG: Treat empty environment variable as default filterHugo Landau2024-02-021-1/+1
* QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau2024-02-021-2/+2
* JSON_ENC: Minor tweaksHugo Landau2024-02-022-5/+5
* QUIC QLOG: Rename QFILTER to OSSL_QFILTERHugo Landau2024-02-021-2/+5
* QLOG: Fix bit_setHugo Landau2024-02-021-1/+1
* QLOG: Minor updatesHugo Landau2024-02-024-103/+98
* QLOG: Minor fixes after port refactorHugo Landau2024-02-023-4/+8
* QLOG: JSON Encoder: Rename JSON_ENCHugo Landau2024-02-022-60/+59
* QLOG: Events: Implement transport:packet_receivedHugo Landau2024-02-022-0/+21
* QLOG: Events: Implement transport:packet_sentHugo Landau2024-02-023-0/+438
* QLOG: Wiring: QUIC QTXHugo Landau2024-02-021-0/+5
* QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau2024-02-022-1/+18
* QLOG: QUIC CHANNEL: Allow a log title to be specifiedHugo Landau2024-02-022-1/+12
* QLOG: Events: Implement recovery:packet_lostHugo Landau2024-02-022-0/+39
* QLOG: Wiring: QUIC TXPIM: Record the packet typeHugo Landau2024-02-021-0/+1
* QLOG: Wiring: QUIC FIFDHugo Landau2024-02-023-2/+6
* QLOG: Wiring: QUIC QRX: Report the datagram ID from the DEMUXHugo Landau2024-02-021-3/+12
* QLOG: Wiring: QUIC DEMUX: Report a monotonically increasing datagram IDHugo Landau2024-02-021-0/+4
* QLOG: Events: Implement connectivity:connection_closedHugo Landau2024-02-022-0/+76
* QLOG: Events: Implement transport:parameters_setHugo Landau2024-02-021-2/+93