summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_channel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* QUIC: Define error code for stateless resetHugo Landau2024-03-081-1/+1
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-081-29/+29
* QUIC CHANNEL: Defer QLOG instantiation until first eventHugo Landau2024-02-191-6/+16
* QUIC CHANNEL: Fix idle timeout computation bugHugo Landau2024-02-081-2/+13
* QUIC CHANNEL: Defer transport parameter generationHugo Landau2024-02-081-8/+9
* QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau2024-02-081-5/+69
* QUIC QLOG: Use set0Hugo Landau2024-02-021-2/+2
* QUIC CHANNEL: Ensure QLOG instance is used correctly on server sideHugo Landau2024-02-021-0/+4
* QLOG: Minor updatesHugo Landau2024-02-021-35/+33
* QLOG: Minor fixes after port refactorHugo Landau2024-02-021-0/+3
* QLOG: Events: Implement transport:packet_receivedHugo Landau2024-02-021-0/+7
* QLOG: Events: Implement transport:packet_sentHugo Landau2024-02-021-0/+1
* QLOG: QUIC CHANNEL: Allow a log title to be specifiedHugo Landau2024-02-021-1/+9
* QLOG: Wiring: QUIC FIFDHugo Landau2024-02-021-0/+1
* QLOG: Events: Implement connectivity:connection_closedHugo Landau2024-02-021-0/+2
* QLOG: Events: Implement transport:parameters_setHugo Landau2024-02-021-2/+93
* QLOG: Events: Implement connectivity:connection_state_updatedHugo Landau2024-02-021-7/+29
* QLOG: Events: Implement connectivity:connection_startedHugo Landau2024-02-021-0/+4
* QLOG: Wiring: QUIC CHANNELHugo Landau2024-02-021-0/+40
* Minor updatesHugo Landau2023-12-211-2/+5
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-211-14/+20
* QUIC PORT: Fix BIO_dgram usage under Winsock due to bind requirementHugo Landau2023-12-211-0/+1
* QUIC PORT: Allow errors to be tracked at port levelHugo Landau2023-12-211-6/+10
* QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau2023-12-211-17/+2
* QUIC CHANNEL: Finish cleanup of LCIDM integrationHugo Landau2023-12-211-5/+4
* QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau2023-12-211-118/+9
* QUIC CHANNEL: Phase out use of QRX-DEMUX routing in favour of PORT-LCIDM routingHugo Landau2023-12-211-12/+12
* QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau2023-12-211-1/+4
* QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau2023-12-211-0/+5
* QUIC PORT: Partially move stateless reset handling to portHugo Landau2023-12-211-46/+4
* QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORTHugo Landau2023-12-211-15/+0
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-211-139/+22
* QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau2023-12-211-118/+19
* QUIC PORT: Keep a list of all child channelsHugo Landau2023-12-211-0/+8
* QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau2023-12-211-5/+2
* QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau2023-12-211-20/+16
* QUIC CHANNEL: Make a QUIC_PORT mandatoryHugo Landau2023-12-211-0/+3
* QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau2023-12-211-0/+6
* QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau2023-11-021-1/+3
* QUIC CHANNEL: Make ping deadline and idle deadline calculation consistentHugo Landau2023-10-301-29/+41
* QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau2023-10-251-0/+9
* QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau2023-10-251-5/+6
* QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau2023-10-251-16/+14
* QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau2023-10-251-29/+38
* Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell2023-10-231-0/+2
* QUIC: Prevent incoming oversize tokensHugo Landau2023-10-201-2/+12
* QUIC: Add handling of SSL_get_shutdown()Tomas Mraz2023-10-201-1/+1
* Postpone two TODO(QUIC) items appropriatelyTomas Mraz2023-10-201-1/+1
* Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell2023-10-191-8/+7