1. 3e7d468 REGTESTS: server: add dynamic check server test by Amaury Denoyelle · Thu Jul 29 17:34:16 2021 +0200
  2. 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · Mon Aug 02 10:25:30 2021 +0200
  3. 4f59c67 REGTESTS: ssl: ssl_errors.vtc does not work with old openssl version by William Lallemand · Thu Jul 29 16:00:24 2021 +0200
  4. 54f6383 REGTESTS: ssl: Add tests for the connection and SSL error fetches by Remi Tricot-Le Breton · Thu Jul 29 09:45:54 2021 +0200
  5. f2e44d4 REGTESTS: add more complex check conditions to check_conditions.vtc by Willy Tarreau · Sat Jul 17 10:43:33 2021 +0200
  6. b333db3 REGTEST: make check_condition.vtc fail as soon as possible by Willy Tarreau · Sat Jul 17 10:54:46 2021 +0200
  7. 79c52ec REGTESTS: test track support for dynamic servers by Amaury Denoyelle · Thu Jul 15 11:23:17 2021 +0200
  8. 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · Tue Jul 13 18:28:22 2021 +0200
  9. ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · Wed Jul 07 10:49:29 2021 +0200
  10. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · Mon Jun 28 15:37:59 2021 +0200
  11. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · Mon Jun 28 15:26:00 2021 +0200
  12. e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · Tue Jun 22 16:23:11 2021 +0200
  13. 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · Fri Jun 18 16:30:36 2021 +0200
  14. 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · Fri Jun 18 15:09:28 2021 +0200
  15. c7b391a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · Tue Jun 15 12:01:29 2021 +0200
  16. 4ee192f REGTESTS: Replace REQUIRE_BINARIES with 'command -v' by Tim Duesterhus · Fri Jun 11 19:56:17 2021 +0200
  17. c957048 REGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc' for 2.5+ tests by Tim Duesterhus · Fri Jun 11 19:56:16 2021 +0200
  18. 5efc48d REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc' by Tim Duesterhus · Fri Jun 11 19:56:15 2021 +0200
  19. 1b095ca REGTESTS: Remove REQUIRE_VERSION=1.7 from all tests by Tim Duesterhus · Fri Jun 11 18:16:25 2021 +0200
  20. d8be001 REGTESTS: Remove REQUIRE_VERSION=1.6 from all tests by Tim Duesterhus · Fri Jun 11 18:16:24 2021 +0200
  21. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · Fri Jun 11 16:50:29 2021 +0200
  22. 0061323 REGTESTS: ssl: show_ssl_ocspresponce.vtc is broken with BoringSSL by William Lallemand · Fri Jun 11 10:03:08 2021 +0200
  23. 2a77c62 REGTESTS: ssl: Add "show ssl ocsp-response" test by Remi Tricot-Le Breton · Thu Jun 10 13:51:16 2021 +0200
  24. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  25. a9334df CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests by Tim Duesterhus · Mon May 31 23:07:29 2021 +0200
  26. 3b9cb60 REGTESTS: Fix http_abortonclose.vtc to support -1 status for some client aborts by Christopher Faulet · Wed Jun 02 17:23:47 2021 +0200
  27. a3b2e09 REGTESTS: ssl: Add "set/commit ssl crl-file" test by Remi Tricot-Le Breton · Fri Apr 23 18:35:25 2021 +0200
  28. f615070 REGTESTS: ssl: Add "new/del ssl crl-file" tests by Remi Tricot-Le Breton · Thu Apr 22 11:02:16 2021 +0200
  29. efcc5b2 REGTESTS: ssl: Add "new/del ssl ca-file" tests by Remi Tricot-Le Breton · Mon Mar 29 11:55:40 2021 +0200
  30. 2a22e16 MEDIUM: ssl: Add "show ssl ca-file" CLI command by Remi Tricot-Le Breton · Tue Mar 16 11:19:33 2021 +0100
  31. d5fd09d MINOR: ssl: Add "abort ssl ca-file" CLI command by Remi Tricot-Le Breton · Thu Mar 11 10:22:52 2021 +0100
  32. 2db6101 REGTESTS: ssl: Add new ca-file update tests by Remi Tricot-Le Breton · Fri Mar 05 14:42:40 2021 +0100
  33. 94fd133 REGTESTS: stick-table: add src_conn_rate test by Amaury Denoyelle · Wed May 12 10:51:22 2021 +0200
  34. dec1c36 MINOR: uri_normalizer: Add `fragment-encode` normalizer by Tim Duesterhus · Mon May 10 17:28:26 2021 +0200
  35. c9e05ab MINOR: uri_normalizer: Add `fragment-strip` normalizer by Tim Duesterhus · Mon May 10 17:28:25 2021 +0200
  36. e1465c1 REGTESTS: disable inter-thread idle connection sharing on sensitive tests by Willy Tarreau · Sun May 09 14:41:41 2021 +0200
  37. a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · Thu May 06 15:50:12 2021 +0200
  38. 16b3751 REGTESTS: Add script to test abortonclose option by Christopher Faulet · Wed Apr 07 14:37:07 2021 +0200
  39. deee369 REGTESTS: add minimal CLI "add map" tests by Willy Tarreau · Thu Apr 29 16:17:23 2021 +0200
  40. 996190a REGTESTS: server: fix cli_add_server due to previous trace update by Amaury Denoyelle · Thu Apr 29 15:35:46 2021 +0200
  41. 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · Wed Apr 21 21:20:36 2021 +0200
  42. ff3bb8b MINOR: uri_normalizer: Add a `strip-dot` normalizer by Maximilian Mader · Wed Apr 21 00:22:50 2021 +0200
  43. e558043 MINOR: server: implement delete server cli command by Amaury Denoyelle · Thu Apr 15 14:41:20 2021 +0200
  44. 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · Sat Apr 17 11:21:10 2021 +0200
  45. a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · Thu Apr 15 21:46:02 2021 +0200
  46. d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · Thu Apr 15 21:46:01 2021 +0200
  47. 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · Thu Apr 15 21:46:00 2021 +0200
  48. 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · Thu Apr 15 21:45:59 2021 +0200
  49. d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · Thu Apr 15 21:45:58 2021 +0200
  50. 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · Thu Apr 15 16:45:15 2021 +0200
  51. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · Thu Apr 01 20:53:59 2021 +0200
  52. a1e832b REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken by William Lallemand · Fri Apr 02 17:01:25 2021 +0200
  53. 3520183 REGTESTS: ssl: "set ssl cert" and multi-certificates bundle by William Lallemand · Fri Apr 02 15:23:14 2021 +0200
  54. d57d9fe REGTESTS: Add script to tests the wait-for-body HTTP action by Christopher Faulet · Thu Apr 01 10:45:57 2021 +0200
  55. e1b9e1b REGTESTS: Add script to tests TCP to HTTP upgrades by Christopher Faulet · Wed Mar 31 17:22:31 2021 +0200
  56. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · Fri Mar 26 15:19:50 2021 +0100
  57. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · Fri Mar 26 14:51:31 2021 +0100
  58. 9fdf342 REGTESTS: add a basic reg-test for some "set-var" commands by Willy Tarreau · Fri Mar 26 14:03:57 2021 +0100
  59. bc2c386 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · Fri Mar 26 10:47:50 2021 +0100
  60. 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · Wed Mar 17 14:56:54 2021 +0100
  61. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · Tue Mar 23 16:41:53 2021 +0100
  62. 79e6d2a REGTESTS: wait for proper return of enable server in cli add server test by Amaury Denoyelle · Mon Mar 22 11:44:12 2021 +0100
  63. 318c008 REGTESTS: remove unneeded experimental-mode in cli add server test by Amaury Denoyelle · Mon Mar 22 11:43:03 2021 +0100
  64. 19d1471 REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni by Ilya Shipitsin · Fri Mar 19 22:31:14 2021 +0500
  65. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · Fri Mar 12 18:03:27 2021 +0100
  66. 65273ab REGTESTS: implement test for 'add server' cli by Amaury Denoyelle · Fri Mar 12 10:45:12 2021 +0100
  67. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · Tue Mar 09 23:00:34 2021 -0500
  68. a47dfab REGTESTS: test http-reuse if no server target by Amaury Denoyelle · Tue Mar 02 14:39:20 2021 +0100
  69. 3820ff8 REGTESTS: Add script to test except param for fowardedfor/originalto options by Christopher Faulet · Fri Feb 26 12:23:17 2021 +0100
  70. 98ad35f REGTESTS: contrib/prometheus-exporter: test well known labels by William Dauchy · Thu Feb 18 23:05:34 2021 +0100
  71. b456744 REGTESTS: contrib/prometheus-exporter: test NaN values by William Dauchy · Thu Feb 18 23:05:33 2021 +0100
  72. d8ea188 REGTESTS: workaround for a crash with recent libressl on http-reuse sni by Amaury Denoyelle · Fri Feb 19 15:37:40 2021 +0100
  73. 4cce708 REGTESTS: reorder reuse conn proxy protocol test by Amaury Denoyelle · Thu Feb 18 16:03:37 2021 +0100
  74. ffcd290 REGTESTS: fix http_reuse_conn_hash proxy test by Amaury Denoyelle · Tue Feb 16 17:08:32 2021 +0100
  75. e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · Sun Feb 14 23:22:56 2021 +0100
  76. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · Thu Feb 11 22:51:26 2021 +0100
  77. 7f583be REGTESTS: fix sni used in http_reuse_conn_hash for libressl 3.3.0 by Amaury Denoyelle · Fri Feb 12 15:22:43 2021 +0100
  78. 49aa5e9 REGTESTS: deactivate a failed test on CI in http_reuse_conn_hash by Amaury Denoyelle · Fri Feb 12 14:16:30 2021 +0100
  79. 8abbd2d REGTESTS: adjust http_reuse_conn_hash requirements by Amaury Denoyelle · Fri Feb 12 14:14:37 2021 +0100
  80. 7ef06c8 MINOR: reg-tests: test http-reuse with proxy protocol by Amaury Denoyelle · Fri Jan 22 16:36:55 2021 +0100
  81. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · Thu Jan 14 10:15:29 2021 +0100
  82. f679d9b MINOR: reg-test: test http-reuse with specific dst addr by Amaury Denoyelle · Mon Jan 11 17:21:49 2021 +0100
  83. e676239 MINOR: reg-tests: test http-reuse with sni by Amaury Denoyelle · Fri Jan 22 16:35:22 2021 +0100
  84. 475fab3 REGTESTS: Add a script to test payload skipping for bodyless HTTP responses by Christopher Faulet · Wed Feb 10 10:20:26 2021 +0100
  85. 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
  86. 6916422 MEDIUM: contrib/prometheus-exporter: export base stick table stats by William Dauchy · Sun Feb 07 20:42:38 2021 +0100
  87. 2da7429 REGTESTS: unbreak http-check-send.vtc by Willy Tarreau · Fri Feb 05 10:13:15 2021 +0100
  88. 23296f9 REGTESTS: mark sample_fetches/hashes.vtc as 2.4-only by Willy Tarreau · Thu Feb 04 18:07:59 2021 +0100
  89. cb4ed02 REGTESTS: mark http-check-send.vtc as 2.4-only by Willy Tarreau · Thu Feb 04 18:06:13 2021 +0100
  90. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · Wed Feb 03 22:30:06 2021 +0100
  91. e0de0a6 MINOR: ssl/cli: flush the server session cache upon 'commit ssl cert' by William Lallemand · Wed Feb 03 18:51:01 2021 +0100
  92. 8695ce0 BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store by William Lallemand · Mon Feb 01 15:31:00 2021 +0100
  93. ff97eda REGTESTS: set_ssl_server_cert: cleanup the SSL caching option by William Lallemand · Mon Feb 01 14:57:31 2021 +0100
  94. a870a9c REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working by William Lallemand · Mon Feb 01 14:37:36 2021 +0100
  95. e814321 REGTESTS: set_ssl_server_cert.vtc: set as broken by William Lallemand · Thu Jan 28 18:08:36 2021 +0100
  96. d2dcd8a REGTEST: Don't use the websocket to validate http-check by Christopher Faulet · Tue Jan 05 15:42:51 2021 +0100
  97. 85a8136 REGTESTS: Fix required versions for several scripts by Christopher Faulet · Tue Dec 15 17:13:39 2020 +0100
  98. 8969c32 MINOR: vtc: add websocket test by Amaury Denoyelle · Fri Dec 11 17:53:12 2020 +0100
  99. bda3430 MINOR: vtc: add test for h1/h2 protocol upgrade translation by Amaury Denoyelle · Fri Dec 11 17:53:11 2020 +0100
  100. d8b44f0 REGTESTS: Don't run http_msg_full_on_eom script on the 2.4 anymore by Christopher Faulet · Tue Dec 15 14:53:03 2020 +0100