Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
9b03c0c9a74a86f00fdce6823ff71bd663ce658f
/
src
/
server.c
306e653
BUG/MINOR: servers: Don't make "server" in a frontend fatal.
by Olivier Houchard
· 6 years ago
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
8e2d943
MINOR: dns: new DNS options to allow/prevent IP address duplication
by Baptiste Assmann
· 6 years ago
9215ffa
BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file
by Daniel Corbett
· 6 years ago
abbf607
MEDIUM: cli: Add payload support
by Aurélien Nephtali
· 7 years ago
4399c75
MINOR: proxy-v2-options: add crc32c
by Emmanuel Hocdet
· 7 years ago
253c3b7
MINOR: connection: add proxy-v2-options authority
by Emmanuel Hocdet
· 7 years ago
fa8d0f1
MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key
by Emmanuel Hocdet
· 7 years ago
f643b80
MINOR: introduce proxy-v2-options for send-proxy-v2
by Emmanuel Hocdet
· 7 years ago
8d01fd6
BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag
by Christopher Faulet
· 7 years ago
e9bad0a
MINOR: servers: Don't report duplicate dyncookies for disabled servers.
by Olivier Houchard
· 7 years ago
e311480
BUG/MEDIUM: checks: a server passed in maint state was not forced down.
by Emeric Brun
· 7 years ago
8f29829
BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state.
by Emeric Brun
· 7 years ago
fbc74e8
MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
by Olivier Houchard
· 7 years ago
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· 7 years ago
358847f
BUILD: server: check->desc always exists
by Willy Tarreau
· 7 years ago
9dcf9b6
MINOR: threads: Use __decl_hathreads to declare locks
by Christopher Faulet
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
2838107
BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback().
by Olivier Houchard
· 7 years ago
55dcdf4
BUG/MINOR: dns: Don't try to get the server lock if it's already held.
by Olivier Houchard
· 7 years ago
6ce38f3
CLEANUP: server: get rid of return statements in the CLI parser
by Willy Tarreau
· 7 years ago
a075258
BUG/MINOR: cli: add severity in "set server addr" parser
by Willy Tarreau
· 7 years ago
1c8980f
BUG/MINOR: cli: do not perform an invalid action on "set server check-port"
by Willy Tarreau
· 7 years ago
2a858a8
BUG/MAJOR: threads/server: missing unlock in CLI fqdn parser
by Willy Tarreau
· 7 years ago
e9fd6b5
BUG/MINOR: dns: fix missing lock protection on server.
by Emeric Brun
· 7 years ago
d16bfe6
BUG/MINOR: dns: Fix SRV records with the new thread code.
by Olivier Houchard
· 7 years ago
9f0b458
MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency
by Emeric Brun
· 7 years ago
b2812a6
MEDIUM: thread/dns: Make DNS thread-safe
by Christopher Faulet
· 7 years ago
5d42e09
MINOR: threads/server: Add a lock to deal with insert in updates_servers list
by Christopher Faulet
· 7 years ago
29f77e8
MEDIUM: threads/server: Add a lock per server and atomically update server vars
by Christopher Faulet
· 7 years ago
40a007c
MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe
by Christopher Faulet
· 7 years ago
67957bd
MAJOR: dns: Refactor the DNS code
by Christopher Faulet
· 7 years ago
796a2b3
BUG/MEDIUM: server: Allocate tmptrash before using it.
by Olivier Houchard
· 7 years ago
5a13351
BUG/MEDIUM: log: check result details truncated.
by Emeric Brun
· 7 years ago
06d80a9
REORG: channel: finally rename the last bi_* / bo_* functions
by Willy Tarreau
· 7 years ago
64cc49c
MAJOR: servers: propagate server status changes asynchronously.
by Emeric Brun
· 7 years ago
6fb4ba3
BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server (take2)
by Willy Tarreau
· 7 years ago
e1e3947
BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server
by Emeric Brun
· 7 years ago
3bbd65b
BUG/MINOR: dns: Fix check on nameserver in snr_resolution_cb
by Christopher Faulet
· 7 years ago
c3680ec
MINOR: add severity information to cli feedback messages
by Andjelko Iharos
· 7 years ago
3d609a7
Revert "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file"
by Willy Tarreau
· 7 years ago
19e8aa5
BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file
by Nenad Merdanovic
· 7 years ago
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· 7 years ago
747359e
BUG/MINOR: dns: server set by SRV records stay in "no resolution" status
by Baptiste Assmann
· 7 years ago
6fb8192
MINOR: dns: enable caching of responses for server set by a SRV record
by Baptiste Assmann
· 7 years ago
8da5f98
MINOR: dns: Handle SRV records.
by Olivier Houchard
· 7 years ago
a8c6db8
MINOR: dns: Cache previous DNS answers.
by Olivier Houchard
· 7 years ago
3169471
MINOR: Add server port field to server state file.
by Frédéric Lécaille
· 7 years ago
0bedb8a
BUG/MAJOR: server: Segfault after parsing server state file.
by Frédéric Lécaille
· 7 years ago
201c07f
MAJOR/REORG: dns: DNS resolution task and requester queues
by Baptiste Assmann
· 7 years ago
fa4a663
MINOR: dns: implement a LRU cache for DNS resolutions
by Baptiste Assmann
· 8 years ago
729c901
MAJOR: dns: save a copy of the DNS response in struct resolution
by Baptiste Assmann
· 7 years ago
fb7091e
MINOR: dns: new snr_check_ip_callback function
by Baptiste Assmann
· 8 years ago
4274637
REORG: dns: dns_option structure, storage of hostname_dn
by Baptiste Assmann
· 8 years ago
4f91f7e
MINOR: dns: parse_server() now uses srv_alloc_dns_resolution()
by Baptiste Assmann
· 8 years ago
81ed1a0
MINOR: dns: functions to manage memory for a DNS resolution structure
by Baptiste Assmann
· 8 years ago
9d41fe7
CLEANUP: server.c: missing prototype of srv_free_dns_resolution
by Baptiste Assmann
· 8 years ago
b418c12
MINOR: server: cli: Add server FQDNs to server-state file and stats socket.
by Frédéric Lécaille
· 8 years ago
72ed475
MINOR: server: Add server_template_init() function to initialize servers from a templates.
by Frédéric Lécaille
· 8 years ago
b82f742
MINOR: server: Add 'server-template' new keyword supported in backend sections.
by Frédéric Lécaille
· 8 years ago
759ea98
MINOR: server: Extract the code which finalizes server initializations after 'server' lines parsing.
by Frédéric Lécaille
· 8 years ago
58b207c
MINOR: server: Extract the code responsible of copying default-server settings.
by Frédéric Lécaille
· 8 years ago
daa2fe6
BUG/MINOR: server: missing default server 'resolvers' setting duplication.
by Frédéric Lécaille
· 8 years ago
7d8e688
BUG/MINOR: server: don't use "proxy" when px is really meant.
by Olivier Houchard
· 8 years ago
dfacd69
BUG/MAJOR: Broken parsing for valid keywords provided after 'source' setting.
by Frédéric Lécaille
· 8 years ago
8d083ed
BUG/MINOR: server: Fix a wrong error message during 'usesrc' keyword parsing.
by Frédéric Lécaille
· 8 years ago
04bf981
BUG/MEDIUM: servers: unbreak server weight propagation
by Willy Tarreau
· 8 years ago
266b1a8
MEDIUM: server: Inherit CLI weight changes and agent-check weight responses
by Michal Idzikowski
· 8 years ago
3a47193
BUG/MINOR: server : no transparent proxy for DragonflyBSD
by David Carlier
· 8 years ago
b4a2d5e
MINOR server: Restrict dynamic cookie check to the same proxy.
by Olivier Houchard
· 8 years ago
6f18208
CLEANUP: server: moving netinet/tcp.h inclusion
by David Carlier
· 8 years ago
acd4827
BUG/MEDIUM: server: Wrong server default CRT filenames initialization.
by Frédéric Lécaille
· 8 years ago
6e0843c
MINOR: server: Add 'no-agent-check' server keyword.
by Frédéric Lécaille
· 8 years ago
2a0d061
MINOR: server: Make 'default-server' support 'disabled' keyword.
by Frédéric Lécaille
· 8 years ago
6e5e0d8
MINOR: server: Make 'default-server' support 'addr' keyword.
by Frédéric Lécaille
· 8 years ago
9a146de
MINOR: server: Make 'default-server' support 'sni' keyword.
by Frédéric Lécaille
· 8 years ago
dba9707
MINOR: server: Make 'default-server' support 'source' keyword.
by Frédéric Lécaille
· 8 years ago
22f41a2
MINOR: server: Make 'default-server' support 'namespace' keyword.
by Frédéric Lécaille
· 8 years ago
5c3cd97
MINOR: server: Make 'default-server' support 'tcp-ut' keyword.
by Frédéric Lécaille
· 8 years ago
bcaf1d7
MINOR: server: Make 'default-server' support 'ciphers' keyword.
by Frédéric Lécaille
· 8 years ago
9d1b95b
MINOR: server: Make 'default-server' support 'cookie' keyword.
by Frédéric Lécaille
· 8 years ago
547356e
MINOR: server: Make 'default-server' support 'observe' keyword.
by Frédéric Lécaille
· 8 years ago
1618623
MINOR: server: Make 'default-server' support 'redir' keyword.
by Frédéric Lécaille
· 8 years ago
5e57643
MINOR: server: Make 'default-server' support 'ca-file', 'crl-file' and 'crt' settings.
by Frédéric Lécaille
· 8 years ago
67e0e61
MINOR: server: Make 'default-server' support 'track' setting.
by Frédéric Lécaille
· 8 years ago
65aa356
MINOR: server: Make 'default-server' support 'check' keyword.
by Frédéric Lécaille
· 8 years ago
273f321
MINOR: server: Make 'default-server' support 'verifyhost' setting.
by Frédéric Lécaille
· 8 years ago
7c8cd58
MINOR: server: Make 'default-server' support 'verify' keyword.
by Frédéric Lécaille
· 8 years ago
31045e4
MINOR: server: Make 'default-server' support 'send-proxy' and 'send-proxy-v2 keywords.
by Frédéric Lécaille
· 8 years ago
f9bc1d6
MINOR: server: Make 'default-server' support 'non-stick' keyword.
by Frédéric Lécaille
· 8 years ago
1502cfd
CLEANUP: server: code alignement.
by Frédéric Lécaille
· 8 years ago
25df890
MINOR: server: Make 'default-server' support 'check-send-proxy' keyword.
by Frédéric Lécaille
· 8 years ago
f5bf903
MINOR: server: Make 'default-server' support 'backup' keyword.
by Frédéric Lécaille
· 8 years ago
8065b6d
MINOR: server: irrelevant error message with 'default-server' config file keyword.
by Frédéric Lécaille
· 8 years ago
2cb49eb
BUG/MEDIUM server: Fix crash when dynamic is defined, but not key is provided.
by Olivier Houchard
· 8 years ago
4e69404
MINOR: server: Add dynamic session cookies.
by Olivier Houchard
· 8 years ago
2da082d
MINOR: cli: Add possiblity to change agent config via CLI/socket
by Misiek
· 8 years ago
ea84933
MINOR: checks: Add agent-addr config directive
by Misiek
· 8 years ago
77ee752
BUG/MINOR: Reset errno variable before calling strtol(3)
by Ryabin Sergey
· 8 years ago
Next »