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