- 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
- 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
- 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · 3 years, 3 months ago
- e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · 3 years, 3 months ago
- 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · 3 years, 3 months ago
- 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · 3 years, 3 months ago
- bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
- b061fb3 REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk_err sample fetches by Remi Tricot-Le Breton · 3 years, 3 months ago
- fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
- 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · 3 years, 5 months ago
- da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · 3 years, 5 months ago
- 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · 3 years, 5 months ago
- cbad112 REGTESTS: Remove REQUIRE_VERSION=1.5 from all tests by Tim Duesterhus · 3 years, 3 months ago
- 7ba9848 REGTESTS: Use `feature cmd` for 2.5+ tests by Tim Duesterhus · 3 years, 3 months ago
- 956be9d REGTEST: fix haproxy required version for server removal test by Amaury Denoyelle · 3 years, 3 months ago
- 104b8e5 REGTEST: add missing lua requirements on server removal test by Amaury Denoyelle · 3 years, 3 months ago
- 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · 3 years, 3 months ago
- 3b2533f REGTESTS: server: fix agent-check syntax and expectation by Willy Tarreau · 3 years, 3 months ago
- 1713eec REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · 3 years, 3 months ago
- ab4fa24 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · 3 years, 3 months ago
- 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · 3 years, 3 months ago
- 7ef244d REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · 3 years, 4 months ago
- 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
- a026783 REGTESTS: server: fix dynamic server with checks test by Amaury Denoyelle · 3 years, 4 months ago
- 3e7d468 REGTESTS: server: add dynamic check server test by Amaury Denoyelle · 3 years, 4 months ago
- 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · 3 years, 4 months ago
- 4f59c67 REGTESTS: ssl: ssl_errors.vtc does not work with old openssl version by William Lallemand · 3 years, 4 months ago
- 54f6383 REGTESTS: ssl: Add tests for the connection and SSL error fetches by Remi Tricot-Le Breton · 3 years, 4 months ago
- f2e44d4 REGTESTS: add more complex check conditions to check_conditions.vtc by Willy Tarreau · 3 years, 4 months ago
- b333db3 REGTEST: make check_condition.vtc fail as soon as possible by Willy Tarreau · 3 years, 4 months ago
- 79c52ec REGTESTS: test track support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
- 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · 3 years, 5 months ago
- ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · 3 years, 5 months ago
- 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · 3 years, 5 months ago
- ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · 3 years, 5 months ago
- e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years, 5 months ago
- 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
- 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years, 5 months ago
- c7b391a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 6 months ago
- 4ee192f REGTESTS: Replace REQUIRE_BINARIES with 'command -v' by Tim Duesterhus · 3 years, 6 months ago
- c957048 REGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc' for 2.5+ tests by Tim Duesterhus · 3 years, 6 months ago
- 5efc48d REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc' by Tim Duesterhus · 3 years, 6 months ago
- 1b095ca REGTESTS: Remove REQUIRE_VERSION=1.7 from all tests by Tim Duesterhus · 3 years, 6 months ago
- d8be001 REGTESTS: Remove REQUIRE_VERSION=1.6 from all tests by Tim Duesterhus · 3 years, 6 months ago
- b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · 3 years, 6 months ago
- 0061323 REGTESTS: ssl: show_ssl_ocspresponce.vtc is broken with BoringSSL by William Lallemand · 3 years, 6 months ago
- 2a77c62 REGTESTS: ssl: Add "show ssl ocsp-response" test by Remi Tricot-Le Breton · 3 years, 6 months ago
- fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · 3 years, 6 months ago
- a9334df CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests by Tim Duesterhus · 3 years, 6 months ago
- 3b9cb60 REGTESTS: Fix http_abortonclose.vtc to support -1 status for some client aborts by Christopher Faulet · 3 years, 6 months ago
- a3b2e09 REGTESTS: ssl: Add "set/commit ssl crl-file" test by Remi Tricot-Le Breton · 3 years, 7 months ago
- f615070 REGTESTS: ssl: Add "new/del ssl crl-file" tests by Remi Tricot-Le Breton · 3 years, 7 months ago
- efcc5b2 REGTESTS: ssl: Add "new/del ssl ca-file" tests by Remi Tricot-Le Breton · 3 years, 8 months ago
- 2a22e16 MEDIUM: ssl: Add "show ssl ca-file" CLI command by Remi Tricot-Le Breton · 3 years, 9 months ago
- d5fd09d MINOR: ssl: Add "abort ssl ca-file" CLI command by Remi Tricot-Le Breton · 3 years, 9 months ago
- 2db6101 REGTESTS: ssl: Add new ca-file update tests by Remi Tricot-Le Breton · 3 years, 9 months ago
- 94fd133 REGTESTS: stick-table: add src_conn_rate test by Amaury Denoyelle · 3 years, 7 months ago
- dec1c36 MINOR: uri_normalizer: Add `fragment-encode` normalizer by Tim Duesterhus · 3 years, 7 months ago
- c9e05ab MINOR: uri_normalizer: Add `fragment-strip` normalizer by Tim Duesterhus · 3 years, 7 months ago
- e1465c1 REGTESTS: disable inter-thread idle connection sharing on sensitive tests by Willy Tarreau · 3 years, 7 months ago
- a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · 3 years, 7 months ago
- 16b3751 REGTESTS: Add script to test abortonclose option by Christopher Faulet · 3 years, 8 months ago
- deee369 REGTESTS: add minimal CLI "add map" tests by Willy Tarreau · 3 years, 7 months ago
- 996190a REGTESTS: server: fix cli_add_server due to previous trace update by Amaury Denoyelle · 3 years, 7 months ago
- 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · 3 years, 7 months ago
- ff3bb8b MINOR: uri_normalizer: Add a `strip-dot` normalizer by Maximilian Mader · 3 years, 7 months ago
- e558043 MINOR: server: implement delete server cli command by Amaury Denoyelle · 3 years, 8 months ago
- 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · 3 years, 8 months ago
- a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · 3 years, 8 months ago
- d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · 3 years, 8 months ago
- 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · 3 years, 8 months ago
- 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 8 months ago
- d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 8 months ago
- 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · 3 years, 8 months ago
- 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 8 months ago
- a1e832b REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken by William Lallemand · 3 years, 8 months ago
- 3520183 REGTESTS: ssl: "set ssl cert" and multi-certificates bundle by William Lallemand · 3 years, 8 months ago
- d57d9fe REGTESTS: Add script to tests the wait-for-body HTTP action by Christopher Faulet · 3 years, 8 months ago
- e1b9e1b REGTESTS: Add script to tests TCP to HTTP upgrades by Christopher Faulet · 3 years, 8 months ago
- b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · 3 years, 8 months ago
- c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · 3 years, 8 months ago
- 9fdf342 REGTESTS: add a basic reg-test for some "set-var" commands by Willy Tarreau · 3 years, 8 months ago
- bc2c386 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · 3 years, 8 months ago
- 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 9 months ago
- fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 8 months ago
- 79e6d2a REGTESTS: wait for proper return of enable server in cli add server test by Amaury Denoyelle · 3 years, 8 months ago
- 318c008 REGTESTS: remove unneeded experimental-mode in cli add server test by Amaury Denoyelle · 3 years, 8 months ago
- 19d1471 REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni by Ilya Shipitsin · 3 years, 8 months ago
- 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · 3 years, 9 months ago
- 65273ab REGTESTS: implement test for 'add server' cli by Amaury Denoyelle · 3 years, 9 months ago
- befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 9 months ago
- a47dfab REGTESTS: test http-reuse if no server target by Amaury Denoyelle · 3 years, 9 months ago
- 3820ff8 REGTESTS: Add script to test except param for fowardedfor/originalto options by Christopher Faulet · 3 years, 9 months ago
- 98ad35f REGTESTS: contrib/prometheus-exporter: test well known labels by William Dauchy · 3 years, 9 months ago
- b456744 REGTESTS: contrib/prometheus-exporter: test NaN values by William Dauchy · 3 years, 9 months ago
- d8ea188 REGTESTS: workaround for a crash with recent libressl on http-reuse sni by Amaury Denoyelle · 3 years, 9 months ago
- 4cce708 REGTESTS: reorder reuse conn proxy protocol test by Amaury Denoyelle · 3 years, 9 months ago
- ffcd290 REGTESTS: fix http_reuse_conn_hash proxy test by Amaury Denoyelle · 3 years, 10 months ago
- e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · 3 years, 10 months ago
- d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 10 months ago