1. dfa3bf7 REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs by Willy Tarreau · 6 months ago
  2. 98b157e BUG/MINOR: http-htx: Support default path during scheme based normalization by Christopher Faulet · 6 months ago
  3. 529c3ad OPTIM: http_ext: avoid useless copy in http_7239_extract_{ipv4,ipv6} by Aurelien DARRAGON · 8 months ago
  4. 0d95330 MINOR: connection: add sample fetches to report per-connection glitches by Willy Tarreau · 10 months ago
  5. 60289bf BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI by William Lallemand · 9 months ago
  6. 7fe93bd REGTESTS: ssl: Add OCSP related tests by Remi Tricot-Le Breton · 10 months ago
  7. 871df0a REGTESTS: ssl: Fix empty line in cli command input by Remi Tricot-Le Breton · 10 months ago
  8. d62ec87 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · 10 months ago
  9. 1b75afd REGTESTS: add a test to ensure map-ordering is preserved by Aurelien DARRAGON · 11 months ago
  10. c5d7dcf BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 12 months ago
  11. 3c00a71 REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter by Tim Duesterhus · 12 months ago
  12. 703bcae REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY by Aurelien DARRAGON · 1 year ago
  13. 51ca521 REGTESTS: http: add a test to validate chunked responses delivery by Willy Tarreau · 1 year ago
  14. 6c90379 REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · 1 year ago
  15. d513644 BUG/MINOR: ssl/cli: can't find ".crt" files when replacing a certificate by William Lallemand · 1 year, 3 months ago
  16. 34042cb REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3) by Tim Duesterhus · 1 year, 4 months ago
  17. c33738c BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 1 year, 4 months ago
  18. b3f2604 REGTESTS: http-rules: verify that we block '#' by default for normalize-uri by Willy Tarreau · 1 year, 4 months ago
  19. 1660481 REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests by Willy Tarreau · 1 year, 4 months ago
  20. a32f99f BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 1 year, 4 months ago
  21. 02f4724 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · 1 year, 5 months ago
  22. 725d547 REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages by Christopher Faulet · 1 year, 5 months ago
  23. fcc0a05 REG-TESTS: stickiness: Delay haproxys start to properly resolv variables by Christopher Faulet · 1 year, 6 months ago
  24. 535dd92 MINOR: compression: Improve the way Vary header is added by Christopher Faulet · 1 year, 6 months ago
  25. 292619f REGTESTS: log: Reduce again response inspect-delay for last_rule.vtc by Christopher Faulet · 1 year, 6 months ago
  26. 4ab27a2 REGTESTS: log: Reduce response inspect-delay for last_rule.vtc by Christopher Faulet · 1 year, 6 months ago
  27. 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · 1 year, 6 months ago
  28. df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · 1 year, 6 months ago
  29. 7963fb5 REGTESTS: use lua mailer script for mailers tests by Aurelien DARRAGON · 1 year, 7 months ago
  30. a415e89 REGTESTS: ssl: simplify X509_V code check in ssl_client_auth.vtc by William Lallemand · 1 year, 7 months ago
  31. a2fee7f REGTESTS: add success test, "set server" via fqdn by Abhijeet Rastogi · 1 year, 7 months ago
  32. 5529c99 MINOR: sample: Add bc_rtt and bc_rttvar by Aleksandar Lazic · 1 year, 7 months ago
  33. e247038 REGTESTS: remove unsupported "stats bind-process" keyword by Ilya Shipitsin · 1 year, 7 months ago
  34. 5003ac7 MEDIUM: config: set useful ALPN defaults for HTTPS and QUIC by Willy Tarreau · 1 year, 7 months ago
  35. 2e3c04a REGTESTS: add a new "ssl_alpn" test to test ALPN negotiation by Willy Tarreau · 1 year, 7 months ago
  36. 9704797 BUG/MEDIUM: http-ana: Properly switch the request in tunnel mode on upgrade by Christopher Faulet · 1 year, 7 months ago
  37. c394e21 REGTESTS: fix the race conditions in log_uri.vtc by Christopher Faulet · 1 year, 8 months ago
  38. 1edf36a MEDIUM: hlua_fcn: dynamic server iteration and indexing by Thierry Fournier · 2 years, 2 months ago
  39. d3e58f8 REGTESTS : Add test support for case insentitive for url_param by Martin DOLEZ · 1 year, 8 months ago
  40. dafc068 MINOR: ssl: Accept certpath as param in "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · 1 year, 9 months ago
  41. a6c0a59 MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command by Remi Tricot-Le Breton · 1 year, 9 months ago
  42. 447a38f MINOR: jwt: Add support for RSA-PSS signatures (PS256 algorithm) by Remi Tricot-Le Breton · 1 year, 9 months ago
  43. 86d1e0b BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list" by Remi Tricot-Le Breton · 1 year, 9 months ago
  44. 5ab54c6 REGTESTS: ssl: Add test for new ocsp update cli commands by Remi Tricot-Le Breton · 1 year, 9 months ago
  45. 780504a REGTESTS: ssl: Fix ocsp update crt-lists by Remi Tricot-Le Breton · 1 year, 9 months ago
  46. fa0413f REGTEST: added tests covering smp_fetch_hdr_ip() by Oto Valek · 1 year, 9 months ago
  47. 34cffed REGTESTS: cache: Use rxresphdrs to only get headers for 304 responses by Christopher Faulet · 1 year, 9 months ago
  48. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
  49. 4ad6ee9 REGTESTS: Fix ssl_errors.vtc script to wait for connections close by Christopher Faulet · 1 year, 9 months ago
  50. 848878c REGTESTS: Skip http_splicing.vtc script if fast-forward is disabled by Christopher Faulet · 1 year, 9 months ago
  51. 91fe0bc REGTESTS: Remove unsupported feature command in http_splicing.vtc by Christopher Faulet · 1 year, 9 months ago
  52. 678a4ce MINOR: haproxy: Add an command option to disable data fast-forward by Christopher Faulet · 1 year, 9 months ago
  53. b015b3e REGTEST: add RFC7239 forwarded header tests by Aurelien DARRAGON · 1 year, 11 months ago
  54. 424981c REGTEST: add ifnone-forwardfor test by Aurelien DARRAGON · 1 year, 11 months ago
  55. a0658c3 BUG/MINOR: jwt: Wrong return value checked by Remi Tricot-Le Breton · 1 year, 10 months ago
  56. 5a8f02a BUG/MEDIUM: jwt: Properly process ecdsa signatures (concatenated R and S params) by Remi Tricot-Le Breton · 1 year, 10 months ago
  57. f2b02cf MAJOR: http-ana: Review error handling during HTTP payload forwarding by Christopher Faulet · 1 year, 11 months ago
  58. f4569bb BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body by Christopher Faulet · 1 year, 11 months ago
  59. 522841c REGTEST: ssl: Add test for 'update ssl ocsp-response' CLI command by Remi Tricot-Le Breton · 1 year, 11 months ago
  60. 7956aa1 REGTEST: fix the race conditions in hmac.vtc by Aurelien DARRAGON · 1 year, 11 months ago
  61. 1858c24 REGTEST: fix the race conditions in digest.vtc by Aurelien DARRAGON · 1 year, 11 months ago
  62. 63762b0 REGTEST: fix the race conditions in add_item.vtc by Aurelien DARRAGON · 1 year, 11 months ago
  63. d4140a7 REGTEST: fix the race conditions in json_query.vtc by Aurelien DARRAGON · 1 year, 11 months ago
  64. 18cd474 REGTESTS: Remove tests with REQUIRE_VERSION_BELOW=1.9 by Tim Duesterhus · 1 year, 11 months ago
  65. 7aff1bf REGTESTS: Remove REQUIRE_VERSION=2.0 from all tests by Tim Duesterhus · 1 year, 11 months ago
  66. 2a5fb62 REGTESTS: Remove REQUIRE_VERSION=1.9 from all tests by Tim Duesterhus · 1 year, 11 months ago
  67. 2f275fb REGTESTS: ssl: Add tests for ocsp auto update mechanism by Remi Tricot-Le Breton · 1 year, 11 months ago
  68. 8f5699b REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL by William Lallemand · 1 year, 11 months ago
  69. 1039669 BUG/MEDIUM: tests: use tmpdir to create UNIX socket by Bertrand Jacquin · 2 years ago
  70. 7332a12 REGTESTS: startup: disable automatic_maxconn.vtc by William Lallemand · 2 years ago
  71. da93802 BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error by Christopher Faulet · 2 years ago
  72. f98b3b1 REGTESTS: startup: add alternatives values in automatic_maxconn.vtc by William Lallemand · 2 years ago
  73. 02cf4ec MINOR: sample: add param converter by Thayne McCombs · 2 years ago
  74. 6b6f082 REGTESTS: startup: activate automatic_maxconn.vtc by William Lallemand · 2 years ago
  75. 2a22539 REGTESTS: startup: change the expected maxconn to 11000 by William Lallemand · 2 years ago
  76. 38c5b6e REGTESTS: startup: check maxconn computation by William Lallemand · 2 years ago
  77. e1b866a REGTESTS: fix the race conditions in iff.vtc by Christopher Faulet · 2 years ago
  78. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  79. 5a63e72 REGTESTS: fix peers-related regtests regarding "show table" by Willy Tarreau · 2 years ago
  80. 1c52121 REG-TESTS: http: Add more tests about authority/host matching by Christopher Faulet · 2 years ago
  81. a0e1a87 REG-TESTS: cache: Remove T-E header for 304-Not-Modified responses by Christopher Faulet · 2 years ago
  82. 9fbc84e MINOR: ssl: x509_v_err_str converter transforms an integer to a X509_V_ERR name by William Lallemand · 2 years, 1 month ago
  83. 960fb74 MEDIUM: ssl: {ca,crt}-ignore-err can now use error constant name by William Lallemand · 2 years, 1 month ago
  84. 4ed0a3a REGTESTS: httpclient/lua: test the lua task timeout with the httpclient by William Lallemand · 2 years, 1 month ago
  85. 0d6fb7a BUG/MINOR: checks: update pgsql regex on auth packet by Fatih Acar · 2 years, 2 months ago
  86. 9a8d8a3 BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction by wrightlaw · 2 years, 3 months ago
  87. 330af2d REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies by Christopher Faulet · 2 years, 2 months ago
  88. 23bc0b2 REGTESTS: ssl/log: test the log-forward with SSL by William Lallemand · 2 years, 2 months ago
  89. ebf600a REGTESTS: log: test the log-forward feature by William Lallemand · 2 years, 2 months ago
  90. 28bc152 REGTESTS: healthcheckmail: Relax matching on the healthcheck log message by Christopher Faulet · 2 years, 2 months ago
  91. 4b5f302 MINOR: http-check: Remove support for headers/body in "option httpchk" version by Christopher Faulet · 2 years, 3 months ago
  92. 05ed05b REGTESTS: http_request_buffer: Add a barrier to not mix up log messages by Christopher Faulet · 2 years, 3 months ago
  93. 529b6a3 REGTESTS: Fix prometheus script to perform HTTP health-checks by Christopher Faulet · 2 years, 3 months ago
  94. 16972e1 REGTESTS: launch http_reuse_always in mworker mode by William Lallemand · 2 years, 3 months ago
  95. 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · 2 years, 4 months ago
  96. d23435d REGTESTS: add test for HTTP/2 cookies concatenation by Amaury Denoyelle · 2 years, 3 months ago
  97. 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · 2 years, 3 months ago
  98. b6189bc REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc by Ilya Shipitsin · 2 years, 4 months ago
  99. 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago
  100. 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago