1. 7d21836 head-truc by William Lallemand · 3 years, 2 months ago
  2. eaf16fc CLEANUP: slz: Mark `reset_refs` as static by Tim Duesterhus · 3 years, 2 months ago
  3. 79416cb BUG/MINOR: httpclient/lua: return an error on argument check by William Lallemand · 3 years, 2 months ago
  4. d7df73a MINOR: httpclient/lua: implement the headers in the response object by William Lallemand · 3 years, 2 months ago
  5. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · 3 years, 2 months ago
  6. 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · 3 years, 2 months ago
  7. 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · 3 years, 2 months ago
  8. b6b1cde CLEANUP: stats: Fix some alignment mistakes by Thierry Fournier · 3 years, 2 months ago
  9. e9ed63e MINOR: stats: Enable dark mode on stat web page by Thierry Fournier · 3 years, 2 months ago
  10. 9a006f9 BUG/MINOR: http-ana: increment internal_errors counter on response error by Dragan Dosen · 3 years, 2 months ago
  11. 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · 3 years, 2 months ago
  12. 2bc364c BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary by Christopher Faulet · 3 years, 2 months ago
  13. 4697c92 MINOR: htx: Add an HTX flag to know when a message is fragmented by Christopher Faulet · 3 years, 2 months ago
  14. 68a14db MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv() by Christopher Faulet · 3 years, 2 months ago
  15. 7833596 BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM by Christopher Faulet · 3 years, 2 months ago
  16. df99408 BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data by Christopher Faulet · 3 years, 2 months ago
  17. 46e058d BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer by Christopher Faulet · 3 years, 2 months ago
  18. 216d335 BUG/MINOR: h1-htx: Fix a typo when request parser is reset by Christopher Faulet · 3 years, 2 months ago
  19. cde9112 MINOR: quic: fix qcc subs initialization by Amaury Denoyelle · 3 years, 2 months ago
  20. cd28b27 MEDIUM: quic: implement mux release/conn free by Amaury Denoyelle · 3 years, 2 months ago
  21. 414cac5 MINOR: quic: define close handler by Amaury Denoyelle · 3 years, 2 months ago
  22. 865b078 MINOR: quic: Crash upon too big packets receipt by Frédéric Lécaille · 3 years, 2 months ago
  23. 3230bcf MINOR: quic: Possible endless loop in qc_treat_rx_pkts() by Frédéric Lécaille · 3 years, 2 months ago
  24. 310d1bd MINOR: quic: RX packets memory leak by Frédéric Lécaille · 3 years, 2 months ago
  25. ebc3fc1 CLEANUP: quic: Remove useless inline functions by Frédéric Lécaille · 3 years, 2 months ago
  26. 8526f14 MINOR: quic: Wake up the xprt from mux by Frédéric Lécaille · 3 years, 2 months ago
  27. 1d40240 MINOR: quic: Implement qc_process_mux() by Frédéric Lécaille · 3 years, 2 months ago
  28. d2ba096 MINOR: quic: Stream FIN bit fix in qcs_push_frame() by Frédéric Lécaille · 3 years, 2 months ago
  29. 1c482c6 MINOR: quic: Wake up the mux upon ACK receipt by Frédéric Lécaille · 3 years, 2 months ago
  30. 513b4f2 MINOR: quic: Implement quic_conn_subscribe() by Frédéric Lécaille · 3 years, 2 months ago
  31. 153194f MINOR: mux_quic: Export the mux related flags by Frédéric Lécaille · 3 years, 2 months ago
  32. acd43a5 MINOR: quic: Add useful trace about pktns discarding by Frédéric Lécaille · 3 years, 2 months ago
  33. 8c27de7 MINOR: quic: Initial packet number spaced not discarded by Frédéric Lécaille · 3 years, 2 months ago
  34. 2cb130c MINOR: quic: Constantness fixes for frame builders/parsers. by Frédéric Lécaille · 3 years, 2 months ago
  35. dc2593e MINOR: quic: Wrong packet flags settings during frame building by Frédéric Lécaille · 3 years, 2 months ago
  36. 156a59b MINOR: quic: Confusion between TX/RX for the frame builders by Frédéric Lécaille · 3 years, 2 months ago
  37. 578a789 MINOR: mux_quic: move qc_process() code to qc_send() by Frédéric Lécaille · 3 years, 3 months ago
  38. 785d3bd MINOR: quic: Make use of buffer structs to handle STREAM frames by Frédéric Lécaille · 3 years, 3 months ago
  39. b9c06fb MINOR: quic_sock: Do not flag QUIC connections as being set by Frédéric Lécaille · 3 years, 3 months ago
  40. 48fc74a MINOR: quic: Missing active_connection_id_limit default value by Frédéric Lécaille · 3 years, 3 months ago
  41. d4d6aa7 MINOR: quic: Attach the QUIC connection to a thread. by Frédéric Lécaille · 3 years, 3 months ago
  42. 2fc76cf MINOR: quic: Make QUIC-TLS support at least two initial salts by Frédéric Lécaille · 3 years, 3 months ago
  43. 2766e78 MINOR: quic: Shorten some handshakes by Frédéric Lécaille · 3 years, 3 months ago
  44. 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · 3 years, 3 months ago
  45. 8e2a998 MINOR: h3: send htx data by Amaury Denoyelle · 3 years, 3 months ago
  46. 15b0961 MINOR: h3: encode htx headers to QPACK by Amaury Denoyelle · 3 years, 3 months ago
  47. e0930fc MINOR: qpack: encode headers functions by Amaury Denoyelle · 3 years, 3 months ago
  48. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · 3 years, 3 months ago
  49. 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · 3 years, 3 months ago
  50. 7b1d3d6 MINOR: mux-quic: send SETTINGS on uni stream by Amaury Denoyelle · 3 years, 3 months ago
  51. f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · 3 years, 3 months ago
  52. 9904355 MINOR: h3: allocate stream on headers by Amaury Denoyelle · 3 years, 3 months ago
  53. b49fa1a MINOR: h3: parse headers to htx by Amaury Denoyelle · 3 years, 3 months ago
  54. fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · 3 years, 3 months ago
  55. 484317e MINOR: qpack: fix wrong comment by Amaury Denoyelle · 3 years, 3 months ago
  56. 3394939 MINOR: h3: change default settings by Amaury Denoyelle · 3 years, 3 months ago
  57. a5b1b89 MINOR: quic: Prepare STREAM frames to fill QUIC packets by Frédéric Lécaille · 3 years, 3 months ago
  58. e16f0bd MINOR: h3: Send h3 settings asap by Frédéric Lécaille · 3 years, 3 months ago
  59. 4bade77 MINOR: quic: Prepare Application level packet asap. by Frédéric Lécaille · 3 years, 3 months ago
  60. f798096 MINOR: quic: Post handshake packet building improvements by Frédéric Lécaille · 3 years, 3 months ago
  61. 754f99e MINOR: quic: Missing case when discarding HANDSHAKE secrets by Frédéric Lécaille · 3 years, 3 months ago
  62. 67f47d0 MINOR: quic: Wrong flags handling for acks by Frédéric Lécaille · 3 years, 3 months ago
  63. d067088 MINOR: quic: Coalesce Application level packets with Handshake packets. by Frédéric Lécaille · 3 years, 3 months ago
  64. eed7a7d MINOR: quic: Atomically get/set the connection state by Frédéric Lécaille · 3 years, 3 months ago
  65. 4436cb6 MINOR: quic: Evaluate the packet lengths in advance by Frédéric Lécaille · 3 years, 4 months ago
  66. 82b8652 MINOR: quic: Missing acks encoded size updates. by Frédéric Lécaille · 3 years, 4 months ago
  67. 8b19a9f MINOR: quic: Make use of the last cbuf API when initializing TX ring buffers by Frédéric Lécaille · 3 years, 4 months ago
  68. dbe25af MINOR: quic: Add a pool for TX ring buffer internal buffer by Frédéric Lécaille · 3 years, 4 months ago
  69. a2e954a MINOR: quic: Make circular buffer internal buffers be variable-sized. by Frédéric Lécaille · 3 years, 4 months ago
  70. 9445abc MINOR: quic: Rename functions which do not build only Handshake packets by Frédéric Lécaille · 3 years, 4 months ago
  71. 5d00b2d MINOR: quic: Remove Application level related functions by Frédéric Lécaille · 3 years, 4 months ago
  72. f252adb MINOR: quic: qc_do_build_hdshk_pkt() does not need to pass a copy of CRYPTO frame by Frédéric Lécaille · 3 years, 4 months ago
  73. a7348f6 MINOR: quic: Make qc_build_hdshk_pkt() atomically consume a packet number by Frédéric Lécaille · 3 years, 4 months ago
  74. 91ae7aa MINOR: quic: quic_conn_io_cb() task rework by Frédéric Lécaille · 3 years, 4 months ago
  75. 0ac3851 MINOR: quic: Modify qc_build_cfrms() to support any frame by Frédéric Lécaille · 3 years, 4 months ago
  76. 59b07c7 MINOR: quic: Atomically handle packet number space ->largest_acked_pn variable by Frédéric Lécaille · 3 years, 4 months ago
  77. e1aa0d3 MINOR: quic: Modify qc_do_build_hdshk_pkt() to accept any packet type by Frédéric Lécaille · 3 years, 4 months ago
  78. 0e50e1b MINOR: quic: Add the packet type to quic_tx_packet struct by Frédéric Lécaille · 3 years, 4 months ago
  79. 522c65c MINOR: quic: Store post handshake frame in ->pktns.tx.frms MT_LIST by Frédéric Lécaille · 3 years, 4 months ago
  80. 546186b MINOR: quic: Add the QUIC connection state to traces by Frédéric Lécaille · 3 years, 4 months ago
  81. f5821dc MINOR: quic: Add a mask for TX frame builders and their authorized packet types by Frédéric Lécaille · 3 years, 4 months ago
  82. 0ad0458 MINOR: quic: Replace quic_tx_frm struct by quic_frame struct by Frédéric Lécaille · 3 years, 4 months ago
  83. c88df07 MINOR: quic: Make ->tx.frms quic_pktns struct member be thread safe by Frédéric Lécaille · 3 years, 4 months ago
  84. 120ea6f MINOR: quic: Make qc_treat_rx_pkts() be thread safe. by Frédéric Lécaille · 3 years, 4 months ago
  85. 98cdeb2 MINOR: quic: Rename ->rx.rwlock of quic_enc_level struct to ->rx.pkts_rwlock by Frédéric Lécaille · 3 years, 4 months ago
  86. 9054d1b MINOR: quic: Missing encryption level rx.crypto member initialization and lock. by Frédéric Lécaille · 3 years, 4 months ago
  87. 01abc46 MINOR: quic: Unitialized mux context upon Client Hello message receipt. by Frédéric Lécaille · 3 years, 4 months ago
  88. 0eb60c5 MINOR: quic: Add TX packets at the very last time to their tree. by Frédéric Lécaille · 3 years, 4 months ago
  89. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · 3 years, 5 months ago
  90. 98ad56a MINOR: quic_tls: Make use of the QUIC V1 salt. by Frédéric Lécaille · 3 years, 5 months ago
  91. c5b0c93 MINOR: quic: Make use of TX ring buffers to send QUIC packets by Frédéric Lécaille · 3 years, 5 months ago
  92. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · 3 years, 5 months ago
  93. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · 3 years, 5 months ago
  94. ed9119f BUG/MINOR: quic: Too much reduced computed space to build handshake packets by Frédéric Lécaille · 3 years, 5 months ago
  95. 82d1daa MINOR: quic: Add the QUIC v1 initial salt. by Frédéric Lécaille · 3 years, 5 months ago
  96. 4b1fddc MINOR: quic: Prefer x25519 as ECDH preferred parametes. by Frédéric Lécaille · 3 years, 5 months ago
  97. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · 3 years, 5 months ago
  98. f3d078d MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe. by Frédéric Lécaille · 3 years, 6 months ago
  99. 01ab661 MINOR: quic: Move conn_prepare() to ->accept_conn() callback by Frédéric Lécaille · 3 years, 6 months ago
  100. 6de7287 MINOR: quic: Connection allocations rework by Frédéric Lécaille · 3 years, 6 months ago