1. 2d5a566 BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set by Christopher Faulet · Mon May 15 17:31:26 2023 +0200
  2. b93758c MINOR: checks: make sure spread-checks is used also at boot time by Willy Tarreau · Wed May 17 07:39:57 2023 +0200
  3. bf86d89 BUG/MEDIUM: mux-quic: fix EOI for request without payload by Amaury Denoyelle · Fri May 12 18:16:31 2023 +0200
  4. 1a2faef MINOR: mux-quic: uninline qc_attach_sc() by Amaury Denoyelle · Mon May 15 15:17:28 2023 +0200
  5. 3cb7814 MINOR: mux-quic: properly report end-of-stream on recv by Amaury Denoyelle · Mon May 15 11:31:20 2023 +0200
  6. 1649469 MINOR: mux-quic: add trace to stream rcv_buf operation by Amaury Denoyelle · Mon May 15 11:35:45 2023 +0200
  7. c2d35dc BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMIC by Dragan Dosen · Mon May 15 15:13:32 2023 +0200
  8. d0c3634 BUILD: ssl: get0_verified chain is available on libreSSL by William Lallemand · Mon May 15 14:42:28 2023 +0200
  9. 6133aba BUG/MINOR: h3: missing goto on buf alloc failure by Amaury Denoyelle · Mon May 15 09:35:59 2023 +0200
  10. 1611a76 BUG/MINOR: mux-quic: handle properly Tx buf exhaustion by Amaury Denoyelle · Mon May 15 13:56:46 2023 +0200
  11. 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · Mon May 15 12:05:55 2023 +0200
  12. d38d8c6 BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout by Willy Tarreau · Mon May 15 11:28:48 2023 +0200
  13. df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · Sat May 13 20:04:45 2023 -0700
  14. 7f95469 MEDIUM: proxy: stop emitting logs for internal proxies when stopping by William Lallemand · Sun May 14 23:23:36 2023 +0200
  15. 6eb53b1 MINOR: stconn: Remove useless test on sedesc on detach to release the xref by Christopher Faulet · Mon May 15 09:53:29 2023 +0200
  16. 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · Sun May 14 18:36:00 2023 +0200
  17. 5414d82 CI: enable monthly Fedora Rawhide clang builds by Ilya Shipitsin · Fri May 12 19:26:49 2023 +0200
  18. 4adb4b9 MEDIUM: session/ssl: return the SSL error string during a SSL handshake error by William Lallemand · Fri May 12 17:13:46 2023 +0200
  19. ee65efb BUG/MINOR: mux-quic: free task on qc_init() app ops failure by Amaury Denoyelle · Fri May 12 16:29:48 2023 +0200
  20. 6c501ed BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc by Amaury Denoyelle · Fri May 12 16:19:32 2023 +0200
  21. 50fe006 BUG/MINOR: quic: do not alloc buf count on alloc failure by Amaury Denoyelle · Thu May 11 16:52:48 2023 +0200
  22. d00b309 BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure by Amaury Denoyelle · Thu May 11 17:00:54 2023 +0200
  23. 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · Thu May 11 16:52:17 2023 +0200
  24. 93dd23c MINOR: mux-quic: remove dedicated function to handle standalone FIN by Amaury Denoyelle · Thu May 11 16:49:28 2023 +0200
  25. 25cf19d MINOR: htx: add function to set EOM reliably by Amaury Denoyelle · Thu May 11 16:50:04 2023 +0200
  26. 76d5025 BUG/MINOR: quic: Wrong redispatch for external data on connection socket by Frédéric Lécaille · Thu May 11 20:43:28 2023 +0200
  27. 256d581 BUG/MINOR: log: fix memory error handling in parse_logsrv() by Aurelien DARRAGON · Thu May 11 18:57:23 2023 +0200
  28. d4dba38 BUG/MINOR: errors: handle malloc failure in usermsgs_put() by Aurelien DARRAGON · Thu May 11 18:49:14 2023 +0200
  29. 4cc2714 EXAMPLES: fix race condition in lua mailers script by Aurelien DARRAGON · Thu May 11 17:46:42 2023 +0200
  30. 2a29571 DOC: lua: fix core.{proxies,frontends,backends} visibility by Aurelien DARRAGON · Thu May 11 17:31:46 2023 +0200
  31. ceb13b5 MINOR: ncbuf: missing malloc checks in standalone code by Aurelien DARRAGON · Thu May 11 15:28:20 2023 +0200
  32. 94df1b5 BUILD: debug: fix build issue on 32-bit platforms in "debug dev task" by Willy Tarreau · Fri May 12 04:40:06 2023 +0200
  33. e279f59 MINOR: httpclient: allow to disable the DNS resolvers of the httpclient by William Lallemand · Thu May 11 21:08:38 2023 +0200
  34. fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · Thu May 11 17:06:22 2023 +0200
  35. ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · Thu May 11 16:14:02 2023 +0200
  36. 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · Thu May 04 14:22:36 2023 +0200
  37. 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · Thu May 11 16:32:56 2023 +0200
  38. 31b23ae CLEANUP: acl: discard prune_acl_cond() function by Aurelien DARRAGON · Thu May 11 14:13:07 2023 +0200
  39. c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · Thu May 11 12:29:51 2023 +0200
  40. cd9aff1 CLEANUP: http_act: use http_free_redirect_rule() to clean redirect act by Aurelien DARRAGON · Thu May 11 12:42:24 2023 +0200
  41. 5313570 BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() by Aurelien DARRAGON · Thu May 11 10:34:49 2023 +0200
  42. 7abc922 MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · Thu May 11 10:30:27 2023 +0200
  43. 8dfc249 BUG/MINOR: proxy: missing free in free_proxy for redirect rules by Aurelien DARRAGON · Thu May 11 12:36:32 2023 +0200
  44. 7542fb4 MINOR: stconn: Add a cross-reference between SE descriptor by Christopher Faulet · Thu May 11 14:40:27 2023 +0200
  45. efebff3 BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data by Christopher Faulet · Thu May 11 11:33:05 2023 +0200
  46. a272c39 BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR by Christopher Faulet · Thu May 11 11:16:59 2023 +0200
  47. 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · Thu May 11 14:49:43 2023 +0200
  48. 5f67b17 MEDIUM: mux-quic: adjust transport layer error handling by Amaury Denoyelle · Thu May 04 18:52:42 2023 +0200
  49. b2e31d3 MEDIUM: quic: streamline error notification by Amaury Denoyelle · Wed May 10 11:57:40 2023 +0200
  50. 2ad41b8 MINOR: mux-quic: simplify return path of qc_send() by Amaury Denoyelle · Wed May 10 11:59:10 2023 +0200
  51. b35e32e MINOR: mux-quic: factorize send subscribing by Amaury Denoyelle · Wed May 03 09:50:25 2023 +0200
  52. 04b2208 MINOR: mux-quic: do not send STREAM frames if already subscribe by Amaury Denoyelle · Wed May 03 09:50:39 2023 +0200
  53. 2d5c3f5 MINOR: mux-quic: add traces for stream wake by Amaury Denoyelle · Thu May 11 13:41:41 2023 +0200
  54. 69670e8 BUG/MINOR: mux-quic: no need to subscribe for detach streams by Amaury Denoyelle · Wed May 03 09:50:04 2023 +0200
  55. 131f2d9 BUG/MINOR: mux-quic: do not free frame already released by quic-conn by Amaury Denoyelle · Tue May 09 14:10:55 2023 +0200
  56. 3fd4093 BUG/MINOR: mux-quic: do not prevent shutw on error by Amaury Denoyelle · Wed May 10 10:41:47 2023 +0200
  57. 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · Thu May 11 13:51:31 2023 +0200
  58. 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · Thu May 11 12:02:21 2023 +0200
  59. 29dcc5e DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after delete by Willy Tarreau · Thu May 11 11:33:35 2023 +0200
  60. 0dd4fa5 BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function by Frédéric Lécaille · Tue May 02 08:57:37 2023 +0200
  61. d7d507a CLEANUP: hlua_fcn/queue: make queue:push() easier to read by Aurelien DARRAGON · Wed May 10 19:59:35 2023 +0200
  62. c0af7cd BUG/MINOR: hlua_fcn/queue: fix reference leak by Aurelien DARRAGON · Wed May 10 19:47:08 2023 +0200
  63. bd8a94a BUG/MINOR: hlua_fcn/queue: fix broken pop_wait() by Aurelien DARRAGON · Wed May 10 19:30:26 2023 +0200
  64. 0fda8d2 BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup by Christopher Faulet · Thu May 11 09:11:57 2023 +0200
  65. 7f4ffad MINOR: spoe: Don't stop disabled proxies by Christopher Faulet · Thu May 11 09:08:28 2023 +0200
  66. 16e3141 BUILD: mjson: Fix warning about unused variables by Christopher Faulet · Wed May 10 18:41:54 2023 +0200
  67. f0e8e79 [RELEASE] Released version 2.8-dev11 by Willy Tarreau · Thu May 11 05:33:21 2023 +0200
  68. 83f54b9 CLEANUP: src/listener.c: remove redundant NULL check by Ilya Shipitsin · Wed Apr 26 21:05:12 2023 +0200
  69. 2fab37e DEV: flags/show-sess-to-flags: add support for color output by Willy Tarreau · Wed May 10 17:48:00 2023 +0200
  70. fd1047a DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fields by Willy Tarreau · Wed May 10 17:46:10 2023 +0200
  71. 058f246 DEV: flags: add missing stream flags to show-sess-to-flags by Willy Tarreau · Wed May 10 17:18:15 2023 +0200
  72. bd90a16 MEDIUM: stream: Resync analyzers at the end of process_stream() on change by Christopher Faulet · Wed May 10 16:40:27 2023 +0200
  73. b1368ad BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught by Christopher Faulet · Wed May 10 16:28:38 2023 +0200
  74. 862588a BUG/MINOR: config: make compression work again in defaults section by Willy Tarreau · Wed May 10 16:39:00 2023 +0200
  75. b971696 BUG/MINOR: quic: Possible crash when dumping version information by Frédéric Lécaille · Wed May 10 13:06:31 2023 +0200
  76. c147171 DEV: flags: add a script to decode most flags in the "show sess all" output by Willy Tarreau · Tue May 09 20:17:18 2023 +0200
  77. da24bcf BUG/MEDIUM: mux-quic: wakeup tasklet to close on error by Amaury Denoyelle · Tue May 09 18:20:45 2023 +0200
  78. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · Tue May 09 18:01:09 2023 +0200
  79. 89fb210 DOC: configuration: add info about ssl-engine for 2.6 by Aleksandar Lazic · Wed Jul 27 15:24:54 2022 +0200
  80. a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · Tue May 09 16:31:01 2023 +0200
  81. 557146c DOC: stconn: Update comments about ABRT/SHUT for stconn structure by Christopher Faulet · Tue May 09 13:57:25 2023 +0200
  82. 930afdf BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · Tue May 09 14:15:57 2023 +0200
  83. c75c41c EXAMPLES: fix IPV6 support for lua mailers script by Aurelien DARRAGON · Tue May 09 09:25:25 2023 +0200
  84. e59f758 MEDIUM: stconn: Be sure to always be able to unblock a SC that needs room by Christopher Faulet · Tue May 09 11:44:56 2023 +0200
  85. d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · Tue May 09 11:31:24 2023 +0200
  86. 7a01ff7 BUG/MINOR: quic: Wrong key update cipher context initialization for encryption by Frédéric Lécaille · Tue May 02 20:03:19 2023 +0200
  87. a946125 CLEANUP: quic: Typo fix for quic_connection_id pool by Frédéric Lécaille · Mon Apr 24 18:20:44 2023 +0200
  88. 1bc6e31 CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h) by Frédéric Lécaille · Mon Apr 24 17:45:01 2023 +0200
  89. d19a02a CLEANUP: quic: No more used q_buf structure by Frédéric Lécaille · Mon Apr 24 16:25:29 2023 +0200
  90. ed79a27 CI: more granular failure on generating build matrix by Ilya Shipitsin · Wed Apr 26 20:39:39 2023 +0200
  91. 652d171 BUILD: quic: fix build warning when threads are disabled by Willy Tarreau · Sun May 07 15:06:22 2023 +0200
  92. 95e6c99 BUILD: debug: do not check the isolated_thread variable in non-threaded builds by Willy Tarreau · Sun May 07 15:02:30 2023 +0200
  93. d8cbfa5 [RELEASE] Released version 2.8-dev10 by Willy Tarreau · Sun May 07 07:31:54 2023 +0200
  94. 2fefab6 DOC: fix a few reported typos in the config and install doc by Willy Tarreau · Sun May 07 07:10:55 2023 +0200
  95. dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · Sun May 07 07:07:44 2023 +0200
  96. 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · Fri May 05 16:10:05 2023 +0200
  97. 2273af1 MINOR: quic: implement oneline format for "show quic" by Amaury Denoyelle · Fri May 05 16:08:34 2023 +0200
  98. bc1f5fe MINOR: quic: add format argument for "show quic" by Amaury Denoyelle · Fri May 05 16:07:58 2023 +0200
  99. 4537ac1 EXAMPLES: mailqueue for lua mailers script by Aurelien DARRAGON · Wed May 03 19:12:53 2023 +0200
  100. 86fb22c MINOR: hlua_fcn: add Queue class by Aurelien DARRAGON · Wed May 03 17:03:09 2023 +0200