summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_channel_local.h
Commit message (Expand)AuthorAgeFilesLines
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-1/+5
* QUIC CHANNEL: Incoming streams implicitly create lower-numbered streamsHugo Landau2023-05-121-0/+9
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-121-0/+9
* QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau2023-05-121-1/+1
* QUIC APL: Add stream creation APIsHugo Landau2023-05-121-0/+8
* QUIC CHANNEL: Store TPs for initial flow control in TX directionHugo Landau2023-05-121-0/+5
* QUIC CHANNEL: Clarify role of RX TPs in preparation of storing TX TPsHugo Landau2023-05-121-3/+3
* QUIC CHANNEL: Remove stream 0-specific codeHugo Landau2023-05-121-6/+0
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-301-1/+1
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-0/+13
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-301-0/+6
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-301-1/+3
* QUIC Channel: Add a mutexHugo Landau2023-03-301-0/+6
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-221-27/+0
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-241-2/+2
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-191-3/+13
* QUIC CHANNEL: Revise inaccurate commentsHugo Landau2023-01-131-3/+6
* Separate handling of RX and TX enc levelMatt Caswell2023-01-131-0/+1
* QUIC CHANNEL: Only reprocess after an RX secret has been provisionedHugo Landau2023-01-131-3/+3
* QUIC_CHANNEL: Handle deferred packet processing after yielding of secrets cor...Hugo Landau2023-01-131-0/+6
* QUIC_CHANNEL: ImplementationHugo Landau2023-01-131-0/+270