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