1. 8f6da64 MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb() by Willy Tarreau · Fri Mar 10 12:04:02 2023 +0100
  2. 2078d4b BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value by William Lallemand · Thu Mar 09 14:28:44 2023 +0100
  3. cd8914b BUG/MAJOR: fd/threads: close a race on closing connections after takeover by Willy Tarreau · Tue Mar 07 10:11:02 2023 -0800
  4. cc101cd BUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence number check by Frédéric Lécaille · Wed Mar 08 11:01:58 2023 +0100
  5. 5907fed MEDIUM: quic: release closing connections on stopping by Amaury Denoyelle · Wed Mar 08 10:37:45 2023 +0100
  6. efed86c MINOR: quic: create a global list dedicated for closing QUIC conns by Amaury Denoyelle · Wed Mar 08 09:42:04 2023 +0100
  7. 5e3201e MINOR: quic: Add transport parameters to "show quic" by Frédéric Lécaille · Tue Mar 07 15:18:02 2023 +0100
  8. ece86e6 MINOR: quic: Add spin bit support by Frédéric Lécaille · Tue Mar 07 11:53:43 2023 +0100
  9. 8ac8a87 MINOR: quic: RETIRE_CONNECTION_ID frame handling (RX) by Frédéric Lécaille · Mon Mar 06 18:16:34 2023 +0100
  10. b4c5471 MINOR: quic: Store the next connection IDs sequence number in the connection by Frédéric Lécaille · Mon Mar 06 14:07:59 2023 +0100
  11. 51a7caf MINOR: quic: Add traces about QUIC TLS key update by Frédéric Lécaille · Thu Feb 23 20:38:23 2023 +0100
  12. c8a0efb BUG/MEDIUM: quic: properly handle duplicated STREAM frames by Amaury Denoyelle · Wed Feb 22 10:44:27 2023 +0100
  13. 86d1e0b BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list" by Remi Tricot-Le Breton · Thu Mar 02 15:49:53 2023 +0100
  14. 5843237 MINOR: ssl: Add global options to modify ocsp update min/max delay by Remi Tricot-Le Breton · Tue Feb 28 17:46:29 2023 +0100
  15. 07b7c15 MINOR: ssl: Reorder struct certificate_ocsp members by Remi Tricot-Le Breton · Tue Feb 28 17:46:26 2023 +0100
  16. 0c96ee4 MINOR: ssl: Add certificate's path to certificate_ocsp structure by Remi Tricot-Le Breton · Wed Mar 01 16:11:50 2023 +0100
  17. ad6cba8 MINOR: ssl: Store specific ocsp update errors in response and update ctx by Remi Tricot-Le Breton · Tue Feb 28 17:46:21 2023 +0100
  18. 9e94df3 MINOR: ssl: Add ocsp update success/failure counters by Remi Tricot-Le Breton · Tue Feb 28 17:46:20 2023 +0100
  19. e0fe118 MINOR: quic: implement qc_notify_send() by Amaury Denoyelle · Tue Feb 28 15:08:59 2023 +0100
  20. 1febc2d MEDIUM: quic: improve fatal error handling on send by Amaury Denoyelle · Thu Feb 23 11:18:38 2023 +0100
  21. 7b8aac4 MINOR: tinfo: make thread_set functions return nth group/mask instead of first by Willy Tarreau · Mon Feb 27 11:27:38 2023 +0100
  22. fea8c19 CLEANUP: listener: only store conn counts for local threads by Willy Tarreau · Tue Feb 28 10:25:57 2023 +0100
  23. 85eabfb MEDIUM: mux-quic: Don't expect data from server as long as request is unfinished by Christopher Faulet · Thu Feb 23 14:52:09 2023 +0100
  24. 8aabc8e MINOR: stconn: Report a send activity when endpoint is willing to consume data by Christopher Faulet · Mon Feb 27 16:32:30 2023 +0100
  25. a2a3d5d CLEANUP: ring: remove the now unused ring's offset by Willy Tarreau · Wed Feb 22 15:15:41 2023 +0100
  26. d3ffba4 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · Mon Feb 13 17:45:08 2023 +0100
  27. 2370599 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · Tue Feb 14 08:51:14 2023 +0100
  28. bcad7e6 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · Wed Feb 15 09:30:54 2023 +0100
  29. 4059e09 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · Mon Feb 06 17:06:03 2023 +0100
  30. 2bf9912 MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_DATA flag from endpoint by Christopher Faulet · Thu Feb 23 13:44:31 2023 +0100
  31. be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · Mon Feb 20 08:41:55 2023 +0100
  32. bcdcfad MINOR: stconn: Set half-close timeout using proxy settings by Christopher Faulet · Mon Feb 20 08:36:53 2023 +0100
  33. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  34. b374ba5 MAJOR: stream: Use SE descriptor date to detect read/write timeouts by Christopher Faulet · Thu Feb 16 11:18:15 2023 +0100
  35. 2ca4cc1 MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data by Christopher Faulet · Wed Feb 22 14:22:56 2023 +0100
  36. 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · Thu Feb 16 11:09:31 2023 +0100
  37. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  38. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  39. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  40. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · Thu Jan 26 16:18:09 2023 +0100
  41. 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · Thu Feb 16 16:47:33 2023 +0100
  42. 3ffbf38 BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy by Aurelien DARRAGON · Thu Feb 09 17:02:57 2023 +0100
  43. 27629a7 MINOR: compiler: add a TOSTR() macro to turn a value into a string by Willy Tarreau · Mon Feb 20 19:18:47 2023 +0100
  44. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · Tue Feb 21 11:47:17 2023 +0100
  45. c13f302 MINOR: cfgcond: Implement enabled condition expression by Christopher Faulet · Tue Feb 21 11:16:08 2023 +0100
  46. a1fdad7 MINOR: cfgcond: Implement strstr condition expression by Christopher Faulet · Mon Feb 20 17:55:58 2023 +0100
  47. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · Mon Feb 20 14:06:52 2023 +0100
  48. 77ed631 MEDIUM: quic: trigger fast connection closing on process stopping by Amaury Denoyelle · Wed Feb 01 09:28:55 2023 +0100
  49. eb7d320 MINOR: mux-quic: implement client-fin timeout by Amaury Denoyelle · Wed Feb 08 15:55:24 2023 +0100
  50. b30247b MINOR: mux-quic: define qc_shutdown() by Amaury Denoyelle · Tue Jan 24 18:18:23 2023 +0100
  51. 2f53111 MINOR: quic: Add traces to qc_kill_conn() by Frédéric Lécaille · Fri Feb 10 14:44:51 2023 +0100
  52. a2c62c3 MINOR: quic: Kill the connections on ICMP (port unreachable) packet receipt by Frédéric Lécaille · Fri Feb 10 14:13:43 2023 +0100
  53. 75c8ad5 MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock by Frédéric Lécaille · Wed Feb 08 16:08:28 2023 +0100
  54. 1dbeb35 MINOR: quic: Add new traces about by connection RX buffer handling by Frédéric Lécaille · Tue Feb 07 11:40:21 2023 +0100
  55. 14037bf MINOR: h3: add traces on decode_qcs callback by Amaury Denoyelle · Fri Feb 17 15:56:06 2023 +0100
  56. 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · Fri Feb 17 09:51:20 2023 +0100
  57. 3e820a1 MINOR: threads: add flags to know if a thread is started and/or running by Willy Tarreau · Fri Feb 17 08:36:42 2023 +0100
  58. d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · Tue Feb 14 15:37:14 2023 +0100
  59. 44979ad BUG/MINOR: config: crt-list keywords mistaken for bind ssl keywords by William Lallemand · Mon Feb 13 15:24:01 2023 +0100
  60. af67806 MINOR: ssl: rename confusing ssl_bind_kws by William Lallemand · Mon Feb 13 10:58:13 2023 +0100
  61. 15c7470 MINOR: quic: implement a basic "show quic" CLI handler by Amaury Denoyelle · Wed Feb 01 10:18:26 2023 +0100
  62. 3e7a0bb MINOR: cfgparse/server: move (min/max)conn postparsing logic into dedicated function by Aurelien DARRAGON · Wed Feb 08 11:49:02 2023 +0100
  63. a14686d MINOR: ssl/ocsp: add a function to check the OCSP update configuration by William Lallemand · Tue Feb 07 18:38:05 2023 +0100
  64. b4b9caa BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h by William Lallemand · Tue Feb 07 18:28:30 2023 +0100
  65. 28360dc MEDIUM: clock: force internal time to wrap early after boot by Willy Tarreau · Tue Feb 07 14:44:44 2023 +0100
  66. 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · Tue Feb 07 15:52:14 2023 +0100
  67. b7a406a MINOR: quic: Update version_information transport parameter to draft-14 by Frédéric Lécaille · Mon Feb 06 11:54:07 2023 +0100
  68. e5958d0 BUG/MEDIUM: stats: fix resolvers dump by Aurelien DARRAGON · Thu Feb 02 17:27:27 2023 +0100
  69. f2988e1 CLEANUP: listener/thread: remove now unused bind_conf's bind_tgroup/bind_thread by Willy Tarreau · Thu Feb 02 17:01:10 2023 +0100
  70. f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · Tue Jan 31 19:31:27 2023 +0100
  71. bef43df MINOR: thread: add a simple thread_set API by Willy Tarreau · Tue Jan 31 19:27:48 2023 +0100
  72. 9e2682a MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag by Willy Tarreau · Thu Jan 12 20:20:57 2023 +0100
  73. b25634d CLEANUP: listener: remove the now unused options field by Willy Tarreau · Thu Jan 12 20:10:11 2023 +0100
  74. 4c1d3a9 MINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_TCP_L5_RULES by Willy Tarreau · Thu Jan 12 20:03:38 2023 +0100
  75. 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · Thu Jan 12 19:58:42 2023 +0100
  76. f1b4730 MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf by Willy Tarreau · Thu Jan 12 19:48:50 2023 +0100
  77. c492f1b MINOR: listener: move TCP_FO to bind_conf by Willy Tarreau · Thu Jan 12 19:45:58 2023 +0100
  78. d9b4d21 MINOR: listener: move the DEF_ACCEPT option to the bind_conf by Willy Tarreau · Thu Jan 12 19:42:48 2023 +0100
  79. 9bdcf42 MINOR: listener: move the NOQUICKACK option to the bind_conf by Willy Tarreau · Thu Jan 12 19:40:42 2023 +0100
  80. cfb7c2f MINOR: listener: move the NOLINGER option to the bind_conf by Willy Tarreau · Thu Jan 12 19:37:07 2023 +0100
  81. 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · Thu Jan 12 19:32:45 2023 +0100
  82. d5983ce MINOR: listener: remove the useless ->default_target field by Willy Tarreau · Thu Jan 12 19:18:34 2023 +0100
  83. 3083615 MINOR: listener: move the ->accept callback to the bind_conf by Willy Tarreau · Thu Jan 12 19:10:17 2023 +0100
  84. 758c69d MINOR: listener: move the maxconn parameter to the bind_conf by Willy Tarreau · Thu Jan 12 18:59:37 2023 +0100
  85. 1920f89 MINOR: listener: move the backlog setting from listener to bind_conf by Willy Tarreau · Thu Jan 12 18:55:13 2023 +0100
  86. 882f248 MINOR: listener: move maxaccept from listener to bind_conf by Willy Tarreau · Thu Jan 12 18:52:23 2023 +0100
  87. ee37816 MINOR: listener: move maxseg and tcp_ut to bind_conf by Willy Tarreau · Thu Jan 12 18:42:49 2023 +0100
  88. 7866e8e MEDIUM: listener: move the analysers mask to the bind_conf by Willy Tarreau · Thu Jan 12 18:39:42 2023 +0100
  89. 0aa7995 BUG/MINOR: quic: Unchecked source connection ID by Frédéric Lécaille · Fri Feb 03 16:15:08 2023 +0100
  90. af25a69 MEDIUM: quic: Remove qc_conn_finalize() from the ClientHello TLS callbacks by Frédéric Lécaille · Wed Feb 01 17:56:57 2023 +0100
  91. 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · Wed Jan 18 11:52:21 2023 +0100
  92. 1ea5f41 CLEANUP: quic: no need for atomics on packet refcnt by Willy Tarreau · Thu Feb 02 15:37:24 2023 +0100
  93. 24d5b72 MINOR: quic: add config for retransmit limit by Amaury Denoyelle · Tue Jan 31 11:44:50 2023 +0100
  94. e4abb1f MEDIUM: quic: implement a retransmit limit per frame by Amaury Denoyelle · Fri Jan 27 17:54:15 2023 +0100
  95. 57b3eaa MINOR: quic: refactor frame deallocation by Amaury Denoyelle · Thu Feb 02 16:12:09 2023 +0100
  96. 40c24f1 MINOR: quic: define new functions for frame alloc by Amaury Denoyelle · Fri Jan 27 17:47:49 2023 +0100
  97. 2216b08 MINOR: quic: remove fin from quic_stream frame type by Amaury Denoyelle · Thu Feb 02 14:59:36 2023 +0100
  98. 1e340ba MINOR: mux-quic/h3: define stream close callback by Amaury Denoyelle · Mon Jan 30 12:12:11 2023 +0100
  99. b2e2ec5 MEDIUM: proxy/http_ext: implement dynamic http_ext by Aurelien DARRAGON · Mon Jan 09 11:09:03 2023 +0100
  100. 9ded834 OPTIM: http_ext/7239: introduce c_mode to save some space by Aurelien DARRAGON · Fri Jan 06 12:16:28 2023 +0100