- 79367f9 BUILD: xprt: use an initcall to register the transport layers by Willy Tarreau · 2 years, 7 months ago
- 7586bef BUG/MINOR: quic: fix use-after-free with trace on ACK consume by Amaury Denoyelle · 2 years, 7 months ago
- 89a2ceb BUG/MEDIUM: quic: Possible crash with released mux by Frédéric Lécaille · 2 years, 7 months ago
- d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
- 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
- a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
- e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 7 months ago
- 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
- f7ff9cb BUG/MEDIUM: quic: properly clean frames on stream free by Amaury Denoyelle · 2 years, 8 months ago
- 5d774de MINOR: quic: emit CONNECTION_CLOSE on app init error by Amaury Denoyelle · 2 years, 8 months ago
- 05d4ae6 BUG/MINOR: quic: fix return value for error in start by Amaury Denoyelle · 2 years, 8 months ago
- bc964bd BUG/MINOR: quic: Avoid starting the mux if no ALPN sent by the client by Frédéric Lécaille · 2 years, 8 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · 2 years, 8 months ago
- 54a1dcb MEDIUM: xprt-quic: implement get_ssl_sock_ctx() by Willy Tarreau · 2 years, 8 months ago
- 325fc63 BUILD: xprt-quic: replace ERR_func_error_string() with ERR_peek_error_func() by Willy Tarreau · 2 years, 8 months ago
- 8c7927c MINOR: quic_tls: Make key update use of reusable cipher contexts by Frédéric Lécaille · 2 years, 8 months ago
- 3dfd4c4 MINOR: quic: Add short packet key phase bit values to traces by Frédéric Lécaille · 2 years, 8 months ago
- 9688a8d CLEANUP: quic: Do not set any cipher/group from ssl_quic_initial_ctx() by Frédéric Lécaille · 2 years, 8 months ago
- f2f4a4e MINOR: quic_tls: Stop hardcoding cipher IV lengths by Frédéric Lécaille · 2 years, 8 months ago
- f460574 MINOR: quic_tls: Add reusable cipher contexts to QUIC TLS contexts by Frédéric Lécaille · 2 years, 8 months ago
- 82851bd BUG/MEDIUM: quic: Possible crash from quic_free_arngs() by Frédéric Lécaille · 2 years, 8 months ago
- b515b0a MEDIUM: quic: report closing state for the MUX by Amaury Denoyelle · 2 years, 8 months ago
- c9acc31 BUG/MINOR: fix memleak on quic-conn streams cleaning by Amaury Denoyelle · 2 years, 8 months ago
- 6057b40 CLEANUP: mux-quic: remove unused QC_CF_CC_RECV by Amaury Denoyelle · 2 years, 8 months ago
- e0be573 CLEANUP: quic: use static qualifer on quic_close by Amaury Denoyelle · 2 years, 8 months ago
- db71e3b BUG/MEDIUM: quic: ensure quic-conn survives to the MUX by Amaury Denoyelle · 2 years, 8 months ago
- 59bf255 MINOR: quic: Add closing connection state by Frédéric Lécaille · 2 years, 8 months ago
- 4775680 MINOR: quic: Add draining connection state. by Frédéric Lécaille · 2 years, 8 months ago
- eb2a2da BUG/MINOR: quic: Missing TX packet deallocations by Frédéric Lécaille · 2 years, 8 months ago
- 6467088 BUG/MINOR: quic: Missing ACK range deallocations by Frédéric Lécaille · 2 years, 8 months ago
- 96fd163 BUG/MINOR: quic: QUIC TLS secrets memory leak by Frédéric Lécaille · 2 years, 8 months ago
- b823bb7 MINOR: quic: Add traces about list of frames by Frédéric Lécaille · 2 years, 8 months ago
- 6c01b74 MINOR: quic: Useless call to SSL_CTX_set_default_verify_paths() by Frédéric Lécaille · 2 years, 8 months ago
- 12fd259 BUG/MINOR: quic: Too much prepared retransmissions due to anti-amplification by Frédéric Lécaille · 2 years, 8 months ago
- 009016c BUG/MINOR: quic: Non duplicated frames upon fast retransmission by Frédéric Lécaille · 2 years, 8 months ago
- 5cfb4ed BUG/MINOR: quic: Do not probe from an already probing packet number space by Frédéric Lécaille · 2 years, 8 months ago
- 03235d7 MINOR: quic: Do not display any timer value from process_timer() by Frédéric Lécaille · 2 years, 8 months ago
- 05bd92b BUG/MINOR: quic: Discard Initial packet number space only one time by Frédéric Lécaille · 2 years, 8 months ago
- d6570e1 BUG/MINOR: quic: Missing probing packets when coalescing by Frédéric Lécaille · 2 years, 8 months ago
- b002145 MEDIUM: quic: Send ACK frames asap by Frédéric Lécaille · 2 years, 8 months ago
- 205e4f3 CLEANUP: quic: Remove all atomic operations on packet number spaces by Frédéric Lécaille · 2 years, 8 months ago
- fc79006 CLEANUP: quic: Remove all atomic operations on quic_conn struct by Frédéric Lécaille · 2 years, 8 months ago
- f44d19e BUG/MEDIUM: quic: Possible crash in ha_quic_set_encryption_secrets() by Frédéric Lécaille · 2 years, 8 months ago
- d8e680c MEDIUM: mux-quic: remove qcs tree node by Amaury Denoyelle · 2 years, 8 months ago
- 7272cd7 MEDIUM: quic: move transport fields from qcs to qc_conn_stream by Amaury Denoyelle · 2 years, 8 months ago
- 5c3859c MINOR: quic: implement stream descriptor for transport layer by Amaury Denoyelle · 2 years, 8 months ago
- 95e50fb CLEANUP: quic: complete comment on qcs_try_to_consume by Amaury Denoyelle · 2 years, 8 months ago
- 5074229 MINOR: mux-quic: return qcs instance from qcc_get_qcs by Amaury Denoyelle · 2 years, 8 months ago
- 8d5def0 BUG/MEDIUM: quic: do not use qcs from quic_stream on ACK parsing by Amaury Denoyelle · 2 years, 8 months ago
- cc2764e BUG/MINOR: quic: Wrong buffer length passed to generate_retry_token() by Frédéric Lécaille · 2 years, 8 months ago
- 1e5e513 MINOR: mux-quic: support MAX_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
- 8727ff4 MINOR: mux-quic: support MAX_STREAM_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
- aaf1f19 MINOR: quic: Add traces in qc_set_timer() (scheduling) by Frédéric Lécaille · 2 years, 8 months ago
- ce69cbc MINOR: quic: Add traces about stream TX buffer consumption by Frédéric Lécaille · 2 years, 8 months ago
- 411aa6d BUG/MINOR: quic: Non initialized variable in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 8 months ago
- 44ae752 BUG/MINOR: quic: Incorrect peer address validation by Frédéric Lécaille · 2 years, 8 months ago
- 12aa26b BUG/MINOR: quic: 1RTT packets ignored after mux was released by Frédéric Lécaille · 2 years, 8 months ago
- 2899fe2 BUG/MINOR: quic: Missing TX packet initializations by Frédéric Lécaille · 2 years, 8 months ago
- dcc74ff BUG/MINOR: quic: Unsent frame because of qc_build_frms() by Frédéric Lécaille · 2 years, 9 months ago
- d64f68f BUG/MINOR: quic: Possible leak in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 9 months ago
- f1f812b BUG/MINOR: quic: Possible crash in parse_retry_token() by Frédéric Lécaille · 2 years, 9 months ago
- e2a1c1b MEDIUM: quic: Rework of the TX packets memory handling by Frédéric Lécaille · 2 years, 9 months ago
- 141982a MEDIUM: quic: Limit the number of ACK ranges by Frédéric Lécaille · 2 years, 9 months ago
- 8f3ae02 CLEANUP: quic: "largest_acked_pn" pktns struc member moving by Frédéric Lécaille · 2 years, 9 months ago
- 302c2b1 MINOR: quic: Code factorization (TX buffer reuse) by Frédéric Lécaille · 2 years, 9 months ago
- e9a974a BUG/MAJOR: quic: Possible crash with full congestion control window by Frédéric Lécaille · 2 years, 9 months ago
- 54445d0 MINOR: quic: implement sending confirmation by Amaury Denoyelle · 2 years, 9 months ago
- 728b30d CLEANUP: quic: Comments fix for qc_prep_(app)pkts() functions by Frédéric Lécaille · 2 years, 9 months ago
- d5066dd BUG/MEDIUM: quic: qc_prep_app_pkts() retries on qc_build_pkt() failures by Frédéric Lécaille · 2 years, 9 months ago
- 530601c MEDIUM: quic: Implement the idle timeout feature by Frédéric Lécaille · 2 years, 9 months ago
- 676b849 BUG/MINOR: quic: Missing check when setting the anti-amplification limit as reached by Frédéric Lécaille · 2 years, 9 months ago
- f293b69 MEDIUM: quic: Remove the QUIC connection reference counter by Frédéric Lécaille · 2 years, 9 months ago
- 20f89ca BUG/MEDIUM: quic: do not drop packet on duplicate stream/decoding error by Amaury Denoyelle · 2 years, 9 months ago
- 5f67830 CLEANUP: quic: Remove useless definitions from quic_cc_event struct by Frédéric Lécaille · 2 years, 9 months ago
- a5ee0ae MINOR: quic: Persistent congestion detection outside of controllers by Frédéric Lécaille · 2 years, 9 months ago
- ba9db40 CLEANUP: quic: Remove QUIC path manipulations out of the congestion controller by Frédéric Lécaille · 2 years, 9 months ago
- 05e30ee MINOR: quic: Retry on qc_build_pkt() failures by Frédéric Lécaille · 2 years, 9 months ago
- 749cb64 MINOR: mux-quic: refactor transport parameters init by Amaury Denoyelle · 2 years, 10 months ago
- c2f561c MINOR: quic: Export qc_send_app_pkts() by Frédéric Lécaille · 2 years, 9 months ago
- edc8146 MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list by Frédéric Lécaille · 2 years, 9 months ago
- 28c7ea3 MINOR: quic: Send short packet from a frame list by Frédéric Lécaille · 2 years, 9 months ago
- 1c5968b MINOR: quic: qc_prep_app_pkts() implementation by Frédéric Lécaille · 2 years, 9 months ago
- 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · 2 years, 9 months ago
- 2d0f873 BUG/MINOR: quic: fix segfault on CC if mux uninitialized by Amaury Denoyelle · 2 years, 9 months ago
- bd24208 MINOR: quic: Assemble QUIC TLS flags at the same level by Frédéric Lécaille · 2 years, 9 months ago
- 9355d50 CLEANUP: quic: Indentation fix in qc_prep_pkts() by Frédéric Lécaille · 2 years, 9 months ago
- 7d845f1 CLEANUP: quic: Useless tests in qc_try_rm_hp() by Frédéric Lécaille · 2 years, 9 months ago
- 51c9065 MINOR: quic: Drop the packets of discarded packet number spaces by Frédéric Lécaille · 2 years, 9 months ago
- 00e2400 MINOR: quic: Post handshake I/O callback switching by Frédéric Lécaille · 2 years, 9 months ago
- 5757b4a MINOR: quic: Ensure PTO timer is not set in the past by Frédéric Lécaille · 2 years, 10 months ago
- 0e3010b MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
- 3c43039 BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
- 3bf0609 MINOR: mux-quic: define flag for last received frame by Amaury Denoyelle · 2 years, 9 months ago
- f77e343 MINOR: quic: handle partially received buffered stream frame by Amaury Denoyelle · 2 years, 9 months ago
- 2d2d030 MINOR: quic: simplify copy of STREAM frames to RX buffer by Amaury Denoyelle · 2 years, 9 months ago
- 850695a CLEANUP: adjust indentation in bidir STREAM handling function by Amaury Denoyelle · 2 years, 9 months ago
- 7b4c9d6 MINOR: quic: add a TODO for a memleak frame on ACK consume by Amaury Denoyelle · 2 years, 9 months ago
- 0c7679d MINOR: quic: liberate the TX stream buffer after ACK processing by Amaury Denoyelle · 2 years, 9 months ago
- 642ab06 MINOR: quic: adjust buffer handling for STREAM transmission by Amaury Denoyelle · 2 years, 9 months ago