1. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  2. 20d0f50 MINOR: add ::1 to predefined LOCALHOST acl by Björn Jacke · Fri Oct 15 16:32:15 2021 +0200
  3. 662896e CI: Clean up formatting in GitHub Action definitions by Tim Duesterhus · Sat Oct 16 18:10:27 2021 +0200
  4. 89c9d0a CI: Add `permissions` to GitHub Actions by Tim Duesterhus · Sat Oct 16 18:10:26 2021 +0200
  5. c5aa113 CLEANUP: Apply strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:15 2021 +0200
  6. bce9108 DEV: coccinelle: Add strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:14 2021 +0200
  7. f2b1b4d [RELEASE] Released version 2.5-dev10 by Willy Tarreau · Sat Oct 16 15:24:22 2021 +0200
  8. 6d19f0d CLEANUP: listeners: remove unreachable code in clone_listener() by Willy Tarreau · Sat Oct 16 14:58:30 2021 +0200
  9. 7c4c830 BUG/MINOR: listener: add an error check for unallocatable trash by Willy Tarreau · Sat Oct 16 14:54:19 2021 +0200
  10. a146289 BUG/MINOR: listener: fix incorrect return on out-of-memory by Willy Tarreau · Sat Oct 16 14:45:29 2021 +0200
  11. b39e47a BUG/MINOR: sample: fix backend direction flags consecutive to last fix by Willy Tarreau · Sat Oct 16 14:41:09 2021 +0200
  12. 697cfde BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD by Amaury Denoyelle · Fri Oct 15 15:22:31 2021 +0200
  13. 6db9a97 BUG/MINOR: proxy: Release ACLs and TCP/HTTP rules of default proxies by Christopher Faulet · Fri Oct 15 14:33:34 2021 +0200
  14. 71d1892 DOC: config: Rework and uniformize how TCP/HTTP rules are documented by Christopher Faulet · Thu Oct 14 08:18:50 2021 +0200
  15. 6e0425b DOC: config: Add documentation about TCP/HTTP rules in defaults section by Christopher Faulet · Wed Oct 13 19:27:38 2021 +0200
  16. e41b497 REGTESTS: Add scripts to test support of TCP/HTTP rules in defaults sections by Christopher Faulet · Wed Oct 13 18:06:55 2021 +0200
  17. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · Wed Oct 13 17:22:17 2021 +0200
  18. d4150ad MEDIUM: http-ana: Eval HTTP rules defined in defaults sections by Christopher Faulet · Wed Oct 13 15:35:55 2021 +0200
  19. c8016d0 MEDIUM: tcp-rules: Eval TCP rules defined in defaults sections by Christopher Faulet · Wed Oct 13 15:34:49 2021 +0200
  20. ee08d6c MEDIUM: rules/acl: Parse TCP/HTTP rules and acls defined in defaults sections by Christopher Faulet · Wed Oct 13 15:40:15 2021 +0200
  21. 6ff7de5 MINOR: tcpcheck: Support 2-steps args resolution in defaults sections by Christopher Faulet · Wed Oct 13 15:18:36 2021 +0200
  22. 52b8a43 MINOR: config: No longer remove previous anonymous defaults section by Christopher Faulet · Wed Oct 13 11:12:50 2021 +0200
  23. ff55627 MINOR: config: Finish configuration for referenced default proxies by Christopher Faulet · Wed Oct 13 11:04:10 2021 +0200
  24. 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · Wed Oct 13 10:10:09 2021 +0200
  25. 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · Wed Oct 13 09:50:53 2021 +0200
  26. b405420 MEDIUM: proxy: Warn about ambiguous use of named defaults sections by Christopher Faulet · Tue Oct 12 18:57:43 2021 +0200
  27. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · Tue Oct 12 18:48:05 2021 +0200
  28. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  29. 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · Thu Sep 30 18:11:54 2021 +0200
  30. 2468c21 DOC: config: Move 'tcp-response content' at the right place by Christopher Faulet · Wed Oct 13 22:00:39 2021 +0200
  31. a5aa082 BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data by Christopher Faulet · Wed Oct 13 17:58:53 2021 +0200
  32. 597909f BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back by Christopher Faulet · Fri Oct 15 13:51:34 2021 +0200
  33. e20e026 BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection by Willy Tarreau · Fri Oct 15 12:10:24 2021 +0200
  34. 0eba94e DOC: jwt: fix a typo in the jwt_verify() keyword description by Willy Tarreau · Fri Oct 15 11:48:42 2021 +0200
  35. ce16db4 BUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs by Willy Tarreau · Fri Oct 15 11:52:41 2021 +0200
  36. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · Fri Oct 15 11:41:16 2021 +0200
  37. 7b232f1 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · Fri Oct 15 08:09:25 2021 +0200
  38. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · Thu Oct 14 22:52:04 2021 +0200
  39. b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · Thu Oct 14 22:30:38 2021 +0200
  40. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  41. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · Tue Oct 12 09:36:10 2021 +0200
  42. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  43. 875ee70 MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero by Willy Tarreau · Thu Oct 14 08:05:25 2021 +0200
  44. 85c15e6 BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records by Willy Tarreau · Thu Oct 14 08:00:38 2021 +0200
  45. 947ae12 BUG/MEDIUM: resolver: make sure to always use the correct hostname length by Willy Tarreau · Thu Oct 14 08:11:48 2021 +0200
  46. bf9498a MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero by Willy Tarreau · Thu Oct 14 07:49:49 2021 +0200
  47. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · Thu Oct 14 11:59:15 2021 +0200
  48. 37de553 MINOR: protocol: report the file and line number for binding/listening errors by Willy Tarreau · Thu Oct 14 11:55:48 2021 +0200
  49. f78b52e MINOR: inet: report the faulty interface name in "bind" errors by Willy Tarreau · Thu Oct 14 11:41:19 2021 +0200
  50. 3cf05cb MINOR: proto_tcp: also report the attempted MSS values in error message by Willy Tarreau · Thu Oct 14 11:39:18 2021 +0200
  51. ed17485 MINOR: proto_tcp: use chunk_appendf() to ouput socket setup errors by Bjoern Jacke · Tue Jan 12 19:24:43 2021 +0100
  52. 1dbf578 BUILD: jwt: fix declaration of EVP_KEY in jwt-h.h by William Lallemand · Thu Oct 14 16:51:08 2021 +0200
  53. 36da606 REGTESTS: jwt: Add tests for the jwt_verify converter by Remi Tricot-Le Breton · Fri Oct 01 15:36:59 2021 +0200
  54. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · Fri Oct 01 15:36:58 2021 +0200
  55. 0a72f5e MINOR: jwt: jwt_header_query and jwt_payload_query converters by Remi Tricot-Le Breton · Fri Oct 01 15:36:57 2021 +0200
  56. 864089e MINOR: jwt: Insert public certificates into dedicated JWT tree by Remi Tricot-Le Breton · Fri Oct 01 15:36:56 2021 +0200
  57. e0d3c00 MINOR: jwt: JWT tokenizing helper function by Remi Tricot-Le Breton · Fri Oct 01 15:36:55 2021 +0200
  58. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200
  59. f5dd337 MINOR: http: Add http_auth_bearer sample fetch by Remi Tricot-Le Breton · Fri Oct 01 15:36:53 2021 +0200
  60. 1d58b01 MINOR: ssl: add ssl_fc_is_resumed to "option httpslog" by William Lallemand · Thu Oct 14 14:27:48 2021 +0200
  61. e5dfd40 REGTESTS: ssl: re-enable set_ssl_cert_bundle.vtc by William Lallemand · Thu Oct 14 11:06:16 2021 +0200
  62. 493bb1d MINOR: quic: handle CONNECTION_CLOSE frame by Amaury Denoyelle · Wed Oct 13 16:34:49 2021 +0200
  63. 1e308ff MINOR: mux: remove last occurences of qcc ring buffer by Amaury Denoyelle · Tue Oct 12 18:14:12 2021 +0200
  64. cae0791 MEDIUM: mux-quic: defer stream shut if remaining tx data by Amaury Denoyelle · Fri Oct 08 17:57:41 2021 +0200
  65. ac8ee25 MINOR: mux-quic: implement standard method to detect if qcc is dead by Amaury Denoyelle · Fri Oct 08 17:57:03 2021 +0200
  66. 4fc8b1c CLEANUP: h3: remove dead code by Amaury Denoyelle · Thu Oct 07 16:27:36 2021 +0200
  67. a587136 MINOR: mux-quic: standardize h3 settings sending by Amaury Denoyelle · Thu Oct 07 16:26:12 2021 +0200
  68. a543eb1 MEDIUM: h3: properly manage tx buffers for large data by Amaury Denoyelle · Wed Oct 06 14:53:13 2021 +0200
  69. d3d97c6 MEDIUM: mux-quic: rationalize tx buffers between qcc/qcs by Amaury Denoyelle · Tue Oct 05 11:45:58 2021 +0200
  70. e1b6109 REGTESTS: ssl: Use mostly TLSv1.2 in ssl_errors test by Remi Tricot-Le Breton · Wed Oct 13 11:21:02 2021 +0200
  71. d12e13a REGTESTS: ssl: Reenable ssl_errors test for OpenSSL only by Remi Tricot-Le Breton · Mon Oct 11 15:34:14 2021 +0200
  72. d266cda REGTESTS: ssl: Fix ssl_errors test for OpenSSL v3 by Remi Tricot-Le Breton · Mon Oct 11 15:34:13 2021 +0200
  73. b01179a MINOR: ssl: Add ssllib_name_startswith precondition by Remi Tricot-Le Breton · Mon Oct 11 15:34:12 2021 +0200
  74. 1ac65f8 REGTESTS: ssl: Fix references to removed option in test description by Remi Tricot-Le Breton · Mon Oct 11 15:34:11 2021 +0200
  75. bc2b96c CI: github: switch to OpenSSL 3.0.0 by William Lallemand · Tue Oct 12 17:02:58 2021 +0200
  76. 9e5e586 BUG/MINOR: lua: Fix lua error handling in `hlua_config_prepend_path()` by Tim Duesterhus · Mon Oct 11 18:51:08 2021 +0200
  77. 8c67ece CLEANUP: stream: Properly indent current_rule line in "show sess all" by Christopher Faulet · Tue Oct 12 11:10:31 2021 +0200
  78. d4762b8 MINOR: stream: report the current filter in "show sess all" when known by Christopher Faulet · Tue Oct 12 11:02:48 2021 +0200
  79. 1274e10 MINOR: stream: report the current rule in "show sess all" when known by Willy Tarreau · Mon Oct 11 09:49:03 2021 +0200
  80. c9e4868 MINOR: rules: add a file name and line number to act_rules by Willy Tarreau · Mon Oct 11 09:13:07 2021 +0200
  81. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · Mon Oct 11 08:49:26 2021 +0200
  82. e972c0a MINOR: initcall: Rename __GLOBL and __GLOBL1. by Olivier Houchard · Sat Oct 09 01:53:03 2021 +0200
  83. 4c67bd6 [RELEASE] Released version 2.5-dev9 by Willy Tarreau · Fri Oct 08 18:22:24 2021 +0200
  84. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · Fri Oct 08 17:53:12 2021 +0200
  85. e3f4d74 MEDIUM: config: resolve relative threads on bind lines to absolute ones by Willy Tarreau · Wed Sep 29 19:02:25 2021 +0200
  86. 627def9 MINOR: threads: add a new function to resolve config groups and masks by Willy Tarreau · Wed Sep 29 18:59:47 2021 +0200
  87. d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · Wed Sep 29 18:50:31 2021 +0200
  88. a3870b7 MINOR: debug: report the group and thread ID in the thread dumps by Willy Tarreau · Mon Sep 13 19:24:47 2021 +0200
  89. b90935c MINOR: threads: add the current group ID in thread-local "tgid" variable by Willy Tarreau · Thu Sep 30 08:00:11 2021 +0200
  90. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  91. cc7a11e MINOR: threads: set the tid, ltid and their bit in thread_cfg by Willy Tarreau · Tue Sep 28 08:53:11 2021 +0200
  92. 6eee85f MINOR: threads: set the group ID and its bit in the thread group by Willy Tarreau · Tue Sep 28 08:50:02 2021 +0200
  93. e6806eb MEDIUM: threads: automatically assign threads to groups by Willy Tarreau · Mon Sep 27 10:10:26 2021 +0200
  94. fc69e41 MINOR: threads: make tg point to the current thread's group by Willy Tarreau · Tue Sep 28 08:58:49 2021 +0200
  95. d04bc3a MINOR: global: add a new "thread-group" directive by Willy Tarreau · Mon Sep 27 13:55:10 2021 +0200
  96. c33b969 MINOR: global: add a new "thread-groups" directive by Willy Tarreau · Wed Sep 22 12:07:23 2021 +0200
  97. f966284 MINOR: threads: introduce a minimalistic notion of thread-group by Willy Tarreau · Mon Sep 13 18:11:26 2021 +0200
  98. 6036342 MINOR: thread: make "ti" a const pointer and clean up thread_info a bit by Willy Tarreau · Fri Oct 01 16:29:27 2021 +0200
  99. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  100. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · Thu Sep 30 18:48:37 2021 +0200