summaryrefslogtreecommitdiff
path: root/include/haproxy/check.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: server: srv_append_status refactoAurelien DARRAGON2023-04-211-0/+1
* CLEANUP: check: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-1/+1
* MINOR: check: export wake_srv_chk()Willy Tarreau2022-05-271-0/+1
* REORG: check: Rename and export I/O callback functionChristopher Faulet2022-05-191-0/+2
* BUILD: checks: fix inlining issue on set_srv_agent_[addr,port}Willy Tarreau2022-01-281-2/+14
* MEDIUM: check: implement check deletion for dynamic serversAmaury Denoyelle2021-08-061-0/+1
* MINOR: check: export check init functionsAmaury Denoyelle2021-08-061-0/+4
* MINOIR: checks/trace: Register a new trace source with its eventsChristopher Faulet2021-04-121-0/+33
* MEDIUM: task: extend the state field to 32 bitsWilly Tarreau2021-03-051-1/+1
* BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust()Willy Tarreau2021-02-181-5/+1
* MEDIUM: check: align agentaddr and agentport behaviourWilliam Dauchy2021-02-041-0/+1
* BUG/MINOR: check: consitent way to set agentaddrWilliam Dauchy2021-02-041-0/+1
* MINOR: checks: Add function to get the result code corresponding to a statusChristopher Faulet2021-02-011-0/+1
* REORG: tcpcheck: Move check option parsing functions based on tcp-checkChristopher Faulet2020-11-271-19/+0
* BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer poolChristopher Faulet2020-11-271-0/+3
* REORG: include: make list-t.h part of the base APIWilly Tarreau2020-06-111-1/+0
* REORG: check: extract the external checks from check.{c,h}Willy Tarreau2020-06-111-2/+3
* REORG: check: move tcpchecks away from check.cWilly Tarreau2020-06-111-15/+5
* REORG: check: move the e-mail alerting code to mailers.cWilly Tarreau2020-06-111-27/+30
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move checks.h to haproxy/check{,-t}.hWilly Tarreau2020-06-111-0/+101