summaryrefslogtreecommitdiffstats
path: root/doc/designs/quic-design
AgeCommit message (Expand)Author
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-02Extend the test_quic_write_read() test to include resumptionMatt Caswell
2023-07-19Connection ID processingPauli
2023-07-01Fix new typos found by codespell in documentationDimitri Papadopoulos
2023-06-28Miscellaneous updatesHugo Landau
2023-06-28Multi-Stream APIHugo Landau
2023-06-28QUIC API: More minor tweaksHugo Landau
2023-06-28QUIC API: Minor tweaksHugo Landau
2023-06-28QUIC API Overview: Add SSL API triage listHugo Landau
2023-06-28QUIC API: Shutdown handling, etc.Hugo Landau
2023-06-28QUIC API Overview: Add Q&A, minor fixesHugo Landau
2023-06-28QUIC API Overview Design DocumentHugo Landau
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-16QUIC Glossary: TXKU, RXKU, KUHugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-05-24QUIC Glossary: Add QCTXHugo Landau
2023-05-18Initial design for error handling in QUICTomas Mraz
2023-05-01QUIC CC: Update CC design documentHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-04-27QUIC GlossaryHugo Landau
2023-04-26QUIC I/O Architecture Design: Minor updatesHugo Landau
2023-04-26QUIC I/O Architecture Design: Add block diagram, tweak wordingHugo Landau
2023-04-26QUIC I/O Architecture Design DocumentHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Add design documentHugo Landau
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-01-31Design for the Fault InjectorMatt Caswell
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-13QUIC: Minor comment and editorial fixesHugo Landau
2023-01-13QUIC Congestion Control: API to determine deadline at which more credit will ...Hugo Landau
2023-01-04Fixed typos in documentation and commentsSemen Zhydenko
2022-12-03QUIC Connection State Machine Design DocumentHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-21Design document for the QUIC-TLS integrationMatt Caswell
2022-11-18Update the record layer design based on implementation experienceMatt Caswell
2022-11-18Add a record layer design documentMatt Caswell
2022-11-14Update Stream Receive Buffers design document with implementation detailsTomas Mraz
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC Frame-in-Flight Manager DesignHugo Landau
2022-10-07Add design document for the QUIC Stream Receive Buffers moduleTomas Mraz
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-09-26QUIC Flow ControlHugo Landau
2022-09-23Extend the RX Depacketizer frame table with what packet types they are valid inRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-23Add design document for the QUIC connection ID cache.Pauli
2022-09-23update overview with a note about many to one connection ID cachePauli
2022-09-13design: TX PacketiserPauli