1. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  2. f50f4e9 MEDIUM: checks: Support log-format strings for tcp-check send rules by Christopher Faulet · 4 years, 3 months ago
  3. b7d3009 MEDIUM: checks: Support expression to set the port by Christopher Faulet · 4 years, 3 months ago
  4. 5c28874 MINOR: checks: Add the addr option for tcp-check connect rule by Christopher Faulet · 4 years, 3 months ago
  5. 085426a MINOR: checks: Add the via-socks4 option for tcp-check connect rules by Christopher Faulet · 4 years, 3 months ago
  6. 79b31d4 MINOR: checks: Add the sni option for tcp-check connect rules by Christopher Faulet · 4 years, 3 months ago
  7. 707b52f MEDIUM: checks: Parse custom action rules in tcp-checks by Gaetan Rivet · 4 years, 5 months ago
  8. 13a5043 MINOR: checks/vars: Add a check scope for variables by Gaetan Rivet · 4 years, 5 months ago
  9. 05d692d MEDIUM: checks: Associate a session to each tcp-check healthcheck by Gaetan Rivet · 4 years, 5 months ago
  10. b2c2e0f MAJOR: checks: Refactor and simplify the tcp-check loop by Christopher Faulet · 4 years, 3 months ago
  11. a202d1d MEDIUM: checks: Add implicit tcp-check connect rule by Christopher Faulet · 4 years, 3 months ago
  12. 06d963a MINOR: checks: define a tcp-check connect type by Gaetan Rivet · 4 years, 5 months ago
  13. 48219dc MINOR: checks: define tcp-check send type by Gaetan Rivet · 4 years, 5 months ago
  14. 5301b01 MINOR: checks: Set the tcp-check rule index during parsing by Gaetan Rivet · 4 years, 4 months ago
  15. 9dcb09f MEDIUM: checks: capture groups in expect regexes by Gaetan Rivet · 4 years, 5 months ago
  16. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · 4 years, 5 months ago
  17. b616add MINOR: checks: define a tcp expect type by Gaetan Rivet · 4 years, 5 months ago
  18. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · 4 years, 5 months ago
  19. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · 4 years, 5 months ago
  20. 4038b94 MEDIUM: checks: rewind to the first inverse expect rule of a chain on new data by Gaetan Rivet · 4 years, 4 months ago
  21. dd66732 MINOR: checks: Use an enum to describe the tcp-check rule type by Gaetan Rivet · 4 years, 5 months ago
  22. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  23. aaae9a0 BUG/MINOR: check: Update server address and port to execute an external check by Christopher Faulet · 4 years, 2 months ago
  24. a8561db BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h by Willy Tarreau · 4 years, 4 months ago
  25. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  26. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  27. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  28. 0b75e63 CLEANUP: Fix a typo in the checks header file by Joseph Herlant · 6 years ago
  29. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  30. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · 6 years ago
  31. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  32. ec74647 BUILD: checks: don't include server.h by Willy Tarreau · 7 years ago
  33. 08eaa78 CLEANUP: checks: remove 16 bytes of holes in struct check by Willy Tarreau · 7 years ago
  34. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  35. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · 7 years ago
  36. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · 8 years ago
  37. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · 9 years ago
  38. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · 9 years ago
  39. aa12b47 MINOR: tcpcheck_rule structure update by Baptiste Assmann · 9 years ago
  40. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  41. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  42. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · 9 years ago
  43. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  44. ac92a06 MINOR: checks: update dynamic environment variables in external checks by Cyril Bonté · 10 years ago
  45. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  46. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  47. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  48. 2396418 MINOR: checks: support a neutral check result by Willy Tarreau · 10 years ago
  49. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · 11 years ago
  50. 3343432 MINOR: checks: add a flag to indicate what check is an agent by Willy Tarreau · 11 years ago
  51. 33a08db MINOR: checks: add a PAUSED state for the checks by Willy Tarreau · 11 years ago
  52. 2e10f5a MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED by Willy Tarreau · 11 years ago
  53. 2c115e5 MINOR: checks: rename the state flags by Willy Tarreau · 11 years ago
  54. 6aaa1b8 MINOR: checks: use an enum instead of flags to report a check result by Willy Tarreau · 11 years ago
  55. 8e85ad5 REORG: checks: retrieve the check-specific defines from server.h to checks.h by Willy Tarreau · 11 years ago
  56. 98aec9f BUG/MINOR: checks: tcp-check actions are enums, not flags by Willy Tarreau · 11 years ago
  57. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  58. 7eeb435 CLEANUP: protect checks.h from multiple inclusions by Thierry FOURNIER · 11 years ago
  59. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  60. b7cd8f9 CLEANUP: Fix HCHK spelling errors by Simon Horman · 12 years ago
  61. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  62. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  63. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
  64. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · 15 years ago