Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
22cf59bbbac90573cc28bf1035a3dae046083236
/
src
/
checks.c
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· Tue Nov 07 10:42:54 2017 +0100
62ac84f
CLEANUP: checks: remove return statements in locked functions
by Willy Tarreau
· Sun Nov 05 10:11:13 2017 +0100
73247e0
BUG/MAJOR: threads/checks: wrong use of SPIN_LOCK instead of SPIN_UNLOCK
by Willy Tarreau
· Sun Nov 05 10:06:32 2017 +0100
1cd153a
BUG/MAJOR: threads/checks: add 4 missing spin_unlock() in various functions
by Willy Tarreau
· Sun Nov 05 09:56:14 2017 +0100
f6ba17d
BUG/MAJOR: fix deadlock on healthchecks.
by Emeric Brun
· Thu Nov 02 14:35:27 2017 +0100
16257f6
BUG/MEDIUM: checks/mux: always enable send-polling after connecting
by Willy Tarreau
· Thu Nov 02 15:45:00 2017 +0100
ac59f36
MEDIUM: checks: exclusively use cs_destroy() to release a connection
by Willy Tarreau
· Sun Oct 08 11:10:19 2017 +0200
a553ae9
MEDIUM: connection: replace conn_full_close() with cs_close()
by Willy Tarreau
· Thu Oct 05 18:52:17 2017 +0200
ecdb3fe
MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode
by Willy Tarreau
· Thu Oct 05 15:25:48 2017 +0200
4ff3b89
MINOR: connection: make conn_stream users also check for per-stream error flag
by Willy Tarreau
· Mon Oct 16 15:17:17 2017 +0200
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
53a4766
MEDIUM: connection: start to introduce a mux layer between xprt and data
by Willy Tarreau
· Mon Aug 28 10:53:00 2017 +0200
1bc04c7
BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
by Christopher Faulet
· Sun Oct 29 20:14:08 2017 +0100
9f0b458
MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency
by Emeric Brun
· Mon Oct 23 14:39:51 2017 +0200
c2a89a6
MINOR: threads/mailers: Add a lock to protect queues of email alerts
by Christopher Faulet
· Mon Oct 23 15:54:24 2017 +0200
88ce5d1
MINOR: threads/checks: Set the task process_mask when a check is executed
by Christopher Faulet
· Fri Oct 20 15:41:18 2017 +0200
cfda847
MINOR: threads/checks: Add a lock to protect the pid list used by external checks
by Christopher Faulet
· Fri Oct 20 15:40:23 2017 +0200
29f77e8
MEDIUM: threads/server: Add a lock per server and atomically update server vars
by Christopher Faulet
· Thu Jun 08 14:04:45 2017 +0200
c60def8
MAJOR: threads/task: handle multithread on task scheduler
by Emeric Brun
· Wed Sep 27 14:59:38 2017 +0200
31dff9b
MINOR: mailers: Use pools to allocate email alerts and its tcpcheck_rules
by Christopher Faulet
· Mon Oct 23 15:45:20 2017 +0200
0108bb3
MEDIUM: mailers: Init alerts during conf parsing and refactor their processing
by Christopher Faulet
· Fri Oct 20 21:34:32 2017 +0200
de1a75b
BUG/MINOR: mailers: Fix a memory leak when email alerts are released
by Christopher Faulet
· Mon Oct 23 15:38:19 2017 +0200
67957bd
MAJOR: dns: Refactor the DNS code
by Christopher Faulet
· Wed Sep 27 11:00:59 2017 +0200
390485a
BUG/MINOR: checks: Don't forget to release the connection on error case.
by Olivier Houchard
· Tue Oct 24 19:03:30 2017 +0200
402dbc1
MINOR: checks: use conn_full_close() instead of conn_force_close()
by Willy Tarreau
· Thu Oct 05 17:53:13 2017 +0200
1a0545f
REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
5a13351
BUG/MEDIUM: log: check result details truncated.
by Emeric Brun
· Thu Oct 19 14:42:30 2017 +0200
9130a96
MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks.
by Olivier Houchard
· Tue Oct 17 17:33:43 2017 +0200
0014912
MEDIUM: checks: do not allocate a permanent connection anymore
by Willy Tarreau
· Wed Oct 04 18:05:01 2017 +0200
6bdcab0
MEDIUM: checks: make tcpcheck_main() indicate if it recycled a connection
by Willy Tarreau
· Wed Oct 04 18:41:00 2017 +0200
f411cce
MINOR: checks: don't create then kill a dummy connection before tcp-checks
by Willy Tarreau
· Wed Oct 04 16:21:19 2017 +0200
be74b88
MINOR: tcp-check: make tcpcheck_main() take a check, not a connection
by Willy Tarreau
· Wed Oct 04 16:22:49 2017 +0200
894c642
BUG/MINOR: tcp-check: don't initialize then break a connection starting with a comment
by Willy Tarreau
· Wed Oct 04 15:58:52 2017 +0200
b398e64
CLEANUP: checks: do not allocate a connection for process checks
by Willy Tarreau
· Wed Oct 04 15:25:38 2017 +0200
d7c3fbd
CLEANUP: checks: don't report report the fork() error twice
by Willy Tarreau
· Wed Oct 04 15:19:26 2017 +0200
1e62e2a
CLEANUP: checks: remove misleading comments and statuses for external process
by Willy Tarreau
· Wed Oct 04 15:07:02 2017 +0200
b5259bf
MINOR: checks: make chk_report_conn_err() take a check, not a connection
by Willy Tarreau
· Wed Oct 04 14:47:29 2017 +0200
c09572f
BUG/MEDIUM: tcp-check: don't call tcpcheck_main() from the I/O handlers!
by Willy Tarreau
· Wed Oct 04 11:58:22 2017 +0200
82feaaf
BUG/MINOR: tcp-check: don't quit with pending data in the send buffer
by Willy Tarreau
· Wed Oct 04 11:38:08 2017 +0200
a3782e7
BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O
by Willy Tarreau
· Wed Oct 04 08:45:19 2017 +0200
3cad394
CLEANUUP: checks: don't set conn->handle.fd to -1
by Willy Tarreau
· Wed Oct 04 07:48:56 2017 +0200
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· Thu Aug 31 14:41:55 2017 +0200
bbae3f0
MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH
by Willy Tarreau
· Wed Aug 30 09:59:52 2017 +0200
54e917c
MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
by Willy Tarreau
· Wed Aug 30 07:35:35 2017 +0200
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· Thu Aug 24 14:31:19 2017 +0200
b68fda4
MINOR: check: Fix checks when using SRV records.
by Olivier Houchard
· Fri Aug 04 18:39:01 2017 +0200
f1d33db
CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new()
by Willy Tarreau
· Mon Jul 24 17:55:20 2017 +0200
201c07f
MAJOR/REORG: dns: DNS resolution task and requester queues
by Baptiste Assmann
· Mon May 22 15:17:15 2017 +0200
4274637
REORG: dns: dns_option structure, storage of hostname_dn
by Baptiste Assmann
· Wed May 03 12:12:02 2017 +0200
f494977
BUG/MINOR: checks: don't send proxy protocol with agent checks
by Willy Tarreau
· Sat May 06 08:45:28 2017 +0200
6e0843c
MINOR: server: Add 'no-agent-check' server keyword.
by Frédéric Lécaille
· Tue Mar 21 16:39:15 2017 +0100
de40d79
CLEANUP: connection: completely remove CO_FL_WAKE_DATA
by Willy Tarreau
· Sat Mar 18 17:40:22 2017 +0100
544d481
BUG/MINOR: checks: attempt clean shutw for SSL check
by Steven Davidovitz
· Wed Mar 08 11:06:20 2017 -0800
8ef7525
MAJOR: spoe: refactor the filter to clean up the code
by Christopher Faulet
· Mon Feb 20 22:56:03 2017 +0100
62c8a21
BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested
by Thierry FOURNIER
· Thu Feb 09 12:19:27 2017 +0100
04276f3
MEDIUM: server: split the address and the port into two different fields
by Willy Tarreau
· Fri Jan 06 17:41:29 2017 +0100
a261e9b
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock
by Willy Tarreau
· Thu Dec 22 20:44:00 2016 +0100
141ad85
MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL
by Willy Tarreau
· Thu Dec 22 18:38:00 2016 +0100
865c514
CLEANUP: checks: make use of the post-init registration to start checks
by Willy Tarreau
· Wed Dec 21 20:04:48 2016 +0100
4896c44
DOC: Spelling fixes
by Tim Düsterhus
· Tue Nov 29 02:15:19 2016 +0100
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· Mon Nov 21 17:49:11 2016 +0100
8e0bb0a
MINOR: connection: add names for transport and data layers
by Willy Tarreau
· Thu Nov 24 16:58:12 2016 +0100
ba7bc16
MINOR: spoe/checks: Add support for SPOP health checks
by Christopher Faulet
· Mon Nov 07 21:07:38 2016 +0100
95db2bc
MAJOR: check: find out which port to use for health check at run time
by Baptiste Assmann
· Mon Jun 13 14:15:41 2016 +0200
64345aa
BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD
by Willy Tarreau
· Wed Aug 10 19:29:09 2016 +0200
78f8dcb
CLEANUP: external-check: don't block/unblock SIGCHLD when manipulating the list
by Willy Tarreau
· Tue Jun 21 17:34:14 2016 +0200
ebc9244
BUG/MINOR: external-checks: do not unblock undesired signals
by Willy Tarreau
· Tue Jun 21 17:29:46 2016 +0200
48d6bf2
BUG/MAJOR: external-checks: use asynchronous signal delivery
by Willy Tarreau
· Tue Jun 21 16:27:34 2016 +0200
b7b2478
BUG/MEDIUM: external-checks: close all FDs right after the fork()
by Willy Tarreau
· Tue Jun 21 15:32:29 2016 +0200
174dd37
MINOR: Add ability for agent-check to set server maxconn
by Nenad Merdanovic
· Sun Apr 24 23:10:06 2016 +0200
235fcfc
MINOR: mailers: make it possible to configure the connection timeout
by Pieter Baauw
· Sat Feb 13 15:33:40 2016 +0100
ada3484
MEDIUM: dns: extract options
by Thierry Fournier
· Wed Feb 17 21:25:09 2016 +0100
5e0964e
MINOR: mailers: use <CRLF> for all line endings
by Pieter Baauw
· Sat Feb 13 16:27:35 2016 +0100
46af170
MINOR: mailers: increase default timeout to 10 seconds
by Pieter Baauw
· Fri Feb 12 14:35:20 2016 +0100
b65e033
BUG/MINOR: checks: typo in an email-alert error message
by Cyril Bonté
· Fri Dec 04 03:07:08 2015 +0100
55f9ff1
MINOR: check: add agent-send server parameter
by James Brown
· Wed Oct 21 18:19:05 2015 -0700
e6a4a32
MEDIUM: dns: Don't use the ANY query type
by Andrew Hayworth
· Mon Oct 19 22:29:51 2015 +0000
6076d1c
MINOR: server: startup slowstart task when using seamless reload of HAProxy
by Baptiste Assmann
· Thu Sep 17 22:53:59 2015 +0200
f778bb4
BUG/MINOR: DNS request retry counter used for retry only
by Baptiste Assmann
· Wed Sep 09 00:54:38 2015 +0200
f0d9370
BUG/MEDIUM: dns: DNS resolution doesn't start
by Baptiste Assmann
· Thu Sep 03 10:59:39 2015 +0200
ed35c37
BUG/MEDIUM: mailer: DATA part must be terminated with <CRLF>.<CRLF>
by Pieter Baauw
· Wed Jul 22 19:51:54 2015 +0200
a68ca96
MAJOR: server: add DNS-based server name resolution
by Baptiste Assmann
· Tue Apr 14 01:15:08 2015 +0200
449f952
BUG/MAJOR: checks: break infinite loops when tcp-checks starts with comment
by Willy Tarreau
· Wed May 13 15:39:48 2015 +0200
5581c27
BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
by Willy Tarreau
· Wed May 13 12:24:53 2015 +0200
f2c8735
BUG/MAJOR: checks: always check for end of list before proceeding
by Willy Tarreau
· Wed May 13 12:08:21 2015 +0200
263013d
CLEANUP: checks: simplify the loop processing of tcp-checks
by Willy Tarreau
· Wed May 13 11:59:14 2015 +0200
53c5a04
BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
by Willy Tarreau
· Wed May 13 11:38:17 2015 +0200
ce8c42a
CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
by Willy Tarreau
· Wed May 13 11:23:01 2015 +0200
6296a11
BUG/MAJOR: check: fix breakage of inverted tcp-check rules
by Willy Tarreau
· Tue May 12 11:57:07 2015 +0200
22b09d2
MINOR: include comment in tcpcheck error log
by Baptiste Assmann
· Fri May 01 08:03:04 2015 +0200
cfbd1b8
MINOR: use an int instead of calling tcpcheck_get_step_id
by Baptiste Assmann
· Sat May 02 09:00:23 2015 +0200
96a5c9b
BUG/MINOR: check: fix tcpcheck error message
by Baptiste Assmann
· Fri May 01 08:09:29 2015 +0200
7ea9be0
MEDIUM: Lower priority of email alerts for log-health-checks messages
by Simon Horman
· Thu Apr 30 13:10:33 2015 +0900
f95bc8e
BUG/MEDIUM: check: tcpcheck regression introduced by e16c1b3f
by Baptiste Assmann
· Sat Apr 25 16:03:06 2015 +0200
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· Fri Apr 03 01:14:29 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
514061c
MEDIUM: check: include server address and port in the send-state header
by Joseph Lynch
· Thu Jan 15 17:52:59 2015 -0800
d85c485
REORG: connection: move conn_drain() to connection.c and rename it
by Willy Tarreau
· Fri Mar 13 00:40:28 2015 +0100
b4017d0
MINOR: checks: use conn_data_shutw_hard() instead of call via xprt
by Willy Tarreau
· Thu Mar 12 23:11:26 2015 +0100
bb2ae64
MEDIUM: protocol: automatically pick the proto associated to the connection.
by Thierry FOURNIER
· Wed Jan 14 11:31:49 2015 +0100
Next »