1. 24a58fb CLEANUP: lua: Remove any ambiguities about lua txn execution context flags by Christopher Faulet · Mon Oct 25 11:41:53 2021 +0200
  2. 6137a9e MINOR: httpclient/lua: return an error when it can't generate the request by William Lallemand · Tue Oct 26 15:01:53 2021 +0200
  3. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · Tue Oct 26 11:43:26 2021 +0200
  4. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  5. b4d0cd0 [RELEASE] Released version 2.5-dev11 by Willy Tarreau · Fri Oct 22 19:40:44 2021 +0200
  6. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · Wed Oct 20 15:11:37 2021 +0200
  7. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · Wed Oct 20 15:04:03 2021 +0200
  8. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · Wed Oct 20 15:22:20 2021 +0200
  9. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · Wed Oct 20 15:22:01 2021 +0200
  10. 28c5b3c BUILD: fix compilation on NetBSD by Amaury Denoyelle · Thu Oct 21 10:57:02 2021 +0200
  11. 1de51eb MINOR: memprof: add one pointer size to the size of allocations by Willy Tarreau · Fri Oct 22 16:33:53 2021 +0200
  12. 8cce4d7 MINOR: memprof: report the delta between alloc and free on realloc() by Willy Tarreau · Fri Oct 22 16:26:12 2021 +0200
  13. a5efdff BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems by Willy Tarreau · Fri Oct 22 16:00:02 2021 +0200
  14. 46be7e9 MINOR: quic: Increase the size of handshake RX UDP datagrams by Frédéric Lécaille · Fri Oct 22 15:04:27 2021 +0200
  15. dbb0bb5 CLEANUP: resolvers: get rid of single-iteration loop in resolv_get_ip_from_response() by Willy Tarreau · Fri Oct 22 08:34:14 2021 +0200
  16. 0b22247 MINOR: mux-h2: perform a full cycle shutdown+drain on close by Willy Tarreau · Thu Oct 21 22:24:31 2021 +0200
  17. 20b622e MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close by Willy Tarreau · Thu Oct 21 21:31:42 2021 +0200
  18. e6dc7a0 BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame by Willy Tarreau · Thu Oct 21 17:30:06 2021 +0200
  19. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · Thu Oct 21 16:17:29 2021 +0200
  20. dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · Thu Oct 21 14:33:38 2021 +0200
  21. c79f014 MINOR: list: add new macro LIST_INLIST_ATOMIC() by Willy Tarreau · Thu Oct 21 14:06:01 2021 +0200
  22. 9628c42 OPTIM: resolvers: move the eb32 node before the data in the answer_item by Willy Tarreau · Thu Oct 21 14:45:28 2021 +0200
  23. dd362b7 BUG/MAJOR: buf: fix varint API post- vs pre- increment by Willy Tarreau · Thu Oct 21 15:05:34 2021 +0200
  24. dcb696c MEDIUM: resolvers: hash the records before inserting them into the tree by Willy Tarreau · Thu Oct 21 08:18:01 2021 +0200
  25. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · Thu Oct 21 07:39:57 2021 +0200
  26. a89c191 BUG/MEDIUM: checks: fix the starting thread for external checks by Willy Tarreau · Wed Oct 20 18:43:30 2021 +0200
  27. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  28. f766ec6 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · Mon Oct 18 16:46:38 2021 +0200
  29. aae7320 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · Tue Oct 19 22:01:36 2021 +0200
  30. 239675e CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · Tue Oct 19 11:59:25 2021 +0200
  31. 48664c0 CLEANUP: always initialize the answer_list by Willy Tarreau · Tue Oct 19 11:29:21 2021 +0200
  32. 25e0109 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · Tue Oct 19 11:17:33 2021 +0200
  33. 10c1a8c BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · Wed Oct 20 17:29:28 2021 +0200
  34. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · Tue Oct 19 11:16:11 2021 +0200
  35. 2a67aa0 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · Mon Oct 18 16:49:14 2021 +0200
  36. 62e467c DEBUG: dns: add a few more BUG_ON at sensitive places by Willy Tarreau · Wed Oct 20 11:02:13 2021 +0200
  37. b56a878 CLEANUP: dns: always detach the appctx from the dns session on release by Willy Tarreau · Wed Oct 20 14:38:43 2021 +0200
  38. 7045590 BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier by Emeric Brun · Wed Oct 20 10:49:53 2021 +0200
  39. d20dc21 BUG/MAJOR: dns: tcp session can remain attached to a list after a free by Emeric Brun · Tue Oct 19 15:40:10 2021 +0200
  40. d16e7dd BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors by Christopher Faulet · Wed Oct 20 13:53:38 2021 +0200
  41. b175c23 DOC: management: doc about the CLI httpclient by William Lallemand · Tue Oct 19 14:53:55 2021 +0200
  42. 34b3a93 MINOR: httpclient/cli: access should be only done from expert mode by William Lallemand · Tue Oct 19 10:58:30 2021 +0200
  43. 813f913 BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error by Christopher Faulet · Mon Oct 18 15:06:20 2021 +0200
  44. 8abed17 MINOR: jwt: Do not rely on enum order anymore by Remi Tricot-Le Breton · Mon Oct 18 15:14:48 2021 +0200
  45. 1c891bc MINOR: jwt: jwt_verify returns negative values in case of error by Remi Tricot-Le Breton · Mon Oct 18 15:14:49 2021 +0200
  46. 0b24d2f MINOR: jwt: Empty the certificate tree during deinit by Remi Tricot-Le Breton · Mon Oct 18 15:14:47 2021 +0200
  47. 75cc653 MEDIUM: resolvers: replace bogus resolv_hostname_cmp() with memcmp() by Willy Tarreau · Fri Oct 15 08:53:44 2021 +0200
  48. 814889c MEDIUM: resolvers: lower-case labels when converting from/to DNS names by Willy Tarreau · Fri Oct 15 07:45:38 2021 +0200
  49. f480768 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · Sat Oct 16 18:24:18 2021 +0200
  50. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  51. 20d0f50 MINOR: add ::1 to predefined LOCALHOST acl by Björn Jacke · Fri Oct 15 16:32:15 2021 +0200
  52. 662896e CI: Clean up formatting in GitHub Action definitions by Tim Duesterhus · Sat Oct 16 18:10:27 2021 +0200
  53. 89c9d0a CI: Add `permissions` to GitHub Actions by Tim Duesterhus · Sat Oct 16 18:10:26 2021 +0200
  54. c5aa113 CLEANUP: Apply strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:15 2021 +0200
  55. bce9108 DEV: coccinelle: Add strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:14 2021 +0200
  56. f2b1b4d [RELEASE] Released version 2.5-dev10 by Willy Tarreau · Sat Oct 16 15:24:22 2021 +0200
  57. 6d19f0d CLEANUP: listeners: remove unreachable code in clone_listener() by Willy Tarreau · Sat Oct 16 14:58:30 2021 +0200
  58. 7c4c830 BUG/MINOR: listener: add an error check for unallocatable trash by Willy Tarreau · Sat Oct 16 14:54:19 2021 +0200
  59. a146289 BUG/MINOR: listener: fix incorrect return on out-of-memory by Willy Tarreau · Sat Oct 16 14:45:29 2021 +0200
  60. b39e47a BUG/MINOR: sample: fix backend direction flags consecutive to last fix by Willy Tarreau · Sat Oct 16 14:41:09 2021 +0200
  61. 697cfde BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD by Amaury Denoyelle · Fri Oct 15 15:22:31 2021 +0200
  62. 6db9a97 BUG/MINOR: proxy: Release ACLs and TCP/HTTP rules of default proxies by Christopher Faulet · Fri Oct 15 14:33:34 2021 +0200
  63. 71d1892 DOC: config: Rework and uniformize how TCP/HTTP rules are documented by Christopher Faulet · Thu Oct 14 08:18:50 2021 +0200
  64. 6e0425b DOC: config: Add documentation about TCP/HTTP rules in defaults section by Christopher Faulet · Wed Oct 13 19:27:38 2021 +0200
  65. 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
  66. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · Wed Oct 13 17:22:17 2021 +0200
  67. d4150ad MEDIUM: http-ana: Eval HTTP rules defined in defaults sections by Christopher Faulet · Wed Oct 13 15:35:55 2021 +0200
  68. c8016d0 MEDIUM: tcp-rules: Eval TCP rules defined in defaults sections by Christopher Faulet · Wed Oct 13 15:34:49 2021 +0200
  69. 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
  70. 6ff7de5 MINOR: tcpcheck: Support 2-steps args resolution in defaults sections by Christopher Faulet · Wed Oct 13 15:18:36 2021 +0200
  71. 52b8a43 MINOR: config: No longer remove previous anonymous defaults section by Christopher Faulet · Wed Oct 13 11:12:50 2021 +0200
  72. ff55627 MINOR: config: Finish configuration for referenced default proxies by Christopher Faulet · Wed Oct 13 11:04:10 2021 +0200
  73. 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
  74. 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
  75. b405420 MEDIUM: proxy: Warn about ambiguous use of named defaults sections by Christopher Faulet · Tue Oct 12 18:57:43 2021 +0200
  76. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · Tue Oct 12 18:48:05 2021 +0200
  77. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  78. 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · Thu Sep 30 18:11:54 2021 +0200
  79. 2468c21 DOC: config: Move 'tcp-response content' at the right place by Christopher Faulet · Wed Oct 13 22:00:39 2021 +0200
  80. 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
  81. 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
  82. e20e026 BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection by Willy Tarreau · Fri Oct 15 12:10:24 2021 +0200
  83. 0eba94e DOC: jwt: fix a typo in the jwt_verify() keyword description by Willy Tarreau · Fri Oct 15 11:48:42 2021 +0200
  84. ce16db4 BUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs by Willy Tarreau · Fri Oct 15 11:52:41 2021 +0200
  85. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · Fri Oct 15 11:41:16 2021 +0200
  86. 7b232f1 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · Fri Oct 15 08:09:25 2021 +0200
  87. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · Thu Oct 14 22:52:04 2021 +0200
  88. b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · Thu Oct 14 22:30:38 2021 +0200
  89. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  90. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · Tue Oct 12 09:36:10 2021 +0200
  91. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  92. 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
  93. 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
  94. 947ae12 BUG/MEDIUM: resolver: make sure to always use the correct hostname length by Willy Tarreau · Thu Oct 14 08:11:48 2021 +0200
  95. 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
  96. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · Thu Oct 14 11:59:15 2021 +0200
  97. 37de553 MINOR: protocol: report the file and line number for binding/listening errors by Willy Tarreau · Thu Oct 14 11:55:48 2021 +0200
  98. f78b52e MINOR: inet: report the faulty interface name in "bind" errors by Willy Tarreau · Thu Oct 14 11:41:19 2021 +0200
  99. 3cf05cb MINOR: proto_tcp: also report the attempted MSS values in error message by Willy Tarreau · Thu Oct 14 11:39:18 2021 +0200
  100. ed17485 MINOR: proto_tcp: use chunk_appendf() to ouput socket setup errors by Bjoern Jacke · Tue Jan 12 19:24:43 2021 +0100