summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_channel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau2024-02-081-0/+23
* QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau2024-02-021-2/+2
* QLOG: QUIC CHANNEL: Allow a log title to be specifiedHugo Landau2024-02-021-0/+3
* QLOG: Wiring: QUIC CHANNELHugo Landau2024-02-021-0/+4
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-211-0/+1
* QUIC Refactor: Fix ANSI - struct definition duplicationsHugo Landau2023-12-211-2/+0
* QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau2023-12-211-0/+2
* QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau2023-12-211-0/+2
* QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau2023-12-211-0/+2
* QUIC PORT: Partially move stateless reset handling to portHugo Landau2023-12-211-0/+3
* QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORTHugo Landau2023-12-211-7/+0
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-211-9/+7
* QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau2023-12-211-0/+5
* QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau2023-12-211-0/+2
* QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau2023-12-211-22/+0
* QUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau2023-12-211-0/+4
* QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau2023-12-211-0/+3
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-211-3/+3
* QUIC: Add handling of SSL_get_shutdown()Tomas Mraz2023-10-201-0/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau2023-09-011-0/+6
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-0/+6
* QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau2023-08-101-1/+17
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-0/+5
* QUIC TEST: Ensure PING causes ACK generationHugo Landau2023-08-101-0/+6
* QUIC TLS: Rethink error handlingHugo Landau2023-08-081-0/+12
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-081-4/+21
* quic conformance: section 10.2.2 requirementsPauli2023-08-041-1/+0
* QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau2023-07-311-0/+3
* QUIC: Fix multistream test on macOSHugo Landau2023-07-171-0/+3
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-071-0/+3
* QUIC err handling: Properly report network errorsTomas Mraz2023-07-071-0/+5
* QUIC: Implement SSL_has_pendingHugo Landau2023-07-051-0/+1
* QUIC: Allow application to trigger TXKUHugo Landau2023-06-161-0/+3
* QUIC: Add internal APIs for white-box testing of key updateHugo Landau2023-06-161-0/+8
* Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell2023-05-241-1/+1
* Create setter functions for the msg_callback and msg_callback_argMatt Caswell2023-05-241-5/+7
* Add initial QUIC support for the msg_callbackMatt Caswell2023-05-241-0/+5
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-171-0/+4
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-171-0/+2
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-1/+2
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-121-0/+17
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-121-0/+13
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-121-2/+11
* QUIC APL: Add stream creation APIsHugo Landau2023-05-121-0/+7
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-1/+0
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-301-0/+7
* Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau2023-03-301-2/+8
* Add locking to QUIC front-endHugo Landau2023-03-301-0/+21