- 82468ea MINOR: quic: Remove the packet number space TX MT_LIST by Frédéric Lécaille · 2 years, 11 months ago
- 7065dd0 MINOR: quic: Retransmit the TX frames in the same order by Frédéric Lécaille · 2 years, 11 months ago
- b80b20c MINOR: quic: Do not wakeup the I/O handler before the mux is started by Frédéric Lécaille · 2 years, 11 months ago
- bec186d MINOR: quic: As server, skip 0-RTT packet number space by Frédéric Lécaille · 2 years, 11 months ago
- 9ab2fb3 MINOR: quic: free xprt tasklet on its thread by Amaury Denoyelle · 2 years, 11 months ago
- b76ae69 MEDIUM: quic: implement Retry emission by Amaury Denoyelle · 2 years, 11 months ago
- c3b6f4d MINOR: quic: define retry_source_connection_id TP by Amaury Denoyelle · 2 years, 11 months ago
- 5ff1c97 MEDIUM: quic: implement Initial token parsing by Amaury Denoyelle · 2 years, 11 months ago
- ce340fe MINOR: quic: fix return of quic_dgram_read by Amaury Denoyelle · 2 years, 11 months ago
- 1aa57d3 MINOR: quic: Do not dereference ->conn quic_conn struct member by Frédéric Lécaille · 2 years, 11 months ago
- ba85acd MINOR: quid: Add traces quic_close() and quic_conn_io_cb() by Frédéric Lécaille · 2 years, 11 months ago
- 81cd3c8 MINOR: quic: Wrong CRYPTO frame concatenation by Frédéric Lécaille · 2 years, 11 months ago
- 2fe8b3b MINOR: quic: Flag the connection as being attached to a listener by Frédéric Lécaille · 2 years, 11 months ago
- 5f7f118 MINOR: quic: Remaining TRACEs with connection as firt arg by Frédéric Lécaille · 2 years, 11 months ago
- 99942d6 MINOR: quic: Non-optimal use of a TX buffer by Frédéric Lécaille · 2 years, 11 months ago
- f010f0a MINOR: quic: Missing retransmission from qc_prep_fast_retrans() by Frédéric Lécaille · 2 years, 11 months ago
- d4ecf94 MINOR: quic: Only one CRYPTO frame by encryption level by Frédéric Lécaille · 2 years, 11 months ago
- 37d3e38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 11 months ago
- 6b66315 MINOR: quic: Re-arm the PTO timer upon datagram receipt by Frédéric Lécaille · 2 years, 11 months ago
- 078634d MINOR: quic: PTO timer too often reset by Frédéric Lécaille · 2 years, 11 months ago
- 41a0760 MINOR: quic: Flag asap the connection having reached the anti-amplification limit by Frédéric Lécaille · 2 years, 11 months ago
- de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · 2 years, 11 months ago
- 917a7db MINOR: quic: Do not drop secret key but drop the CRYPTO data by Frédéric Lécaille · 2 years, 11 months ago
- ee2b8b3 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · 2 years, 11 months ago
- f7ef976 MINOR: quic: Comment fix. by Frédéric Lécaille · 2 years, 11 months ago
- a56054e MINOR: quic: Probe several packet number space upon timer expiration by Frédéric Lécaille · 2 years, 11 months ago
- db6a472 MINOR: quic: Probe Initial packet number space more often by Frédéric Lécaille · 2 years, 11 months ago
- 3bb457c MINOR: quic: Speeding up Handshake Completion by Frédéric Lécaille · 2 years, 11 months ago
- 6355677 MINOR: quic: qc_prep_pkts() code moving by Frédéric Lécaille · 3 years ago
- 5732062 MINOR: quic: Useless test in qc_prep_pkts() by Frédéric Lécaille · 3 years ago
- dd51da5 MINOR: quic: Wrong packet number space trace in qc_prep_pkts() by Frédéric Lécaille · 3 years ago
- 466e9da MINOR: quic: Remove nb_pto_dgrams quic_conn struct member by Frédéric Lécaille · 3 years ago
- 22576a2 MINOR: quic: Wrong ack_delay compution before calling quic_loss_srtt_update() by Frédéric Lécaille · 3 years ago
- dc90c07 MINOR: quic: Wrong loss time computation in qc_packet_loss_lookup() by Frédéric Lécaille · 3 years ago
- 22cfd83 MINOR: quic: Add trace about in flight bytes by packet number space by Frédéric Lécaille · 3 years ago
- fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · 3 years ago
- 5e87bcf CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes by Ilya Shipitsin · 3 years ago
- 9979d0d BUG/MINOR: quic: fix potential use of uninit pointer by Amaury Denoyelle · 3 years ago
- c6fab98 BUG/MINOR: quic: fix potential null dereference by Amaury Denoyelle · 3 years ago
- 76f47ca MEDIUM: quic: implement refcount for quic_conn by Amaury Denoyelle · 3 years ago
- 0a29e13 MINOR: quic: delete timer task on quic_close() by Amaury Denoyelle · 3 years ago
- e81fed9 MINOR: quic: replace usage of ssl_sock_ctx by quic_conn by Amaury Denoyelle · 3 years ago
- 741eacc MINOR: quic: remove unnecessary if in qc_pkt_may_rm_hp() by Amaury Denoyelle · 3 years ago
- 7ca7c84 MINOR: quic: store ssl_sock_ctx reference into quic_conn by Amaury Denoyelle · 3 years ago
- a83729e MINOR: quic: remove unnecessary call to free_quic_conn_cids() by Amaury Denoyelle · 3 years ago
- 250ac42 BUG/MINOR: quic: upgrade rdlock to wrlock for ODCID removal by Amaury Denoyelle · 3 years ago
- d6b1667 REORG: quic: remove qc_ prefix on functions which not used it directly by Amaury Denoyelle · 3 years ago
- 1ede823 MINOR: quic: Add traces for RX frames (flow control related) by Frédéric Lécaille · 3 years ago
- 2c15a66 MINOR: quic: Drop asap Retry or Version Negotiation packets by Frédéric Lécaille · 3 years ago
- e7ff2b2 MINOR: quic: xprt traces fixes by Frédéric Lécaille · 3 years ago
- 10250b2 MINOR: quic: Handle the cases of overlapping STREAM frames by Frédéric Lécaille · 3 years ago
- 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · 3 years ago
- 4d118d6 MINOR: quic: unchecked qc_retrieve_conn_from_cid() returned value by Frédéric Lécaille · 3 years ago
- e770ce3 MINOR: quic: add quic_conn instance in traces for qc_new_conn by Amaury Denoyelle · 3 years ago
- 7aaeb5b MINOR: quic: use quic_conn as argument to traces by Amaury Denoyelle · 3 years ago
- 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · 3 years ago
- c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · 3 years ago
- 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · 3 years ago
- 17a7416 CLEANUP: quic: rename quic_conn instances to qc by Amaury Denoyelle · 3 years ago
- 2ce5acf MINOR: quic: Wrong packet refcount handling in qc_pkt_insert() by Frédéric Lécaille · 3 years ago
- f1d38cb MINOR: quic: Do not forget STREAM frames received in disorder by Frédéric Lécaille · 3 years ago
- 4137b2d MINOR: quic: Do not expect to receive only one O-RTT packet by Frédéric Lécaille · 3 years ago
- 91ac6c3 MINOR: quic: Add a function to list remaining RX packets by encryption level by Frédéric Lécaille · 3 years ago
- dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · 3 years ago
- 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · 3 years ago
- adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · 3 years ago
- c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · 3 years ago
- d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · 3 years ago
- 260e5e6 MINOR: quic: add missing lock on cid tree by Amaury Denoyelle · 3 years ago
- 67e6cd5 CLEANUP: quic: rename quic_conn conn to qc in quic_conn_free by Amaury Denoyelle · 3 years ago
- 47e1f6d CLEANUP: quic: fix spelling mistake in a trace by Amaury Denoyelle · 3 years ago
- 8678eb0 CLEANUP: quic: Shorten a litte bit the traces in lstnr_rcv_pkt() by Frédéric Lécaille · 3 years ago
- 25eeebe MINOR: quic: Do not mix packet number space and connection flags by Frédéric Lécaille · 3 years ago
- 3fe7df8 CLEANUP: quic: Comment fix for qc_strm_cpy() by Frédéric Lécaille · 3 years ago
- a5da31d MINOR: quic: Make xprt support 0-RTT. by Frédéric Lécaille · 3 years ago
- b0bd62d MINOR: quic: Add quic_set_app_ops() function by Frédéric Lécaille · 3 years ago
- 4015cbb MINOR: quic: No TX secret at EARLY_DATA encryption level by Frédéric Lécaille · 3 years ago
- ad3c07a MINOR: quic: Enable TLS 0-RTT if needed by Frédéric Lécaille · 3 years ago
- 0371cd5 CLEANUP: quic: Remove cdata_len from quic_tx_packet struct by Frédéric Lécaille · 3 years ago
- d8b8443 MINOR: quic: Add traces for STOP_SENDING frame and modify others by Frédéric Lécaille · 3 years ago
- f57c333 MINOR: quic: Attach timer task to thread for the connection. by Frédéric Lécaille · 3 years ago
- 5154e7a MINOR: quic: notify the mux on CONNECTION_CLOSE by Amaury Denoyelle · 3 years ago
- db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · 3 years ago
- 73dcc6e MINOR: quic: Remove QUIC TX packet length evaluation function by Frédéric Lécaille · 3 years ago
- fee7ba6 MINOR: quic: Delete remaining RX handshake packets by Frédéric Lécaille · 3 years ago
- 7d807c9 MINOR: quic: QUIC encryption level RX packets race issue by Frédéric Lécaille · 3 years ago
- d61bc8d MINOR: quic: Race issue when consuming RX packets buffer by Frédéric Lécaille · 3 years ago
- f9cb3a9 MINOR: quic: RX buffer full due to wrong CRYPTO data handling by Frédéric Lécaille · 3 years ago
- a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · 3 years ago
- deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · 3 years ago
- e2288c3 MEDIUM: xprt-quic: finalize app layer initialization after ALPN nego by Amaury Denoyelle · 3 years ago
- 008386b MINOR: quic: Delete the ODCIDs asap by Frédéric Lécaille · 3 years ago
- a7d2c09 MINOR: quic: Enable the Key Update process by Frédéric Lécaille · 3 years ago
- a7973a6 MINOR: quic: Add quic_tls_key_update() function for Key Update by Frédéric Lécaille · 3 years ago
- 40df78f MINOR: quic: Add structures to maintain key phase information by Frédéric Lécaille · 3 years ago
- fc768ec MINOR: quic: Dynamically allocate the secrete keys by Frédéric Lécaille · 3 years ago
- d77c50b MINOR: quic: Possible crash when inspecting the xprt context by Frédéric Lécaille · 3 years ago
- e2660e6 MINOR: quic: Rename qc_prep_hdshk_pkts() to qc_prep_pkts() by Frédéric Lécaille · 3 years ago
- 1fc5e16 MINOR: quic: More accurate immediately close. by Frédéric Lécaille · 3 years ago
- 067a82b MINOR: quic: Set "no_application_protocol" alert by Frédéric Lécaille · 3 years ago