Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
35069f84afae1ff11654146cb59b05468e6876fc
/
src
/
cfgparse.c
« Previous
146defa
MINOR: Add TLS ticket keys reference and use it in the listener struct
by Nenad Merdanovic
· 9 years ago
5581c27
BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
by Willy Tarreau
· 9 years ago
f2c8735
BUG/MAJOR: checks: always check for end of list before proceeding
by Willy Tarreau
· 9 years ago
b2f0745
MEDIUM: cfgparse: expand environment variables
by William Lallemand
· 9 years ago
64e8451
MINOR: cfgparse: remove line size limitation
by William Lallemand
· 9 years ago
3f41560
BUG/MEDIUM: cfgparse: incorrect memmove in quotes management
by William Lallemand
· 9 years ago
22b09d2
MINOR: include comment in tcpcheck error log
by Baptiste Assmann
· 10 years ago
f9873ba
MEDIUM: cfgparse: introduce weak and strong quoting
by William Lallemand
· 10 years ago
e428b08
BUG/MEDIUM: config: properly compute the default number of processes for a proxy
by Willy Tarreau
· 10 years ago
64c5722
MINOR: config: report the number of processes using a peers section in the error case
by Willy Tarreau
· 10 years ago
0334ffc
CLEANUP: config: fix misleading information in error message.
by Willy Tarreau
· 10 years ago
9fbe18e
MEDIUM: http: add a new option http-buffer-request
by Willy Tarreau
· 10 years ago
bf59807
MAJOR: peers: allow peers section to be used with nbproc > 1
by Willy Tarreau
· 10 years ago
1e27301
MEDIUM: config: validate that peers sections are bound to exactly one process
by Willy Tarreau
· 10 years ago
0fca483
MEDIUM: config: propagate the table's process list to the peers sections
by Willy Tarreau
· 10 years ago
77e4bd1
MEDIUM: peers: add the ability to disable a peers section
by Willy Tarreau
· 10 years ago
6866f3f
MEDIUM: config: initialize stick-tables after peers, not before
by Willy Tarreau
· 10 years ago
02df774
BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies
by Willy Tarreau
· 10 years ago
0f228a0
MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
by Willy Tarreau
· 10 years ago
f3045d2
MAJOR: pattern: add LRU-based cache on pattern matching
by Willy Tarreau
· 10 years ago
9903f0e
REORG: session: move the session parts out of stream.c
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
10b688f
MEDIUM: listener: store the default target per listener
by Willy Tarreau
· 10 years ago
512fd00
CLEANUP: listeners: remove unused timeout
by Willy Tarreau
· 10 years ago
91d9628
MINOR: peers: centralize configuration of the peers frontend
by Willy Tarreau
· 10 years ago
9ff95bb
BUG/MEDIUM: peers: correctly configure the client timeout
by Willy Tarreau
· 10 years ago
e7acee7
BUILD/CLEANUP: config: silent 3 warnings about mixed declarations with code
by Willy Tarreau
· 10 years ago
05552d4
MEDIUM: Add support for configurable TLS ticket keys
by Nenad Merdanovic
· 10 years ago
64e3416
MEDIUM: Allow suppression of email alerts by log level
by Simon Horman
· 10 years ago
0ba0e4a
MEDIUM: Support sending email alerts
by Simon Horman
· 10 years ago
9dc4996
MEDIUM: Allow configuration of email alerts
by Simon Horman
· 10 years ago
0d16a40
MEDIUM: Add parsing of mailers section
by Simon Horman
· 10 years ago
1a23cf0
BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
by Simon Horman
· 10 years ago
324f07f
MEDIUM: backend: add the crc32 hash algorithm for load balancing
by Willy Tarreau
· 10 years ago
094af4e
MINOR: logs: add a new per-proxy "log-tag" directive
by Willy Tarreau
· 10 years ago
33cb065
MINOR: config: implement global setting tune.buffers.limit
by Willy Tarreau
· 10 years ago
1058ae7
MINOR: config: implement global setting tune.buffers.reserve
by Willy Tarreau
· 10 years ago
f6b7001
BUG/MEDIUM: config: do not propagate processes between stopped processes
by Willy Tarreau
· 10 years ago
8a95d8c
BUG/MINOR: config: fix typo in condition when propagating process binding
by Willy Tarreau
· 10 years ago
d972203
BUG/MINOR: parse: refer curproxy instead of proxy
by Godbach
· 10 years ago
b3e54fe
MAJOR: namespace: add Linux network namespace support
by KOVACS Krisztian
· 10 years ago
743c128
BUG/MINOR: config: don't inherit the default balance algorithm in frontends
by Willy Tarreau
· 10 years ago
06cc905
BUG/MEDIUM: config: avoid skipping disabled proxies
by Willy Tarreau
· 10 years ago
5163969
BUG/MINOR: config: don't propagate process binding for dynamic use_backend
by Cyril Bonté
· 10 years ago
acbe8ab
BUG/MINOR: config: don't propagate process binding on fatal errors.
by Willy Tarreau
· 10 years ago
e42bd96
MINOR: config: detect the case where a tcp-request content rule has no inspect-delay
by Willy Tarreau
· 10 years ago
3986b9c
MEDIUM: config: report it when tcp-request rules are misplaced
by Willy Tarreau
· 10 years ago
eb791e0
MEDIUM: config: only warn if stats are attached to multi-process bind directives
by Willy Tarreau
· 10 years ago
419ead8
MEDIUM: config: compute the exact bind-process before listener's maxaccept
by Willy Tarreau
· 10 years ago
b369a04
MEDIUM: config: make the frontends automatically bind to the listeners' processes
by Willy Tarreau
· 10 years ago
64ab607
MEDIUM: config: properly propagate process binding between proxies
by Willy Tarreau
· 10 years ago
8a3478e
BUG/MEDIUM: config: propagate frontend to backend process binding again.
by Willy Tarreau
· 10 years ago
1a0191d
BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
by Cyril Bonté
· 10 years ago
09448f7
MEDIUM: http: add the track-sc* actions to http-request rules
by Willy Tarreau
· 10 years ago
18324f5
MEDIUM: log: support a user-configurable max log line length
by Willy Tarreau
· 10 years ago
98637e5
MEDIUM: Add external check
by Simon Horman
· 10 years ago
09af0d6
MEDIUM: regex: replace all standard regex function by own functions
by Thierry FOURNIER
· 10 years ago
148f408
MINOR: regex: fix a little configuration memory leak.
by Thierry FOURNIER
· 10 years ago
215663d
MINOR: config: warn when tcp-check rules are used without option tcp-check
by Willy Tarreau
· 10 years ago
d9ed3d2
MINOR: logs: don't limit HTTP header captures to HTTP frontends
by Willy Tarreau
· 10 years ago
f46cd6e
MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits
by Remi Gacogne
· 10 years ago
1b48cc9
BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and server-fin) in defaults section.
by Simone Gotti
· 10 years ago
6639a7c
MINOR: checks: mysql-check: Add support for v4.1+ authentication
by Nenad Merdanovic
· 10 years ago
3209123
MEDIUM: server: allow multi-level server tracking
by Willy Tarreau
· 10 years ago
a0066dd
MEDIUM: server: properly support and propagate the maintenance status
by Willy Tarreau
· 10 years ago
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· 10 years ago
2012521
REORG/MEDIUM: server: move the maintenance bits out of the server state
by Willy Tarreau
· 10 years ago
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· 10 years ago
63af98d
BUG/MAJOR: config: don't free valid regex memory
by Willy Tarreau
· 10 years ago
07fcaaa
MINOR: fix a few memory usage errors
by Dirkjan Bussink
· 11 years ago
4e5ed29
BUG/MEDIUM: config: a stats-less config crashes in 1.5-dev25
by Willy Tarreau
· 10 years ago
9cf8d3f
MINOR: protocols: use is_inet_addr() when only INET addresses are desired
by Willy Tarreau
· 10 years ago
acf3bf9
CLEANUP: config: set the maxaccept value for peers listeners earlier
by Willy Tarreau
· 12 years ago
67c2abc
MINOR: config: only report a warning when stats sockets are bound to more than 1 process
by Willy Tarreau
· 10 years ago
3d20958
MEDIUM: listener: inherit the process mask from the proxy
by Willy Tarreau
· 10 years ago
102df61
MEDIUM: config: check the bind-process settings according to nbproc
by Willy Tarreau
· 10 years ago
a9db57e
MEDIUM: config: limit nbproc to the machine's word size
by Willy Tarreau
· 12 years ago
3507d5d
MEDIUM: proxy: only adjust the backend's bind-process when already set
by Willy Tarreau
· 10 years ago
93ee249
MINOR: ssl: remove fallback to SSL session private cache if lock init fails.
by Emeric Brun
· 10 years ago
8dc6039
MINOR: ssl: add global statement tune.ssl.force-private-cache.
by Emeric Brun
· 10 years ago
caa19cc
BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported.
by Emeric Brun
· 11 years ago
7c29f1e
BUILD: config: remove a warning with clang
by Willy Tarreau
· 11 years ago
a3c504c
MEDIUM: config: inform the user only once that "redispatch" is deprecated
by Willy Tarreau
· 11 years ago
40bac83
MEDIUM: config: inform the user that "reqsetbe" is deprecated
by Willy Tarreau
· 11 years ago
de9d2d7
MEDIUM: config: inform the user about the deprecatedness of "block" rules
by Willy Tarreau
· 11 years ago
b3dc39d
MEDIUM: http: emulate "block" rules using "http-request" rules
by Willy Tarreau
· 11 years ago
353bc9f
CLEANUP: proxy: rename "block_cond" to "block_rules"
by Willy Tarreau
· 11 years ago
c35362a
MINOR: http: implement the max-keep-alive-queue setting
by Willy Tarreau
· 11 years ago
1746eec
MINOR: checks: add a new global max-spread-checks directive
by Willy Tarreau
· 11 years ago
ed2119c
BUG/MEDIUM: stats: mismatch between behaviour and doc about front/back
by Willy Tarreau
· 11 years ago
ee445d9
MEDIUM: config: report misplaced use-server rules
by Willy Tarreau
· 11 years ago
5002f57
MEDIUM: config: report misplaced http-request rules
by Willy Tarreau
· 11 years ago
f51658d
MEDIUM: config: relax use_backend check to make the condition optional
by Willy Tarreau
· 11 years ago
ff11554
CLEANUP: code style: use tabs to indent codes instead of spaces
by Godbach
· 11 years ago
88afe03
BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO
by Nenad Merdanovic
· 11 years ago
348acfe
BUILD/MEDIUM: cfgparse: get rid of sprintf()
by Willy Tarreau
· 11 years ago
272adea
REORG: cfgparse: move server keyword parsing to server.c
by Willy Tarreau
· 11 years ago
702d44f
MEDIUM: proxy: support use_backend with dynamic names
by Bertrand Jacquin
· 11 years ago
fa45f1d
MEDIUM: config: Dynamic sections.
by Thierry FOURNIER
· 11 years ago
fc7ac7b
MINOR: standard: Disable ip resolution during the runtime
by Thierry FOURNIER
· 11 years ago
Next »