1. e0c258c MINOR: mux-h2: add trace on extended connect usage by Amaury Denoyelle · Mon Oct 18 10:05:16 2021 +0200
  2. ab896ee MINOR: jwt: Make invalid static JWT algorithms an error in `jwt_verify` converter by Tim Duesterhus · Fri Oct 29 18:06:55 2021 +0200
  3. 0d026ed SCRIPTS: git-show-backports: re-enable file-based filtering by Willy Tarreau · Wed Nov 03 08:41:01 2021 +0100
  4. 35dc13f [RELEASE] Released version 2.5-dev12 by Willy Tarreau · Tue Nov 02 18:05:41 2021 +0100
  5. c863703 MINOR: vars: add "set-var" for "tcp-request connection" rules. by Jaroslaw Rzeszótko · Tue Nov 02 16:56:05 2021 +0100
  6. 44c5ff6 MEDIUM: vars: make the var() sample fetch function really return type ANY by Willy Tarreau · Tue Nov 02 17:08:15 2021 +0100
  7. 7f31fec DOC/peers: some grammar fixes for peers 2.1 spec by John Roesler · Fri Oct 29 14:59:33 2021 -0500
  8. e8f3596 MINOR: stream: Improve dump of bogus streams by Christopher Faulet · Tue Nov 02 17:18:15 2021 +0100
  9. 9ed1a06 BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions by Christopher Faulet · Tue Nov 02 16:25:05 2021 +0100
  10. 69fad00 BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data by Christopher Faulet · Fri Oct 29 14:55:59 2021 +0200
  11. 0f41c38 BUG/MINOR: httpclient: use a placeholder value for Host header by William Lallemand · Tue Nov 02 15:22:10 2021 +0100
  12. 5592c7b BUILD/MINOR: cpuset freebsd build fix by David Carlier · Sat Oct 30 12:22:21 2021 +0100
  13. d1187eb BUG/MINOR: httpclient/lua: misplaced luaL_buffinit() by William Lallemand · Tue Nov 02 10:40:06 2021 +0100
  14. 7da35bf BUG/MINOR: http: http_auth_bearer fetch does not work on custom header name by Remi Tricot-Le Breton · Fri Oct 29 15:25:19 2021 +0200
  15. 68c4eae BUG/MINOR: http: Authorization value can have multiple spaces after the scheme by Remi Tricot-Le Breton · Fri Oct 29 15:25:18 2021 +0200
  16. b0c87f1 BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration by Christopher Faulet · Fri Oct 29 14:37:07 2021 +0200
  17. bce6db6 BUG/MEDIUM: resolvers: Don't recursively perform requester unlink by Christopher Faulet · Fri Oct 29 10:38:15 2021 +0200
  18. e76b4f0 BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released by Christopher Faulet · Wed Oct 27 15:42:13 2021 +0200
  19. a85c522 BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed by Christopher Faulet · Wed Oct 27 15:36:38 2021 +0200
  20. e09efaa DOC: Typo fixed "it" should be "is" by Anubhav · Thu Oct 14 22:28:25 2021 +0530
  21. 66255f7 MINOR: halog: Add support for extracting captures using -hdr by Tim Duesterhus · Thu Oct 28 17:24:02 2021 +0200
  22. a02c7b8 BUG/MINOR: halog: Add missing newlines in die() messages by Tim Duesterhus · Thu Oct 28 17:06:23 2021 +0200
  23. e099258 CLEANUP: halog: Use consistent indentation in help() by Tim Duesterhus · Thu Oct 28 15:55:49 2021 +0200
  24. 385338b MINOR: halog: Rename -qry to -query by Tim Duesterhus · Thu Oct 28 16:36:03 2021 +0200
  25. a0635f8 DOC: halog: Move the `-qry` parameter into the correct section in help text by Tim Duesterhus · Thu Oct 28 15:53:37 2021 +0200
  26. 207f0cb REGTESTS: lua: test httpclient with body streaming by William Lallemand · Thu Oct 28 15:57:33 2021 +0200
  27. bd5739e MINOR: httpclient/lua: handle the streaming into the lua applet by William Lallemand · Thu Oct 28 15:41:38 2021 +0200
  28. 0da616e MINOR: httpclient: request streaming with a callback by William Lallemand · Thu Oct 28 15:34:26 2021 +0200
  29. 04065b8 MINOR: atomic: remove the memcpy() call and dependency on string.h by Willy Tarreau · Thu Oct 28 09:41:29 2021 +0200
  30. c050dc6 BUILD: atomic: fix build on mac/arm64 by David CARLIER · Sat Oct 23 14:43:42 2021 +0100
  31. 4957a32 BUILD: atomic: prefer __atomic_compare_exchange_n() for __ha_cas_dw() by Willy Tarreau · Thu Oct 28 08:53:33 2021 +0200
  32. 8aee303 CLEANUP: hlua: Remove obsolete branch in `hlua_alloc()` by Tim Duesterhus · Sat Oct 23 19:56:40 2021 +0200
  33. e6c0450 DEV: coccinelle: Add realloc_leak.cocci by Tim Duesterhus · Sat Oct 23 19:53:35 2021 +0200
  34. e0c1d74 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_rsa_ecdsa() by Tim Duesterhus · Mon Oct 18 18:40:29 2021 +0200
  35. c87d3c2 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_hmac() by Tim Duesterhus · Mon Oct 18 18:40:28 2021 +0200
  36. 24b8d69 MINOR: halog: Add -qry parameter allowing to preserve the query string in -uX by Tim Duesterhus · Mon Oct 18 12:12:02 2021 +0200
  37. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · Wed Oct 27 17:41:07 2021 +0200
  38. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  39. 337edfd MINOR: protocols: add a new protocol type selector by Willy Tarreau · Wed Oct 27 17:05:36 2021 +0200
  40. bdcee7f DEBUG: protocol: yell loudly during registration of invalid sock_domain by Willy Tarreau · Wed Oct 27 15:06:35 2021 +0200
  41. 52b28d2 BUILD: log: Fix compilation without SSL support by Christopher Faulet · Wed Oct 27 11:58:05 2021 +0200
  42. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  43. e1f3b54 REGTESTS: Add script to test client src/dst manipulation at different levels by Christopher Faulet · Tue Oct 26 18:12:23 2021 +0200
  44. 888cd70 MINOR: tcp-sample: Add samples to get original info about client connection by Christopher Faulet · Mon Oct 25 16:58:50 2021 +0200
  45. 7bd2192 DOC: config: Fix alphabetical order of fc_* samples by Christopher Faulet · Mon Oct 25 16:18:15 2021 +0200
  46. 1e83b70 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · Wed Jun 23 12:07:21 2021 +0200
  47. d69377e MEDIUM: tcp-act: Set addresses at the apprioriate level in set-(src/dst) actions by Christopher Faulet · Mon Oct 25 08:26:34 2021 +0200
  48. e83e882 MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed by Christopher Faulet · Mon Oct 25 08:23:22 2021 +0200
  49. c105c92 MEDIUM: connection: Assign session addresses when PROXY line is received by Christopher Faulet · Mon Oct 25 08:17:11 2021 +0200
  50. a8e95fe MEDIUM: backend: Rely on addresses at stream level to init server connection by Christopher Faulet · Mon Oct 25 08:13:25 2021 +0200
  51. b097aef MEDIUM: connection: Rely on addresses at stream level to make proxy line by Christopher Faulet · Mon Oct 25 08:05:28 2021 +0200
  52. c03be1a MEDIUM: tcp-sample: Rely on addresses at the appropriate level in tcp samples by Christopher Faulet · Mon Oct 25 08:01:20 2021 +0200
  53. 568008d MINOR: mux-fcgi: Rely on client addresses at stream level to set default params by Christopher Faulet · Mon Oct 25 07:56:51 2021 +0200
  54. 6fc817a MINOR: http-fetch: Rely on addresses at stream level in HTTP sample fetches by Christopher Faulet · Mon Oct 25 07:48:27 2021 +0200
  55. 8a104ba MINOR: http-ana: Rely on addresses at stream level to set xff and xot headers by Christopher Faulet · Mon Oct 25 07:41:30 2021 +0200
  56. c269f66 MINOR: session: Rely on client source address at session level to log error by Christopher Faulet · Fri Oct 22 17:47:14 2021 +0200
  57. f9c4d8d MINOR: log: Rely on client addresses at the appropriate level to log messages by Christopher Faulet · Fri Oct 22 17:43:22 2021 +0200
  58. c9c8e1c MINOR: frontend: Rely on client src and dst addresses at stream level by Christopher Faulet · Fri Oct 22 17:39:06 2021 +0200
  59. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · Fri Oct 22 17:25:58 2021 +0200
  60. f46e1ea MINOR: session: Add src and dst addresses to the session by Christopher Faulet · Fri Oct 22 15:41:57 2021 +0200
  61. cc6fc26 MINOR: connection: Add function to get src/dst without updating the connection by Christopher Faulet · Fri Oct 22 16:33:28 2021 +0200
  62. e6465b3 CLEANUP: lua: Use a const address to retrieve info about a connection by Christopher Faulet · Fri Oct 22 15:36:08 2021 +0200
  63. 99163b7 CLEANUP: tools: Use const address for get_net_port() and get_host_port() by Christopher Faulet · Fri Oct 22 15:32:48 2021 +0200
  64. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · Fri Oct 22 14:33:59 2021 +0200
  65. 0af4bd7 BUG/MEDIUM: lua: fix invalid return types in hlua_http_msg_get_body by vishnu · Sun Oct 24 06:46:24 2021 +0530
  66. 24a58fb CLEANUP: lua: Remove any ambiguities about lua txn execution context flags by Christopher Faulet · Mon Oct 25 11:41:53 2021 +0200
  67. 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
  68. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · Tue Oct 26 11:43:26 2021 +0200
  69. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  70. b4d0cd0 [RELEASE] Released version 2.5-dev11 by Willy Tarreau · Fri Oct 22 19:40:44 2021 +0200
  71. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · Wed Oct 20 15:11:37 2021 +0200
  72. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · Wed Oct 20 15:04:03 2021 +0200
  73. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · Wed Oct 20 15:22:20 2021 +0200
  74. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · Wed Oct 20 15:22:01 2021 +0200
  75. 28c5b3c BUILD: fix compilation on NetBSD by Amaury Denoyelle · Thu Oct 21 10:57:02 2021 +0200
  76. 1de51eb MINOR: memprof: add one pointer size to the size of allocations by Willy Tarreau · Fri Oct 22 16:33:53 2021 +0200
  77. 8cce4d7 MINOR: memprof: report the delta between alloc and free on realloc() by Willy Tarreau · Fri Oct 22 16:26:12 2021 +0200
  78. a5efdff BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems by Willy Tarreau · Fri Oct 22 16:00:02 2021 +0200
  79. 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
  80. 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
  81. 0b22247 MINOR: mux-h2: perform a full cycle shutdown+drain on close by Willy Tarreau · Thu Oct 21 22:24:31 2021 +0200
  82. 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
  83. 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
  84. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · Thu Oct 21 16:17:29 2021 +0200
  85. dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · Thu Oct 21 14:33:38 2021 +0200
  86. c79f014 MINOR: list: add new macro LIST_INLIST_ATOMIC() by Willy Tarreau · Thu Oct 21 14:06:01 2021 +0200
  87. 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
  88. dd362b7 BUG/MAJOR: buf: fix varint API post- vs pre- increment by Willy Tarreau · Thu Oct 21 15:05:34 2021 +0200
  89. dcb696c MEDIUM: resolvers: hash the records before inserting them into the tree by Willy Tarreau · Thu Oct 21 08:18:01 2021 +0200
  90. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · Thu Oct 21 07:39:57 2021 +0200
  91. a89c191 BUG/MEDIUM: checks: fix the starting thread for external checks by Willy Tarreau · Wed Oct 20 18:43:30 2021 +0200
  92. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  93. f766ec6 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · Mon Oct 18 16:46:38 2021 +0200
  94. aae7320 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · Tue Oct 19 22:01:36 2021 +0200
  95. 239675e CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · Tue Oct 19 11:59:25 2021 +0200
  96. 48664c0 CLEANUP: always initialize the answer_list by Willy Tarreau · Tue Oct 19 11:29:21 2021 +0200
  97. 25e0109 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · Tue Oct 19 11:17:33 2021 +0200
  98. 10c1a8c BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · Wed Oct 20 17:29:28 2021 +0200
  99. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · Tue Oct 19 11:16:11 2021 +0200
  100. 2a67aa0 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · Mon Oct 18 16:49:14 2021 +0200