1. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · Fri Sep 10 09:17:50 2021 +0200
  2. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  3. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · Thu Sep 02 16:54:33 2021 +0200
  4. b73f653 CLEANUP: http_ana: Remove now unused label from http_process_request() by Christopher Faulet · Mon Jul 19 10:32:16 2021 +0200
  5. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  6. b60fb8d BUG/MEDIUM: http_ana: fix crash for http_proxy mode during uri rewrite by Amaury Denoyelle · Thu Jul 08 17:27:01 2021 +0200
  7. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  8. 5a9bd37 REORG: http_ana: split conditions for monitor-uri in wait for request by Amaury Denoyelle · Tue Jul 06 11:23:10 2021 +0200
  9. 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · Fri Jun 25 15:11:35 2021 +0200
  10. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · Fri Jun 25 14:46:02 2021 +0200
  11. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · Fri Jun 25 14:35:29 2021 +0200
  12. 5e702fc MINOR: http-ana: Use -1 status for client aborts during queuing and connect by Christopher Faulet · Wed Jun 02 14:07:24 2021 +0200
  13. 1a4449b CLEANUP: http-ana: Remove useless if statement about L7 retries by Christopher Faulet · Mon May 31 11:45:24 2021 +0200
  14. 1f08bff MINOR: http-ana: Perform L7 retries because of status codes in response analyser by Christopher Faulet · Wed May 26 13:14:39 2021 +0200
  15. d976923 BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts by Christopher Faulet · Wed May 26 12:15:37 2021 +0200
  16. 552601d BUG/MINOR: http-ana: Send the right error if max retries is reached on L7 retry by Christopher Faulet · Wed May 26 10:31:06 2021 +0200
  17. 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · Fri May 21 13:46:14 2021 +0200
  18. 0351773 MINOR: action: implement experimental actions by Amaury Denoyelle · Fri May 07 14:25:01 2021 +0200
  19. 30aa0da BUG/MINOR: stream: Reset stream final state and si error type on L7 retry by Christopher Faulet · Wed May 05 21:05:09 2021 +0200
  20. 75a4284 BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · Fri May 07 08:19:30 2021 +0200
  21. e763c8c BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · Wed May 05 18:23:59 2021 +0200
  22. f506d96 MEDIUM: http-ana: handle read error on server side if waiting for response by Christopher Faulet · Tue Apr 27 10:56:28 2021 +0200
  23. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  24. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · Sat Apr 10 17:23:00 2021 +0200
  25. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  26. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · Mon Mar 29 10:46:38 2021 +0200
  27. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · Mon Mar 08 19:12:58 2021 +0100
  28. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · Mon Mar 08 18:20:09 2021 +0100
  29. 97b3a61 BUG/MINOR: stream: Properly handle TCP>H1>H2 upgrades in http_wait_for_request by Christopher Faulet · Mon Mar 15 17:10:12 2021 +0100
  30. f499f50 CLEANUP: l7-retries: do not test the buffer before calling b_alloc() by Willy Tarreau · Mon Mar 22 16:17:37 2021 +0100
  31. 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · Mon Mar 08 15:26:48 2021 +0100
  32. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · Thu Mar 04 17:31:47 2021 +0100
  33. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · Fri Feb 26 09:19:15 2021 +0100
  34. cccded9 BUG/MINOR: http-ana: Only consider dst address to process originalto option by Christopher Faulet · Fri Feb 26 12:45:56 2021 +0100
  35. 91e55ea BUG/MINOR: stats: fix compare of no-maint url suffix by Amaury Denoyelle · Thu Feb 25 14:46:08 2021 +0100
  36. bf7175f BUG/MINOR: http-ana: Don't increment HTTP error counter on internal errors by Christopher Faulet · Wed Feb 10 14:58:01 2021 +0100
  37. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · Wed Feb 10 12:07:15 2021 +0100
  38. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 06 22:29:08 2021 +0500
  39. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · Mon Oct 12 15:18:50 2020 +0200
  40. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  41. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · Fri Nov 20 17:43:16 2020 +0100
  42. 6e6c7b1 MEDIUM: http-ana: Refuse invalid 101-switching-protocols responses by Christopher Faulet · Fri Jan 08 16:02:05 2021 +0100
  43. 576c358 MINOR: htx/http-ana: Save info about Upgrade option in the Connection header by Christopher Faulet · Fri Jan 08 15:53:01 2021 +0100
  44. da46a0d MEDIUM: http-ana: Do nothing in wait-for-request analyzer if not htx by Christopher Faulet · Thu Jan 21 17:32:58 2021 +0100
  45. 198ef8b BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode by Christopher Faulet · Tue Dec 15 13:32:55 2020 +0100
  46. c75668e BUG/MINOR: http: Establish a tunnel for all 2xx responses to a CONNECT by Christopher Faulet · Mon Dec 07 18:10:32 2020 +0100
  47. c31bc72 MINOR: h1-htx/http-ana: Set BODYLESS flag on message in TUNNEL state by Christopher Faulet · Fri Nov 20 14:30:38 2020 +0100
  48. 2a40854 MINOR: http-ana: Properly set message flags from the start-line flags by Christopher Faulet · Fri Nov 20 14:22:37 2020 +0100
  49. da831fa CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag by Christopher Faulet · Tue Oct 06 17:58:43 2020 +0200
  50. 8bebd2f MEDIUM: http-ana: Don't process partial or empty request anymore by Christopher Faulet · Tue Oct 06 17:54:56 2020 +0200
  51. 2afd874 CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flag by Christopher Faulet · Tue Oct 06 17:48:05 2020 +0200
  52. 4a8779f MINOR: http-ana: Remove useless update of t_idle duration of the stream by Christopher Faulet · Wed Sep 30 15:12:13 2020 +0200
  53. 7a6c513 MINOR: stream: Always get idle duration from the session by Christopher Faulet · Wed Sep 30 13:49:56 2020 +0200
  54. ebdd4c5 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · Fri Nov 20 13:58:48 2020 +0000
  55. aab1b67 BUG/MEDIUM: http-ana: Don't eval http-after-response ruleset on empty messages by Christopher Faulet · Wed Nov 18 16:44:02 2020 +0100
  56. 63c69a9 BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests by Christopher Faulet · Mon Nov 16 16:03:35 2020 +0100
  57. cc9bf2e MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · Thu Nov 12 11:14:41 2020 +0100
  58. 40ed97b BUG/MINOR: cache: Manage multiple values in cache-control header value by Remi Tricot-Le Breton · Wed Oct 28 11:35:15 2020 +0100
  59. 5e10e44 CLEANUP: http_ana: remove unused assignation of `att_beg` by William Dauchy · Sun Oct 25 14:01:33 2020 +0100
  60. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · Fri Oct 23 17:28:57 2020 +0200
  61. d6c4836 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · Mon Oct 19 18:01:38 2020 +0200
  62. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · Thu Oct 15 07:32:10 2020 +0200
  63. 2897644 MINOR: stats: inc req counter on listeners. by Emeric Brun · Wed Oct 07 08:50:09 2020 +0200
  64. 312294f MINOR: http-rules: Add set-pathq and replace-pathq actions by Christopher Faulet · Wed Sep 02 17:17:44 2020 +0200
  65. 1fa0cc1 Revert "BUG/MINOR: http-rules: Replace path and query-string in "replace-path" action" by Christopher Faulet · Wed Sep 02 11:10:38 2020 +0200
  66. bde2c4c MINOR: http-htx: Handle an optional reason when replacing the response status by Christopher Faulet · Mon Aug 31 16:43:34 2020 +0200
  67. 4b9c0d1 BUG/MINOR: http-rules: Replace path and query-string in "replace-path" action by Christopher Faulet · Mon Aug 31 16:27:42 2020 +0200
  68. b8ce505 MINOR: http-htx: Add an option to eval query-string when the path is replaced by Christopher Faulet · Mon Aug 31 16:11:57 2020 +0200
  69. 7d51845 BUG/MEDIUM: http-ana: Don't wait to send 1xx responses received from servers by Christopher Faulet · Mon Aug 31 11:07:07 2020 +0200
  70. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Jul 23 00:32:55 2020 +0500
  71. 2151cdd BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag on data filtering by Christopher Faulet · Wed Jul 22 16:34:59 2020 +0200
  72. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · Wed Jul 22 16:20:34 2020 +0200
  73. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  74. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · Wed Jul 01 15:26:14 2020 +0200
  75. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  76. cf6898c BUG/MINOR: http-ana: Don't wait to send 1xx responses generated by HAProxy by Christopher Faulet · Thu Jun 25 15:55:11 2020 +0200
  77. 1a9db7c BUG/MINOR: http-ana: Set CF_EOI on response channel for generated responses by Christopher Faulet · Thu Jun 25 15:36:45 2020 +0200
  78. 40e6b55 BUG/MEDIUM: http-ana: Don't loop trying to generate a malformed 500 response by Christopher Faulet · Thu Jun 25 16:04:50 2020 +0200
  79. ee99aaf BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · Tue Jun 23 05:58:20 2020 +0200
  80. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  81. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  82. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  83. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  84. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  85. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  86. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  87. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  88. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  89. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  90. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  91. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  92. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · Thu Jun 04 19:27:34 2020 +0200
  93. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  94. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  95. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  96. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  97. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · Thu Jun 04 11:18:28 2020 +0200
  98. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  99. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  100. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200