- 23f908c BUG/MINOR: quic: free rejected Rx packets by Amaury Denoyelle · 2 years, 5 months ago
- 2c31e12 BUG/MINOR: quic: purge conn Rx packet list on release by Amaury Denoyelle · 2 years, 5 months ago
- 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · 2 years, 6 months ago
- b1cb958 BUILD: quic: Wrong HKDF label constant variable initializations by Frédéric Lécaille · 2 years, 6 months ago
- e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · 2 years, 6 months ago
- 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · 2 years, 6 months ago
- e17bf77 MINOR: quic: Released QUIC TLS extension for QUIC v2 draft by Frédéric Lécaille · 2 years, 6 months ago
- 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · 2 years, 6 months ago
- ea0ec27 MINOR: quic: Parse long packet version from qc_parse_hd_form() by Frédéric Lécaille · 2 years, 6 months ago
- 3f96a0a MINOR: quic: Add several nonce and key definitions for Retry tag by Frédéric Lécaille · 2 years, 6 months ago
- 01d515e BUG/MINOR: quic: Stop hardcoding Retry packet Version field by Frédéric Lécaille · 2 years, 6 months ago
- 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · 2 years, 6 months ago
- 69e3f05 BUILD: quic: fix anonymous union for gcc-4.4 by Benoit DOLEZ · 2 years, 6 months ago
- 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · 2 years, 6 months ago
- fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 6 months ago
- e06ca65 MINOR: quic: Do not drop packets with RESET_STREAM frames by Frédéric Lécaille · 2 years, 6 months ago
- 4df2fe9 MINOR: quic: Send STOP_SENDING frames if mux is released by Frédéric Lécaille · 2 years, 6 months ago
- 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
- eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · 2 years, 6 months ago
- 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · 2 years, 6 months ago
- 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · 2 years, 6 months ago
- c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · 2 years, 6 months ago
- 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
- 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · 2 years, 6 months ago
- f6954c5 MINOR: quic: Ignore out of packet padding. by Frédéric Lécaille · 2 years, 6 months ago
- f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · 2 years, 6 months ago
- f9e190e MINOR: quic: support CONNECTION_CLOSE_APP emission by Amaury Denoyelle · 2 years, 6 months ago
- 2208d57 Revert "MINOR: quic: activate QUIC traces at compilation" by Amaury Denoyelle · 2 years, 6 months ago
- 07968dc BUG/MINOR: quic: Missing <conn_opening> stats counter decrementation by Frédéric Lécaille · 2 years, 7 months ago
- ad9895d BUG/MINOR: quic: Fixe a typo in qc_idle_timer_task() by Frédéric Lécaille · 2 years, 7 months ago
- 787e92a CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY by Willy Tarreau · 2 years, 7 months ago
- 9fab9fd MINOR: quic/mux-quic: define CONNECTION_CLOSE send API by Amaury Denoyelle · 2 years, 7 months ago
- dfd1301 MINOR: quic: Dynamic Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
- cbd59c7 MINOR: quic: QUIC stats counters handling by Frédéric Lécaille · 2 years, 7 months ago
- 3fd92f6 BUG/MINOR: quic: Fix potential memory leak during QUIC connection allocations by Frédéric Lécaille · 2 years, 7 months ago
- a89659a MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection by Frédéric Lécaille · 2 years, 7 months ago
- 6492e66 MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c by Frédéric Lécaille · 2 years, 7 months ago
- 3f3ff47 MINOR: quic: Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
- 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · 2 years, 7 months ago
- 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · 2 years, 7 months ago
- 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · 2 years, 7 months ago
- 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
- 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
- a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
- 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · 2 years, 7 months ago
- e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
- 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · 2 years, 7 months ago
- 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · 2 years, 7 months ago
- 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · 2 years, 7 months ago
- 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
- 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
- 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
- d62240c BUG/MINOR: quic: Dropped retransmitted STREAM frames by Frédéric Lécaille · 2 years, 7 months ago
- 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · 2 years, 7 months ago
- 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
- 88e5741 CLEANUP: quic: Remaining fprintf() debug trace by Frédéric Lécaille · 2 years, 7 months ago
- 1231d3c MINOR: quic: Drop 0-RTT packets without secrets by Frédéric Lécaille · 2 years, 7 months ago
- 74cf237 MEDIUM: quic: do not ack packet with invalid STREAM by Amaury Denoyelle · 2 years, 7 months ago
- d46e335 MEDIUM: quic: do not ACK packet with STREAM if MUX not present by Amaury Denoyelle · 2 years, 7 months ago
- 3e26698 MINOR: quic: Drop 0-RTT packets if not allowed by Frédéric Lécaille · 2 years, 7 months ago
- 4646cf3 CLEANUP: quic: Rely on the packet length set by qc_lstnr_pkt_rcv() by Frédéric Lécaille · 2 years, 7 months ago
- 87373e7 BUG/MINOR: quic: Missing Initial packet length check by Frédéric Lécaille · 2 years, 7 months ago
- 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · 2 years, 7 months ago
- dafbde6 MINOR: quic: Wake up the mux to probe with new data by Frédéric Lécaille · 2 years, 7 months ago
- d8b798d BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure by Frédéric Lécaille · 2 years, 7 months ago
- 834399c BUG/MINOR: quic: Avoid sending useless PADDING frame by Frédéric Lécaille · 2 years, 7 months ago
- 573b56b BUG/MINOR: quic: Wrong returned status by qc_build_frms() by Frédéric Lécaille · 2 years, 7 months ago
- 337108e MINOR: quic: Do not send ACK frames when probing by Frédéric Lécaille · 2 years, 7 months ago
- 7aef5f4 MEDIUM: quic: Enable the new datagram probing process by Frédéric Lécaille · 2 years, 7 months ago
- da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · 2 years, 7 months ago
- 1809c33 MINOR: quic: Mark packets as probing with old data by Frédéric Lécaille · 2 years, 7 months ago
- 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · 2 years, 7 months ago
- 9636715 MEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework by Frédéric Lécaille · 2 years, 7 months ago
- e248e37 MEDIUM: quic: Retransmission functions rework by Frédéric Lécaille · 2 years, 7 months ago
- a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · 2 years, 7 months ago
- 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · 2 years, 7 months ago
- e87b3ee MINOR: quic: Add traces about TX frame memory releasing by Frédéric Lécaille · 2 years, 7 months ago
- b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · 2 years, 7 months ago
- b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · 2 years, 7 months ago
- fc88844 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · 2 years, 8 months ago
- 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · 2 years, 7 months ago
- 3df8ca0 MINOR: mux-quic: partially copy Rx frame if almost full buf by Amaury Denoyelle · 2 years, 7 months ago
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
- 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, 8 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, 8 months ago
- 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 8 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