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