1. 3d9266f REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks by Willy Tarreau · 2 years, 9 months ago
  2. 4f4f2b7 MINOR: httpclient/lua: add 'dst' optionnal field by William Lallemand · 2 years, 9 months ago
  3. c382005 REGTESTS: peers: leave a bit more time to peers to synchronize by Willy Tarreau · 2 years, 9 months ago
  4. 42f2a51 REGTESTS: server: close an occasional race on dynamic_server_ssl.vtc by Willy Tarreau · 2 years, 9 months ago
  5. 17b7384 REGTESTS: ssl: Add tests for DH related options by Remi Tricot-Le Breton · 2 years, 10 months ago
  6. 3f269bb REGTESTS: ssl: Add test for "generate-certificates" SSL option by Remi Tricot-Le Breton · 2 years, 10 months ago
  7. eb561ce REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL options by Remi Tricot-Le Breton · 2 years, 10 months ago
  8. 8de3eff REGTESTS: ssl: skip show_ssl_ocspresponse.vtc when BoringSSL is used by Ilya Shipitsin · 2 years, 10 months ago
  9. 21ea8c5 REGTESTS: Remove REQUIRE_VERSION=1.8 from all tests by Tim Duesterhus · 2 years, 10 months ago
  10. aab8d25 REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 2 years, 11 months ago
  11. a996763 BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error by Remi Tricot-Le Breton · 2 years, 11 months ago
  12. 37d3e38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 11 months ago
  13. acd546b REGTESTS: ssl: update of a crt with server deletion by William Lallemand · 2 years, 11 months ago
  14. 0387632 REGTESTS: ssl: fix ssl_default_server.vtc by William Lallemand · 2 years, 11 months ago
  15. 2c776f1 BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server by William Lallemand · 2 years, 11 months ago
  16. 66545c9 REGTESTS: vars: Remove useless ssl tunes from conditional set-var test by Remi Tricot-Le Breton · 3 years ago
  17. 2d2ceb5 REGTESTS: vars: Add new test for conditional set-var by Remi Tricot-Le Breton · 3 years ago
  18. fc11266 REGTESTS: ssl: use X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY for cert check by Ilya Shipitsin · 3 years ago
  19. 4ab2679 BUG/MINOR: server: Don't rely on last default-server to init server SSL context by Christopher Faulet · 3 years ago
  20. a8ecbc4 REGTESTS: h1: Add a script to validate H1 splicing support by Christopher Faulet · 3 years ago
  21. f03b53c BUG/MINOR: httpclient: allow to replace the host header by William Lallemand · 3 years ago
  22. e15ab93 REGTESTS: ssl: test the TLS resumption by William Lallemand · 3 years ago
  23. f673923 REGTESTS: extend the default I/O timeouts and make them overridable by Willy Tarreau · 3 years ago
  24. b89df41 REGTESTS: make tcp-check_min-recv fail fast by Willy Tarreau · 3 years ago
  25. 419c117 REGTEST: set retries count to zero for all tests that expect at 503 by Willy Tarreau · 3 years ago
  26. ed9f48e REGTESTS: ssl_crt-list_filters: feature cmd incorrectly set by William Lallemand · 3 years ago
  27. d19d776 REGTESTS: httpclient/lua: add greater body values by William Lallemand · 3 years, 1 month ago
  28. 4c5a591 Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back" by Christopher Faulet · 3 years, 1 month ago
  29. 46f46df BUG/MINOR: http-ana: Apply stop to the current section for http-response rules by Christopher Faulet · 3 years, 1 month ago
  30. 68574dd MEDIUM: log: add the client's SNI to the default HTTPS log format by Willy Tarreau · 3 years, 1 month ago
  31. 6f74976 MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err by Willy Tarreau · 3 years, 1 month ago
  32. 41922af REGTESTS: Use `feature cmd` for 2.5+ tests (2) by Tim Duesterhus · 3 years, 1 month ago
  33. f9d5957 MINOR: server: add ws keyword by Amaury Denoyelle · 3 years, 1 month ago
  34. 0df0436 BUG/MEDIUM: mux-h2: reject upgrade if no RFC8441 support by Amaury Denoyelle · 3 years, 1 month ago
  35. 44c5ff6 MEDIUM: vars: make the var() sample fetch function really return type ANY by Willy Tarreau · 3 years, 1 month ago
  36. 7da35bf BUG/MINOR: http: http_auth_bearer fetch does not work on custom header name by Remi Tricot-Le Breton · 3 years, 1 month ago
  37. 207f0cb REGTESTS: lua: test httpclient with body streaming by William Lallemand · 3 years, 1 month ago
  38. e1f3b54 REGTESTS: Add script to test client src/dst manipulation at different levels by Christopher Faulet · 3 years, 1 month ago
  39. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · 3 years, 1 month ago
  40. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · 3 years, 1 month ago
  41. 1c891bc MINOR: jwt: jwt_verify returns negative values in case of error by Remi Tricot-Le Breton · 3 years, 1 month ago
  42. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 1 month ago
  43. e41b497 REGTESTS: Add scripts to test support of TCP/HTTP rules in defaults sections by Christopher Faulet · 3 years, 1 month ago
  44. 597909f BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back by Christopher Faulet · 3 years, 1 month ago
  45. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · 3 years, 1 month ago
  46. 36da606 REGTESTS: jwt: Add tests for the jwt_verify converter by Remi Tricot-Le Breton · 3 years, 2 months ago
  47. 1d58b01 MINOR: ssl: add ssl_fc_is_resumed to "option httpslog" by William Lallemand · 3 years, 1 month ago
  48. e5dfd40 REGTESTS: ssl: re-enable set_ssl_cert_bundle.vtc by William Lallemand · 3 years, 1 month ago
  49. e1b6109 REGTESTS: ssl: Use mostly TLSv1.2 in ssl_errors test by Remi Tricot-Le Breton · 3 years, 1 month ago
  50. d12e13a REGTESTS: ssl: Reenable ssl_errors test for OpenSSL only by Remi Tricot-Le Breton · 3 years, 2 months ago
  51. d266cda REGTESTS: ssl: Fix ssl_errors test for OpenSSL v3 by Remi Tricot-Le Breton · 3 years, 2 months ago
  52. 1ac65f8 REGTESTS: ssl: Fix references to removed option in test description by Remi Tricot-Le Breton · 3 years, 2 months ago
  53. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · 3 years, 2 months ago
  54. d28b2b2 BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release by Christopher Faulet · 3 years, 2 months ago
  55. f542941 REGTESTS: ssl: wrong feature cmd in show_ssl_ocspresponse.vtc by William Lallemand · 3 years, 2 months ago
  56. 2655f2b REGTESTS: ssl: show_ssl_ocspresponse w/ freebsd won't use base64 by William Lallemand · 3 years, 2 months ago
  57. 8d26438 REGTESTS: ssl: enable ssl_crt-list_filters.vtc again by William Lallemand · 3 years, 2 months ago
  58. 2f52fdb REGTESTS: ssl: enable show_ssl_ocspresponse.vtc again by William Lallemand · 3 years, 2 months ago
  59. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
  60. c7e9492 REGTESTS: Add script to validate T-E header parsing by Christopher Faulet · 3 years, 2 months ago
  61. 039cc08 REGTESTS: lua: test the httpclient:get() feature by William Lallemand · 3 years, 2 months ago
  62. 46e058d BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer by Christopher Faulet · 3 years, 2 months ago
  63. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
  64. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
  65. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · 3 years, 3 months ago
  66. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · 3 years, 3 months ago
  67. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · 3 years, 3 months ago
  68. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · 3 years, 3 months ago
  69. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
  70. 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
  71. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
  72. 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · 3 years, 5 months ago
  73. da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · 3 years, 5 months ago
  74. 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · 3 years, 5 months ago
  75. cbad112 REGTESTS: Remove REQUIRE_VERSION=1.5 from all tests by Tim Duesterhus · 3 years, 3 months ago
  76. 7ba9848 REGTESTS: Use `feature cmd` for 2.5+ tests by Tim Duesterhus · 3 years, 3 months ago
  77. 956be9d REGTEST: fix haproxy required version for server removal test by Amaury Denoyelle · 3 years, 3 months ago
  78. 104b8e5 REGTEST: add missing lua requirements on server removal test by Amaury Denoyelle · 3 years, 3 months ago
  79. 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  80. 3b2533f REGTESTS: server: fix agent-check syntax and expectation by Willy Tarreau · 3 years, 3 months ago
  81. 1713eec REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · 3 years, 3 months ago
  82. ab4fa24 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · 3 years, 3 months ago
  83. 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
  84. 7ef244d REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · 3 years, 3 months ago
  85. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  86. a026783 REGTESTS: server: fix dynamic server with checks test by Amaury Denoyelle · 3 years, 4 months ago
  87. 3e7d468 REGTESTS: server: add dynamic check server test by Amaury Denoyelle · 3 years, 4 months ago
  88. 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · 3 years, 4 months ago
  89. 4f59c67 REGTESTS: ssl: ssl_errors.vtc does not work with old openssl version by William Lallemand · 3 years, 4 months ago
  90. 54f6383 REGTESTS: ssl: Add tests for the connection and SSL error fetches by Remi Tricot-Le Breton · 3 years, 4 months ago
  91. f2e44d4 REGTESTS: add more complex check conditions to check_conditions.vtc by Willy Tarreau · 3 years, 4 months ago
  92. b333db3 REGTEST: make check_condition.vtc fail as soon as possible by Willy Tarreau · 3 years, 4 months ago
  93. 79c52ec REGTESTS: test track support for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  94. 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · 3 years, 5 months ago
  95. ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · 3 years, 5 months ago
  96. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · 3 years, 5 months ago
  97. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · 3 years, 5 months ago
  98. e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years, 5 months ago
  99. 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  100. 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years, 5 months ago