1. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 2 months ago
  2. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 2 months ago
  3. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 2 months ago
  4. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 2 months ago
  5. 67a2345 CLEANUP: checks: sort and rename tcpcheck_expect_type types by Christopher Faulet · 4 years, 2 months ago
  6. aaab083 MEDIUM: checks: Add matching on log-format string for expect rules by Christopher Faulet · 4 years, 2 months ago
  7. 3970819 MEDIUM: checks: Support matching on headers for http-check expect rules by Christopher Faulet · 4 years, 2 months ago
  8. dc75d57 CLEANUP: checks: Fix checks includes by Christopher Faulet · 4 years, 2 months ago
  9. 4a8c026 BUG/MINOR: checks/server: use_ssl member must be signed by Christopher Faulet · 4 years, 3 months ago
  10. 8021a5f MINOR: checks: Support list of status codes on http-check expect rules by Christopher Faulet · 4 years, 3 months ago
  11. 88d939c Revert "MEDIUM: checks: capture groups in expect regexes" by Christopher Faulet · 4 years, 3 months ago
  12. d7cee71 MINOR: checks: Use a tree instead of a list to store tcp-check rulesets by Christopher Faulet · 4 years, 3 months ago
  13. 61cc852 CLEANUP: checks: Reorg checks.c file to be more readable by Christopher Faulet · 4 years, 3 months ago
  14. d7e6396 MEDIUM: checks: Implement default TCP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  15. b356714 MINOR: checks: Add a mux proto to health-check and tcp-check connect rule by Christopher Faulet · 4 years, 3 months ago
  16. 3829046 MINOR: checks/obj_type: Add a new object type for checks by Christopher Faulet · 4 years, 3 months ago
  17. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  18. 12d5740 MINOR: checks: Introduce flags to configure in tcp-check expect rules by Christopher Faulet · 4 years, 3 months ago
  19. f930e4c MINOR: checks: Use an indirect string to represent the expect matching string by Christopher Faulet · 4 years, 3 months ago
  20. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  21. ec07e38 MINOR: checks: Add an option to set success status of tcp-check expect rules by Christopher Faulet · 4 years, 3 months ago
  22. 799f3a4 MINOR: Produce tcp-check info message for pure tcp-check rules only by Christopher Faulet · 4 years, 3 months ago
  23. 0ae3d1d MEDIUM: checks: Implement agent check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  24. 267b01b MEDIUM: checks: Implement SPOP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  25. 1997eca MEDIUM: checks: Implement LDAP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  26. f2b3be5 MEDIUM: checks: Implement MySQL check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  27. ce35507 MEDIUM: checks: Implement postgres check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  28. fbcc77c MEDIUM: checks: Implement smtp check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  29. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  30. 33f05df MEDIUM: checks: Implement redis check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  31. 9e6ed15 MINOR: checks: Support custom functions to eval a tcp-check expect rules by Christopher Faulet · 4 years, 3 months ago
  32. 6f87adc MINOR: checks: Export the tcpcheck_eval_ret enum by Christopher Faulet · 4 years, 3 months ago
  33. 7a1e2e1 MEDIUM: checks: Add a list of vars to set before executing a tpc-check ruleset by Christopher Faulet · 4 years, 3 months ago
  34. bb591a1 MINOR: checks: Relax the default option for tcp-check connect rules by Christopher Faulet · 4 years, 3 months ago
  35. 98cc57c MEDIUM: checks: Add status-code sample expression on tcp-check expect rules by Christopher Faulet · 4 years, 3 months ago
  36. be52b4d MEDIUM: checks: Add on-error/on-success option on tcp-check expect rules by Christopher Faulet · 4 years, 3 months ago
  37. cf80f2f MINOR: checks: Add option to tcp-check expect rules to customize error status by Christopher Faulet · 4 years, 3 months ago
  38. 1032059 MINOR: checks: Use a name for the healthcheck status enum by Christopher Faulet · 4 years, 3 months ago
  39. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  40. f50f4e9 MEDIUM: checks: Support log-format strings for tcp-check send rules by Christopher Faulet · 4 years, 3 months ago
  41. b7d3009 MEDIUM: checks: Support expression to set the port by Christopher Faulet · 4 years, 3 months ago
  42. 5c28874 MINOR: checks: Add the addr option for tcp-check connect rule by Christopher Faulet · 4 years, 3 months ago
  43. 085426a MINOR: checks: Add the via-socks4 option for tcp-check connect rules by Christopher Faulet · 4 years, 3 months ago
  44. 79b31d4 MINOR: checks: Add the sni option for tcp-check connect rules by Christopher Faulet · 4 years, 3 months ago
  45. 707b52f MEDIUM: checks: Parse custom action rules in tcp-checks by Gaetan Rivet · 4 years, 5 months ago
  46. 13a5043 MINOR: checks/vars: Add a check scope for variables by Gaetan Rivet · 4 years, 5 months ago
  47. 05d692d MEDIUM: checks: Associate a session to each tcp-check healthcheck by Gaetan Rivet · 4 years, 5 months ago
  48. b2c2e0f MAJOR: checks: Refactor and simplify the tcp-check loop by Christopher Faulet · 4 years, 3 months ago
  49. a202d1d MEDIUM: checks: Add implicit tcp-check connect rule by Christopher Faulet · 4 years, 4 months ago
  50. 06d963a MINOR: checks: define a tcp-check connect type by Gaetan Rivet · 4 years, 5 months ago
  51. 48219dc MINOR: checks: define tcp-check send type by Gaetan Rivet · 4 years, 5 months ago
  52. 5301b01 MINOR: checks: Set the tcp-check rule index during parsing by Gaetan Rivet · 4 years, 5 months ago
  53. 9dcb09f MEDIUM: checks: capture groups in expect regexes by Gaetan Rivet · 4 years, 5 months ago
  54. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · 4 years, 5 months ago
  55. b616add MINOR: checks: define a tcp expect type by Gaetan Rivet · 4 years, 5 months ago
  56. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · 4 years, 5 months ago
  57. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · 4 years, 5 months ago
  58. 4038b94 MEDIUM: checks: rewind to the first inverse expect rule of a chain on new data by Gaetan Rivet · 4 years, 5 months ago
  59. dd66732 MINOR: checks: Use an enum to describe the tcp-check rule type by Gaetan Rivet · 4 years, 5 months ago
  60. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 4 months ago
  61. aaae9a0 BUG/MINOR: check: Update server address and port to execute an external check by Christopher Faulet · 4 years, 3 months ago
  62. a8561db BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h by Willy Tarreau · 4 years, 4 months ago
  63. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  64. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  65. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  66. 0b75e63 CLEANUP: Fix a typo in the checks header file by Joseph Herlant · 6 years ago
  67. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  68. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · 6 years ago
  69. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  70. ec74647 BUILD: checks: don't include server.h by Willy Tarreau · 7 years ago
  71. 08eaa78 CLEANUP: checks: remove 16 bytes of holes in struct check by Willy Tarreau · 7 years ago
  72. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  73. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · 7 years ago
  74. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · 8 years ago
  75. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · 9 years ago
  76. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · 9 years ago
  77. aa12b47 MINOR: tcpcheck_rule structure update by Baptiste Assmann · 9 years ago
  78. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  79. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  80. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · 9 years ago
  81. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  82. ac92a06 MINOR: checks: update dynamic environment variables in external checks by Cyril Bonté · 10 years ago
  83. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  84. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  85. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  86. 2396418 MINOR: checks: support a neutral check result by Willy Tarreau · 10 years ago
  87. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · 11 years ago
  88. 3343432 MINOR: checks: add a flag to indicate what check is an agent by Willy Tarreau · 11 years ago
  89. 33a08db MINOR: checks: add a PAUSED state for the checks by Willy Tarreau · 11 years ago
  90. 2e10f5a MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED by Willy Tarreau · 11 years ago
  91. 2c115e5 MINOR: checks: rename the state flags by Willy Tarreau · 11 years ago
  92. 6aaa1b8 MINOR: checks: use an enum instead of flags to report a check result by Willy Tarreau · 11 years ago
  93. 8e85ad5 REORG: checks: retrieve the check-specific defines from server.h to checks.h by Willy Tarreau · 11 years ago
  94. 98aec9f BUG/MINOR: checks: tcp-check actions are enums, not flags by Willy Tarreau · 11 years ago
  95. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  96. 7eeb435 CLEANUP: protect checks.h from multiple inclusions by Thierry FOURNIER · 11 years ago
  97. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  98. b7cd8f9 CLEANUP: Fix HCHK spelling errors by Simon Horman · 12 years ago
  99. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  100. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago