HAProxy 2.4.4
  1. 2b0ba5f REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · 2 years, 10 months ago
  2. a511635 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · 2 years, 10 months ago
  3. 39faba7 REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · 2 years, 10 months ago
  4. c6ecf56 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 10 months ago
  5. 3b0f3e0 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · 2 years, 11 months ago
  6. 8ba0c5d REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · 2 years, 11 months ago
  7. f333e3e BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · 3 years ago
  8. edf94cb BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · 3 years ago
  9. c16c6de REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years ago
  10. beec7ea BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years ago
  11. 77df12c BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years ago
  12. 94fd133 REGTESTS: stick-table: add src_conn_rate test by Amaury Denoyelle · 3 years, 1 month ago
  13. dec1c36 MINOR: uri_normalizer: Add `fragment-encode` normalizer by Tim Duesterhus · 3 years, 1 month ago
  14. c9e05ab MINOR: uri_normalizer: Add `fragment-strip` normalizer by Tim Duesterhus · 3 years, 1 month ago
  15. e1465c1 REGTESTS: disable inter-thread idle connection sharing on sensitive tests by Willy Tarreau · 3 years, 1 month ago
  16. a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · 3 years, 1 month ago
  17. 16b3751 REGTESTS: Add script to test abortonclose option by Christopher Faulet · 3 years, 2 months ago
  18. deee369 REGTESTS: add minimal CLI "add map" tests by Willy Tarreau · 3 years, 1 month ago
  19. 996190a REGTESTS: server: fix cli_add_server due to previous trace update by Amaury Denoyelle · 3 years, 1 month ago
  20. 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · 3 years, 1 month ago
  21. ff3bb8b MINOR: uri_normalizer: Add a `strip-dot` normalizer by Maximilian Mader · 3 years, 1 month ago
  22. e558043 MINOR: server: implement delete server cli command by Amaury Denoyelle · 3 years, 2 months ago
  23. 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · 3 years, 2 months ago
  24. a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · 3 years, 2 months ago
  25. d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · 3 years, 2 months ago
  26. 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · 3 years, 2 months ago
  27. 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 2 months ago
  28. d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 2 months ago
  29. 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · 3 years, 2 months ago
  30. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 2 months ago
  31. a1e832b REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken by William Lallemand · 3 years, 2 months ago
  32. 3520183 REGTESTS: ssl: "set ssl cert" and multi-certificates bundle by William Lallemand · 3 years, 2 months ago
  33. d57d9fe REGTESTS: Add script to tests the wait-for-body HTTP action by Christopher Faulet · 3 years, 2 months ago
  34. e1b9e1b REGTESTS: Add script to tests TCP to HTTP upgrades by Christopher Faulet · 3 years, 2 months ago
  35. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · 3 years, 2 months ago
  36. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · 3 years, 2 months ago
  37. 9fdf342 REGTESTS: add a basic reg-test for some "set-var" commands by Willy Tarreau · 3 years, 2 months ago
  38. bc2c386 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · 3 years, 2 months ago
  39. 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 3 months ago
  40. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 2 months ago
  41. 79e6d2a REGTESTS: wait for proper return of enable server in cli add server test by Amaury Denoyelle · 3 years, 2 months ago
  42. 318c008 REGTESTS: remove unneeded experimental-mode in cli add server test by Amaury Denoyelle · 3 years, 2 months ago
  43. 19d1471 REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni by Ilya Shipitsin · 3 years, 3 months ago
  44. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · 3 years, 3 months ago
  45. 65273ab REGTESTS: implement test for 'add server' cli by Amaury Denoyelle · 3 years, 3 months ago
  46. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 3 months ago
  47. a47dfab REGTESTS: test http-reuse if no server target by Amaury Denoyelle · 3 years, 3 months ago
  48. 3820ff8 REGTESTS: Add script to test except param for fowardedfor/originalto options by Christopher Faulet · 3 years, 3 months ago
  49. 98ad35f REGTESTS: contrib/prometheus-exporter: test well known labels by William Dauchy · 3 years, 3 months ago
  50. b456744 REGTESTS: contrib/prometheus-exporter: test NaN values by William Dauchy · 3 years, 3 months ago
  51. d8ea188 REGTESTS: workaround for a crash with recent libressl on http-reuse sni by Amaury Denoyelle · 3 years, 3 months ago
  52. 4cce708 REGTESTS: reorder reuse conn proxy protocol test by Amaury Denoyelle · 3 years, 3 months ago
  53. ffcd290 REGTESTS: fix http_reuse_conn_hash proxy test by Amaury Denoyelle · 3 years, 4 months ago
  54. e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · 3 years, 4 months ago
  55. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 4 months ago
  56. 7f583be REGTESTS: fix sni used in http_reuse_conn_hash for libressl 3.3.0 by Amaury Denoyelle · 3 years, 4 months ago
  57. 49aa5e9 REGTESTS: deactivate a failed test on CI in http_reuse_conn_hash by Amaury Denoyelle · 3 years, 4 months ago
  58. 8abbd2d REGTESTS: adjust http_reuse_conn_hash requirements by Amaury Denoyelle · 3 years, 4 months ago
  59. 7ef06c8 MINOR: reg-tests: test http-reuse with proxy protocol by Amaury Denoyelle · 3 years, 4 months ago
  60. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  61. f679d9b MINOR: reg-test: test http-reuse with specific dst addr by Amaury Denoyelle · 3 years, 5 months ago
  62. e676239 MINOR: reg-tests: test http-reuse with sni by Amaury Denoyelle · 3 years, 4 months ago
  63. 475fab3 REGTESTS: Add a script to test payload skipping for bodyless HTTP responses by Christopher Faulet · 3 years, 4 months ago
  64. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · 3 years, 4 months ago
  65. 6916422 MEDIUM: contrib/prometheus-exporter: export base stick table stats by William Dauchy · 3 years, 4 months ago
  66. 2da7429 REGTESTS: unbreak http-check-send.vtc by Willy Tarreau · 3 years, 4 months ago
  67. 23296f9 REGTESTS: mark sample_fetches/hashes.vtc as 2.4-only by Willy Tarreau · 3 years, 4 months ago
  68. cb4ed02 REGTESTS: mark http-check-send.vtc as 2.4-only by Willy Tarreau · 3 years, 4 months ago
  69. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 4 months ago
  70. e0de0a6 MINOR: ssl/cli: flush the server session cache upon 'commit ssl cert' by William Lallemand · 3 years, 4 months ago
  71. 8695ce0 BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store by William Lallemand · 3 years, 4 months ago
  72. ff97eda REGTESTS: set_ssl_server_cert: cleanup the SSL caching option by William Lallemand · 3 years, 4 months ago
  73. a870a9c REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working by William Lallemand · 3 years, 4 months ago
  74. e814321 REGTESTS: set_ssl_server_cert.vtc: set as broken by William Lallemand · 3 years, 4 months ago
  75. d2dcd8a REGTEST: Don't use the websocket to validate http-check by Christopher Faulet · 3 years, 5 months ago
  76. 85a8136 REGTESTS: Fix required versions for several scripts by Christopher Faulet · 3 years, 6 months ago
  77. 8969c32 MINOR: vtc: add websocket test by Amaury Denoyelle · 3 years, 6 months ago
  78. bda3430 MINOR: vtc: add test for h1/h2 protocol upgrade translation by Amaury Denoyelle · 3 years, 6 months ago
  79. d8b44f0 REGTESTS: Don't run http_msg_full_on_eom script on the 2.4 anymore by Christopher Faulet · 3 years, 6 months ago
  80. 7b79424 REGTESTS: set_ssl_server_cert.vtc: check the sha1 from the server by William Lallemand · 3 years, 4 months ago
  81. 7e69637 REGTESTS: set_ssl_server_cert.vtc: check the Sha1 Fingerprint by William Lallemand · 3 years, 4 months ago
  82. 8788c6f REGTESTS: set_ssl_server_cert.vtc: remove the abort command by William Lallemand · 3 years, 4 months ago
  83. f3eedfe MEDIUM: ssl: Enable backend certificate hot update by Remi Tricot-Le Breton · 3 years, 4 months ago
  84. d86ae4b MINOR: reg-tests: add http-reuse test by Amaury Denoyelle · 3 years, 4 months ago
  85. 6071c2d BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 4 months ago
  86. 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · 3 years, 5 months ago
  87. 1704efe MINOR: contrib/prometheus-exporter: avoid connection close header by William Dauchy · 3 years, 5 months ago
  88. 76603f2 MINOR: reg-tests: add base prometheus test by William Dauchy · 3 years, 5 months ago
  89. 5417e89 CLEANUP: sample: remove uneeded check in json validation by William Dauchy · 3 years, 5 months ago
  90. 888b0ae MINOR: converter: adding support for url_enc by William Dauchy · 3 years, 5 months ago
  91. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  92. fae9a4c REGTESTS: add unresolvable servers to srvkey-addr by Willy Tarreau · 3 years, 5 months ago
  93. 23cc52d REGTESTS: add test for stickiness using "srvkey addr" by Thayne McCombs · 3 years, 6 months ago
  94. dc38bc4 BUG/MEDIUM: cache: Fix hash collision in `accept-encoding` handling for `Vary` by Tim Duesterhus · 3 years, 5 months ago
  95. e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · 3 years, 5 months ago
  96. 14df1e1 REGTESTS: cache: Add a specific test for the accept-encoding normalizer by Remi Tricot-Le Breton · 3 years, 5 months ago
  97. b054b6d REGTESTS: cache: Simplify vary.vtc file by Remi Tricot-Le Breton · 3 years, 5 months ago
  98. e4421de BUG/MINOR: cache: Manage multiple headers in accept-encoding normalization by Remi Tricot-Le Breton · 3 years, 5 months ago
  99. 9eea560 REGTESTS: add tests for the xxh3 converter by Dragan Dosen · 3 years, 5 months ago
  100. 39ff8c5 REGTESTS: complete http-check test by Amaury Denoyelle · 3 years, 5 months ago