1. 11a6f40 BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt() by Frédéric Lécaille · Tue Aug 16 14:48:59 2022 +0200
  2. ebb1070 BUG/MINOR: quic: MIssing check when building TX packets by Frédéric Lécaille · Tue Aug 16 12:03:00 2022 +0200
  3. 35a66c0 BUG/MINOR: mux-quic: fix crash with traces in qc_detach() by Amaury Denoyelle · Fri Aug 12 15:56:21 2022 +0200
  4. ded77cc MINOR: ring: archive a previous file-backed ring on startup by Willy Tarreau · Fri Aug 12 15:38:20 2022 +0200
  5. 8e87705 BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value by Willy Tarreau · Fri Aug 12 15:03:12 2022 +0200
  6. bfb077a BUG/MINOR: quic: memleak on wrong datagram receipt by Frédéric Lécaille · Fri Aug 12 11:55:20 2022 +0200
  7. cc51c9a DEV: haring: support remapping LF in contents with CR VT by Willy Tarreau · Fri Aug 12 12:09:41 2022 +0200
  8. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · Fri Aug 12 11:23:59 2022 +0200
  9. 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · Thu Aug 11 16:38:20 2022 +0200
  10. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · Fri Aug 12 07:50:43 2022 +0200
  11. 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · Fri Aug 12 09:31:16 2022 +0200
  12. 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · Thu Aug 11 18:54:26 2022 +0200
  13. 18d1306 BUG/MEDIUM: ring: fix too lax 'size' parser by Willy Tarreau · Thu Aug 11 16:12:11 2022 +0200
  14. e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · Thu Aug 11 17:24:38 2022 +0200
  15. 6bdf936 BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg by Amaury Denoyelle · Thu Aug 11 18:22:22 2022 +0200
  16. 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · Wed Aug 10 16:58:01 2022 +0200
  17. 047d86a CLEANUP: mux-quic: adjust traces level by Amaury Denoyelle · Wed Aug 10 16:42:35 2022 +0200
  18. c7fb0d2 MINOR: mux-quic: define protocol error traces by Amaury Denoyelle · Wed Aug 10 16:39:54 2022 +0200
  19. f0b67f9 MINOR: mux-quic: adjust enter/leave traces by Amaury Denoyelle · Wed Aug 10 16:14:32 2022 +0200
  20. 59507de CLEANUP: quic: Remove trailing spaces by Frédéric Lécaille · Thu Aug 11 12:14:07 2022 +0200
  21. 96d08d3 BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() by Frédéric Lécaille · Thu Aug 11 12:04:07 2022 +0200
  22. a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · Thu Aug 11 11:40:01 2022 +0200
  23. 6a378d1 BUILD: stconn: fix build warning at -O3 about possible null sc by Willy Tarreau · Thu Aug 11 13:56:42 2022 +0200
  24. a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · Wed Aug 10 17:56:45 2022 +0200
  25. 341ac99 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · Wed Aug 10 18:03:11 2022 +0200
  26. e6ca435 BUG/MEDIUM: poller: use fd_delete() to release the poller pipes by Willy Tarreau · Wed Aug 10 17:08:17 2022 +0200
  27. 54bc786 BUG/MEDIUM: quic: always remove the connection from the accept list on close by Willy Tarreau · Wed Aug 10 07:26:27 2022 +0200
  28. f0f92b2 BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level by Amaury Denoyelle · Tue Aug 09 17:52:52 2022 +0200
  29. 96ca1b7 BUG/MINOR: mux-quic: open stream on STOP_SENDING by Amaury Denoyelle · Tue Aug 09 17:36:38 2022 +0200
  30. c09ef0c MINOR: quic: skip sending if no frame to send in io-cb by Amaury Denoyelle · Mon Aug 08 18:15:24 2022 +0200
  31. 654269c MINOR: quic: refactor datagram commit in Tx buffer by Amaury Denoyelle · Mon Aug 08 15:38:57 2022 +0200
  32. 5b68986 MINOR: quic: release Tx buffer on each send by Amaury Denoyelle · Mon Aug 08 16:07:30 2022 +0200
  33. f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · Thu Aug 04 16:19:57 2022 +0200
  34. 56c6154 CLEANUP: mux-quic: remove loop on sending frames by Amaury Denoyelle · Thu Aug 04 10:11:12 2022 +0200
  35. db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · Tue Aug 09 09:08:18 2022 +0200
  36. 4a426e2 MINOR: debug/memstats: automatically determine first column size by Willy Tarreau · Tue Aug 09 08:51:08 2022 +0200
  37. 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:40:08 2022 +0200
  38. 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:15:27 2022 +0200
  39. 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · Tue Aug 09 08:09:24 2022 +0200
  40. ba19acd MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams by Frédéric Lécaille · Mon Aug 08 21:10:58 2022 +0200
  41. ffde316 BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection by Frédéric Lécaille · Mon Aug 08 18:41:16 2022 +0200
  42. adc7641 MINOR: quic: Too much useless traces in qc_build_frms() by Frédéric Lécaille · Mon Aug 08 16:09:46 2022 +0200
  43. 99897d1 BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() by Frédéric Lécaille · Mon Aug 08 10:28:07 2022 +0200
  44. 87e95d3 [RELEASE] Released version 2.7-dev3 by Willy Tarreau · Sun Aug 07 17:28:59 2022 +0200
  45. 2e64472 BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · Sun Aug 07 16:55:07 2022 +0200
  46. b6189bc REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc by Ilya Shipitsin · Sat Aug 06 22:40:41 2022 +0500
  47. 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:05:45 2022 +0500
  48. 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:01:32 2022 +0500
  49. 52f2ff5 BUG/MEDIUM: fix DH length when EC key is used by Ilya Shipitsin · Sat Jul 23 23:55:19 2022 +0500
  50. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  51. 4c785f0 CI: enable weekly "m32" builds on x86_64 by Ilya Shipitsin · Fri Jul 29 23:21:37 2022 +0500
  52. 3f59ac5 BUILD: SSL: allow to pass additional configure args to QUICTLS by Ilya Shipitsin · Fri Jul 29 23:13:21 2022 +0500
  53. 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · Sat Aug 06 16:37:27 2022 +0200
  54. c80bdb2 MINOR: threads: report the number of thread groups in build options by Willy Tarreau · Sat Aug 06 16:44:55 2022 +0200
  55. f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · Fri Aug 05 08:45:56 2022 +0200
  56. 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · Fri Aug 05 11:56:36 2022 +0200
  57. 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · Fri Aug 05 15:22:28 2022 +0200
  58. e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · Fri Aug 05 09:34:44 2022 +0200
  59. 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · Thu Aug 04 12:00:00 2022 +0200
  60. af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · Fri Aug 05 10:09:32 2022 +0200
  61. 53bfab0 BUG/MINOR: sink: fix a race condition between the writer and the reader by Willy Tarreau · Thu Aug 04 17:18:54 2022 +0200
  62. 96417f3 BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing by Christopher Faulet · Thu Aug 04 16:00:13 2022 +0200
  63. b8e0fb9 BUG/MINOR: ring/cli: fix a race condition between the writer and the reader by Willy Tarreau · Thu Aug 04 17:00:21 2022 +0200
  64. 48bb875 BUG/MINOR: quic: Avoid sending truncated datagrams by Frédéric Lécaille · Wed Aug 03 20:52:20 2022 +0200
  65. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · Wed Aug 03 11:17:57 2022 +0200
  66. 6ec9837 MINOR: mux-quic: refactor refresh timeout function by Amaury Denoyelle · Mon Aug 01 17:59:38 2022 +0200
  67. 418ba21 MINOR: mux-quic: refresh timeout on frame decoding by Amaury Denoyelle · Tue Aug 02 15:57:16 2022 +0200
  68. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · Tue Aug 02 11:32:45 2022 +0200
  69. 2c77a5e BUG/MEDIUM: quic: Floating point exception in cubic_root() by Frédéric Lécaille · Wed Aug 03 12:49:30 2022 +0200
  70. 8ddde4f BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement by Frédéric Lécaille · Mon Aug 01 14:07:50 2022 +0200
  71. 6bb8653 BUG/MEDIUM: proxy: Perform a custom copy for default server settings by Christopher Faulet · Wed Aug 03 11:31:55 2022 +0200
  72. b32cb9b REORG: server: Export srv_settings_cpy() function by Christopher Faulet · Wed Aug 03 11:28:08 2022 +0200
  73. 0b365e3 MINOR: server: Constify source server to copy its settings by Christopher Faulet · Wed Aug 03 11:21:14 2022 +0200
  74. bc6b238 BUG/MINOR: backend: Don't increment conn_retries counter too early by Christopher Faulet · Wed Aug 03 10:47:48 2022 +0200
  75. 14a60d4 BUG/MEDIUM: dns: Properly initialize new DNS session by Christopher Faulet · Wed Aug 03 10:30:06 2022 +0200
  76. 642170a BUG/MINOR: peers: Use right channel flag to consider the peer as connected by Christopher Faulet · Wed Jul 27 10:49:31 2022 +0200
  77. 160fff6 BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · Tue Jul 26 19:19:18 2022 +0200
  78. ab4b094 MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · Tue Jul 26 19:14:36 2022 +0200
  79. 1b6fa7f MINOR: peers: Add a warning about incompatible SSL config for the local peer by Christopher Faulet · Tue Jul 26 19:03:51 2022 +0200
  80. bd6ec1b MEDIUM: mux-quic: implement http-keep-alive timeout by Amaury Denoyelle · Mon Jul 25 11:53:18 2022 +0200
  81. c603de4 MINOR: mux-quic: count in-progress requests by Amaury Denoyelle · Mon Jul 25 11:21:46 2022 +0200
  82. 5fc05d1 MEDIUM: mux-quic: adjust timeout refresh by Amaury Denoyelle · Mon Jul 25 14:58:48 2022 +0200
  83. b630945 MINOR: mux-quic: use timeout server for backend conns by Amaury Denoyelle · Mon Jul 25 14:51:56 2022 +0200
  84. 07bf8f4 MINOR: mux-quic: save proxy instance into qcc by Amaury Denoyelle · Fri Jul 22 16:16:03 2022 +0200
  85. 09ec3e0 BUG/MINOR: mux-quic: do not free conn if attached streams by Amaury Denoyelle · Wed Jul 27 11:39:01 2022 +0200
  86. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · Mon Aug 01 11:42:48 2022 +0200
  87. d397385 BUG/MINOR: mux-quic: prevent crash if conn released during IO callback by Amaury Denoyelle · Mon Jul 25 14:56:54 2022 +0200
  88. 51d38a2 BUG/MEDIUM: pattern: only visit equivalent nodes when skipping versions by Willy Tarreau · Mon Aug 01 11:46:27 2022 +0200
  89. 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · Mon Aug 01 10:37:29 2022 +0200
  90. 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · Mon Aug 01 11:55:57 2022 +0200
  91. 87aff02 MINOR: thread: provide an alternative to pthread's rwlock by Willy Tarreau · Sun Jul 10 10:58:57 2022 +0200
  92. 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · Fri Jul 29 17:53:31 2022 +0200
  93. ddab05b BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once by Willy Tarreau · Sat Jul 30 09:53:22 2022 +0200
  94. dc07751 MINOR: quic: Send packets as much as possible from qc_send_app_pkts() by Frédéric Lécaille · Tue Jul 26 09:17:19 2022 +0200
  95. 843399f BUG/MAJOR: quic: Useless resource intensive loop qc_ackrng_pkts() by Frédéric Lécaille · Fri Jul 22 16:27:44 2022 +0200
  96. dc591cd MINOR: quic: Stop looking for packet loss asap by Frédéric Lécaille · Thu Jul 21 14:24:41 2022 +0200
  97. d2e104f BUG/MINOR: quic: loss time limit variable computed but not used by Frédéric Lécaille · Thu Jul 21 09:55:15 2022 +0200
  98. 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · Mon Jul 11 10:24:21 2022 +0200
  99. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · Wed Jun 01 15:06:58 2022 +0200
  100. c591459 MINOR: quic: Congestion control architecture refactoring by Frédéric Lécaille · Tue May 31 09:40:44 2022 +0200