1. be83153 BUG/MINOR: backend: properly handle redispatch 0 by Willy Tarreau · Tue Apr 02 15:15:32 2024 +0200
  2. e4308e9 BUG/MINOR: server: ignore 'enabled' for dynamic servers by Amaury Denoyelle · Fri Mar 29 17:47:23 2024 +0100
  3. 6852b33 BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n by Christopher Faulet · Tue Feb 20 18:30:16 2024 +0100
  4. a10ee92 MINOR: cli: Remove useless loop on commands to find unescaped semi-colon by Christopher Faulet · Tue Feb 20 16:37:11 2024 +0100
  5. ae8882d MINOR: server: allow cookie for dynamic servers by Amaury Denoyelle · Wed Mar 27 10:50:21 2024 +0100
  6. 8ed726b BUG/MINOR: server: fix persistence cookie for dynamic servers by Damien Claisse · Wed Mar 27 14:34:25 2024 +0000
  7. 8b8d18f BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities by Remi Tricot-Le Breton · Mon Mar 25 16:50:24 2024 +0100
  8. 65bfd17 BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message by Remi Tricot-Le Breton · Mon Mar 25 16:50:23 2024 +0100
  9. 92b935e BUG/MINOR: server: 'source' interface ignored from 'default-server' directive by Aurelien DARRAGON · Tue Mar 26 10:42:48 2024 +0100
  10. 529c3ad OPTIM: http_ext: avoid useless copy in http_7239_extract_{ipv4,ipv6} by Aurelien DARRAGON · Mon Mar 18 15:18:08 2024 +0100
  11. 2b85a64 BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block by Christopher Faulet · Mon Mar 25 08:02:06 2024 +0100
  12. d15b231 BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet by Amaury Denoyelle · Fri Mar 22 15:13:42 2024 +0100
  13. 377c759 BUG/MEDIUM: ssl: Fix crash in ocsp-update log function by Remi Tricot-Le Breton · Wed Mar 20 14:13:35 2024 +0100
  14. cd3916e BUG/MINOR: session: ensure conn owner is set after insert into session by Amaury Denoyelle · Wed Mar 20 11:25:31 2024 +0100
  15. 6fe1060 BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small by Christopher Faulet · Mon Mar 18 08:02:32 2024 +0100
  16. 606951e CI: temporarily adjust kernel entropy to work with ASAN/clang by Ilia Shipitsin · Sun Mar 17 17:01:39 2024 +0100
  17. 5f367ed BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop by Christopher Faulet · Thu Mar 14 10:49:01 2024 +0100
  18. 662aff5 BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout by Christopher Faulet · Thu Mar 14 10:21:56 2024 +0100
  19. 07838f7 BUG/MINOR: listener: Don't schedule frontend without task in listener_release() by Christopher Faulet · Thu Mar 14 09:29:09 2024 +0100
  20. 42b71d9 BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release by Christopher Faulet · Tue Mar 12 07:31:56 2024 +0100
  21. 1a3ac40 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try) by Aurelien DARRAGON · Tue Mar 12 17:05:54 2024 +0100
  22. 188adfd MINOR: hlua: use accessors for stream hlua ctx by Aurelien DARRAGON · Tue Mar 12 17:00:25 2024 +0100
  23. 4796ace DEBUG: lua: precisely identify if stream is stuck inside lua or not by Aurelien DARRAGON · Tue Mar 12 00:22:44 2024 +0100
  24. 0995108 BUG/MINOR: hlua: fix missing lock in hlua_filter_delete() by Aurelien DARRAGON · Mon Mar 11 13:51:03 2024 +0100
  25. 9b62794 BUG/MINOR: hlua: missing lock in hlua_filter_new() by Aurelien DARRAGON · Mon Mar 11 13:50:41 2024 +0100
  26. f77f328 BUG/MINOR: hlua: segfault when loading the same filter from different contexts by Aurelien DARRAGON · Mon Mar 11 13:49:56 2024 +0100
  27. 3bf56c4 BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() by Dragan Dosen · Mon Mar 11 18:10:01 2024 +0100
  28. ee8a65a DOC: configuration: clarify ciphersuites usage (V2) by William Lallemand · Mon Mar 11 15:48:14 2024 +0100
  29. aeb5b08 BUILD: solaris: fix compilation errors by matthias sweertvaegher · Fri Feb 23 17:05:01 2024 +0100
  30. cdb464e BUG/MINOR: cfgparse: report proper location for log-format-sd errors by Aurelien DARRAGON · Wed Feb 28 19:29:27 2024 +0100
  31. 3ba9c30 BUG/MINOR: ssl/cli: typo in new ssl crl-file CLI description by William Lallemand · Tue Mar 05 14:49:17 2024 +0100
  32. 6513aa3 CI: skip scheduled builds on forks by Ilya Shipitsin · Wed Feb 21 17:05:39 2024 +0100
  33. 3b0510b BUG/MINOR: sink: fix a race condition in the TCP log forwarding code by Willy Tarreau · Tue Feb 27 17:32:44 2024 +0100
  34. 98497cd BUG/MINOR: hlua: don't call ha_alert() in hlua_event_subscribe() by Aurelien DARRAGON · Mon Mar 04 16:31:23 2024 +0100
  35. 258fc3f BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume() by Aurelien DARRAGON · Fri Mar 01 21:17:51 2024 +0100
  36. cddf622 BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP() by Aurelien DARRAGON · Mon Mar 04 11:17:58 2024 +0100
  37. 01d1b73 BUG/MINOR: hlua: improper lock usage in hlua_filter_new() by Aurelien DARRAGON · Mon Mar 04 11:25:47 2024 +0100
  38. f8b137b BUG/MINOR: hlua: improper lock usage in hlua_filter_callback() by Aurelien DARRAGON · Mon Mar 04 11:06:24 2024 +0100
  39. 205f1ac BUG/MINOR: hlua: fix possible crash in hlua_filter_new() under load by Aurelien DARRAGON · Mon Mar 04 09:39:58 2024 +0100
  40. cf51189 BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts by Aurelien DARRAGON · Fri Mar 01 15:55:17 2024 +0100
  41. 93361a5 BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack by Aurelien DARRAGON · Fri Mar 01 19:54:16 2024 +0100
  42. e936aaf BUG/MINOR: tools: seed the statistical PRNG slightly better by Willy Tarreau · Fri Mar 01 16:17:47 2024 +0100
  43. 12a5ee7 MINOR: hlua: Be able to disable logging from lua by Christopher Faulet · Thu Feb 29 15:41:17 2024 +0100
  44. 5839355 BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel by Christopher Faulet · Thu Feb 29 15:37:43 2024 +0100
  45. 8babe63 BUG/MINOR: config/quic: Alert about PROXY protocol use on a QUIC listener by Christopher Faulet · Thu Feb 29 14:27:45 2024 +0100
  46. dce883c DOC: configuration: clarify ciphersuites usage by William Lallemand · Thu Feb 29 18:04:12 2024 +0100
  47. ea3f587 LICENSE: http_ext: fix GPL license version by Aurelien DARRAGON · Wed Feb 28 11:25:31 2024 +0100
  48. ddab08b LICENSE: event_hdl: fix GPL license version by Aurelien DARRAGON · Wed Feb 28 11:22:49 2024 +0100
  49. 121cea0 BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist by William Lallemand · Tue Feb 27 17:22:15 2024 +0100
  50. 9d90e25 BUG/MINOR: ist: only store NUL byte on succeeded alloc by Willy Tarreau · Fri Feb 23 19:51:54 2024 +0100
  51. 64f6741 BUG/MINOR: quic: fix output of show quic by Amaury Denoyelle · Fri Feb 23 17:28:49 2024 +0100
  52. d8514b9 BUG/MAJOR: server: fix stream crash due to deleted server by Amaury Denoyelle · Wed Feb 21 15:54:11 2024 +0100
  53. f618dbc BUG/MINOR: stats: drop srv refcount on early release by Amaury Denoyelle · Thu Feb 22 14:13:45 2024 +0100
  54. 94e139e BUG/MINOR: ist: allocate nul byte on istdup by Amaury Denoyelle · Wed Feb 21 16:10:43 2024 +0100
  55. c13d9e1 MINOR: quic: warn on bind on multiple addresses if no IP_PKTINFO support by Amaury Denoyelle · Fri Feb 16 15:40:06 2024 +0100
  56. b19d22e DOC: quic: fix recommandation for bind on multiple address by Amaury Denoyelle · Thu Feb 15 18:43:44 2024 +0100
  57. 2c70bd2 BUG/MEDIUM: quic: fix transient send error with listener socket by Amaury Denoyelle · Mon Feb 19 17:27:07 2024 +0100
  58. 0dbc16b BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data by Christopher Faulet · Fri Feb 16 15:33:44 2024 +0100
  59. 5b62e09 BUG/MEDIUM: hlua: Be able to garbage collect uninitialized lua sockets by Christopher Faulet · Fri Feb 16 15:00:54 2024 +0100
  60. ae9e038 BUG/MEDIUM: applet: Immediately free appctx on early error by Christopher Faulet · Fri Feb 16 15:00:07 2024 +0100
  61. fd9424d DOC: quic: Missing tuning setting in "Global parameters" by Frederic Lecaille · Fri Feb 16 15:28:30 2024 +0100
  62. c95106f BUG/MINOR: qpack: reject invalid dynamic table capacity by Amaury Denoyelle · Wed Feb 14 18:23:12 2024 +0100
  63. b840e60 BUG/MINOR: qpack: reject invalid increment count decoding by Amaury Denoyelle · Wed Feb 14 16:59:24 2024 +0100
  64. 2e4d3e4 BUG/MINOR: quic: reject HANDSHAKE_DONE as server by Amaury Denoyelle · Wed Feb 14 18:13:08 2024 +0100
  65. cb70b3c BUG/MINOR: quic: reject unknown frame type by Amaury Denoyelle · Thu Feb 15 14:41:12 2024 +0100
  66. 094382a BUG/MAJOR: promex: fix crash on deleted server by Amaury Denoyelle · Thu Feb 22 17:18:15 2024 +0100
  67. 0d95330 MINOR: connection: add sample fetches to report per-connection glitches by Willy Tarreau · Wed Jan 17 18:00:21 2024 +0100
  68. c04a8ee MINOR: mux-h2: implement MUX_CTL_GET_GLITCHES by Willy Tarreau · Wed Jan 17 17:21:29 2024 +0100
  69. d09e116 MINOR: connection: add a new mux_ctl to report number of connection glitches by Willy Tarreau · Wed Jan 17 17:20:30 2024 +0100
  70. 92f287b MEDIUM: mux-h2: allow to set the glitches threshold to kill a connection by Willy Tarreau · Mon Mar 11 07:33:44 2024 +0100
  71. f0279f6 MINOR: mux-h2: always use h2c_report_glitch() by Willy Tarreau · Mon Mar 11 07:35:19 2024 +0100
  72. eec8dc1 MINOR: mux-h2: count late reduction of INITIAL_WINDOW_SIZE as a glitch by Willy Tarreau · Thu Feb 08 14:37:56 2024 +0100
  73. d43a58a MINOR: mux-h2: count excess of CONTINUATION frames as a glitch by Willy Tarreau · Fri Jan 19 18:20:21 2024 +0100
  74. 3a36c9e BUG/MINOR: mux-h2: count rejected DATA frames against the connection's flow control by Willy Tarreau · Thu Feb 08 15:01:36 2024 +0100
  75. 2289232 MINOR: mux-h2: add a counter of "glitches" on a connection by Willy Tarreau · Wed Jan 17 16:57:23 2024 +0100
  76. 1a82cdf [RELEASE] Released version 2.8.7 by William Lallemand · Mon Feb 26 19:04:22 2024 +0100
  77. 60289bf BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI by William Lallemand · Mon Feb 26 17:53:02 2024 +0100
  78. f6bd011 [RELEASE] Released version 2.8.6 by Willy Tarreau · Thu Feb 15 14:53:26 2024 +0100
  79. 1e3dacb DEV: makefile: fix POSIX compatibility for "range" target by Aurelien DARRAGON · Wed Aug 16 18:16:16 2023 +0200
  80. 2da213c DEV: makefile: add a new "range" target to iteratively build all commits by Willy Tarreau · Wed Aug 09 16:52:28 2023 +0200
  81. c5a7bf9 CI: Update to actions/cache@v4 by Tim Duesterhus · Thu Feb 08 19:55:23 2024 +0100
  82. ebe29f7 DOC: internal: update missing data types in peers-v2.0.txt by Willy Tarreau · Fri Jan 19 16:55:17 2024 +0100
  83. 9b8c8ce DOC: install: recommend pcre2 by Abhijeet Rastogi · Wed Feb 07 18:47:42 2024 -0800
  84. 5c11eb8 DOC: httpclient: add dedicated httpclient section by Lukas Tribus · Tue Jan 30 21:17:44 2024 +0000
  85. 77f3591 DOC: configuration: clarify http-request wait-for-body by Thayne McCombs · Sun Jan 28 22:07:32 2024 -0700
  86. 8330d9f BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · Sat Feb 10 11:35:07 2024 +0100
  87. d398135 BUG/MINOR: ext-check: cannot use without preserve-env by Aurelien DARRAGON · Thu Dec 07 09:58:27 2023 +0100
  88. 39dcd1f MINOR: ext-check: add an option to preserve environment variables by Willy Tarreau · Thu Nov 23 16:48:48 2023 +0100
  89. b9bed31 BUG/MINOR: diag: run the final diags before quitting when using -c by Willy Tarreau · Sat Feb 03 12:05:08 2024 +0100
  90. aa0c15a BUG/MINOR: diag: always show the version before dumping a diag warning by Willy Tarreau · Sat Feb 03 12:01:58 2024 +0100
  91. 3fe7132 MINOR: errors: ha_alert() and ha_warning() uses warn_exec_path() by William Lallemand · Thu Nov 09 11:24:26 2023 +0100
  92. dfeda3a MINOR: quic: Add a counter for reordered packets by Frederic Lecaille · Tue Feb 13 21:24:40 2024 +0100
  93. f1724f4 MINOR: quic: Dynamic packet reordering threshold by Frederic Lecaille · Tue Feb 13 19:38:46 2024 +0100
  94. 5f76484 MINOR: quic: Update K CUBIC calculation (RFC 9438) by Frederic Lecaille · Mon Feb 12 11:37:17 2024 +0100
  95. ccdffc6 BUG/MEDIUM: quic: Wrong K CUBIC calculation. by Frederic Lecaille · Mon Feb 12 11:07:54 2024 +0100
  96. c34e99a MINOR: quic: Stop using 1024th of a second. by Frederic Lecaille · Tue Feb 06 18:30:08 2024 +0100
  97. ea349c7 BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation by Frederic Lecaille · Wed Jan 31 18:21:34 2024 +0100
  98. 569a025 CLEANUP: quic: Code clarifications for QUIC CUBIC (RFC 9438) by Frederic Lecaille · Tue Jan 30 11:40:41 2024 +0100
  99. 3ce4943 BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit. by Frederic Lecaille · Mon Feb 05 14:07:51 2024 +0100
  100. dc674c2 BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON by Amaury Denoyelle · Mon Jan 29 09:18:08 2024 +0100