Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
9cd552d8f4b055c1f1e15244a2fc150d443bdd01
/
src
/
cfgparse.c
81c25d0
[MEDIUM] add support for global.maxconnrate to limit the per-process conn rate.
by Willy Tarreau
· Wed Sep 07 15:17:21 2011 +0200
b48f958
[CLEANUP] cfgparse: fix reported options for the "bind" keyword
by Willy Tarreau
· Mon Sep 05 01:17:06 2011 +0200
86ad42c
[MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches
by Willy Tarreau
· Sat Aug 27 12:29:07 2011 +0200
87cf514
[MEDIUM] http: make x-forwarded-for addition conditional
by Willy Tarreau
· Fri Aug 19 22:57:24 2011 +0200
1ee51a6
[BUG] check: http-check expect + regex would crash in defaults section
by Willy Tarreau
· Fri Aug 19 20:04:17 2011 +0200
1620ec3
[MEDIUM] checks: group health checks methods by values and save option bits
by Willy Tarreau
· Sat Aug 06 17:05:02 2011 +0200
ec032d6
[MINOR] check: add redis check support
by Hervé COMMOWICK
· Fri Aug 05 16:23:48 2011 +0200
237250c
[BUG] proxy: stats frontend and peers were missing many initializers
by Willy Tarreau
· Fri Jul 29 01:49:03 2011 +0200
918ff60
[MAJOR] proxy: finally get rid of maintain_proxies()
by Willy Tarreau
· Mon Jul 25 16:33:49 2011 +0200
07687c1
[MEDIUM] listeners: queue proxy-bound listeners at the proxy's
by Willy Tarreau
· Sun Jul 24 23:55:06 2011 +0200
5e55f5d
[MINOR] Consistently free expr on error in cfg_parse_listen()
by Simon Horman
· Fri Jul 15 13:14:07 2011 +0900
fa46168
[MINOR] Add non-stick server option
by Simon Horman
· Sat Jun 25 09:39:49 2011 +0900
e0d1bfb
[MINOR] Allow shutdown of sessions when a server becomes unavailable
by Simon Horman
· Tue Jun 21 14:34:58 2011 +0900
af51495
[MINOR] Add active connection list to server
by Simon Horman
· Tue Jun 21 14:34:57 2011 +0900
212f778
[BUG] checks: fix support of Mysqld >= 5.5 for mysql-check
by Hervé COMMOWICK
· Fri Jun 10 14:05:59 2011 +0200
ab1a3e9
[CLEANUP] config: remove some left-over printf debugging code from previous patch
by Willy Tarreau
· Tue Jun 14 07:49:12 2011 +0200
fbb7842
[MINOR] config: automatically compute a default fullconn value
by Willy Tarreau
· Sun Jun 05 15:38:35 2011 +0200
44702af
[MINOR] config: make it possible to specify a cookie even without a server
by Willy Tarreau
· Mon May 30 18:47:41 2011 +0200
96e3121
[MEDIUM] http: add support for "http-no-delay"
by Willy Tarreau
· Mon May 30 18:10:30 2011 +0200
436d9ed
[REORG] http: move HTTP error codes back to proto_http.h
by Willy Tarreau
· Wed May 11 16:10:11 2011 +0200
11bcb6c
[MEDIUM] IPv6 support for syslog
by David du Colombier
· Thu Mar 24 12:23:00 2011 +0100
2dff0c2
[MINOR] cfgparse: better report wrong listening addresses and make use of str2sa_range
by Willy Tarreau
· Fri Mar 04 15:43:13 2011 +0100
9842ff1
[MINOR] update comment about IPv6 support for server
by David du Colombier
· Thu Mar 17 10:40:28 2011 +0100
fab5a43
[MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses
by Willy Tarreau
· Fri Mar 04 15:31:53 2011 +0100
5ab04ec
[MEDIUM] server: add support for the "send-proxy" option
by Willy Tarreau
· Sun Mar 20 10:32:26 2011 +0100
ff011f2
[REORG] http: move the http-request rules to proto_http
by Willy Tarreau
· Thu Jan 06 17:51:27 2011 +0100
6f5ccb1
[MEDIUM] add internal support for IPv6 server addresses
by David du Colombier
· Thu Mar 10 22:26:24 2011 +0100
d6cc532
[MINOR] cfgparse: only keep one of dispatch, transparent, http_proxy
by Willy Tarreau
· Fri Mar 04 17:30:54 2011 +0100
f5ab69a
[MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode
by Willy Tarreau
· Fri Mar 04 22:44:16 2011 +0100
9d9ed01
[MINOR] config: warn if response-only conditions are used in "redirect" rules
by Willy Tarreau
· Wed Feb 23 15:24:42 2011 +0100
c8b1109
[BUG] cfgparse: correctly count one socket per port in ranges
by Willy Tarreau
· Wed Feb 16 11:08:57 2011 +0100
38b4156
[MINOR] checks: add PostgreSQL health check
by Rauf Kuliyev
· Tue Jan 04 15:14:13 2011 +0100
48936af
[MINOR] log: ability to override the syslog tag
by Kevinm
· Wed Dec 22 16:08:21 2010 +0000
48a7e72
[MINOR] tcp: add support for dynamic MSS setting
by Willy Tarreau
· Fri Dec 24 15:26:39 2010 +0100
df5b38f
[MINOR] log: add support for passing the forwarded hostname
by Joe Williams
· Wed Dec 29 17:05:48 2010 +0100
02ff8ef
[MINOR] add warnings on features not compatible with multi-process mode
by Cyril Bonté
· Tue Dec 14 22:48:49 2010 +0100
798a39c
[MEDIUM] hash: add support for an 'avalanche' hash-type
by Willy Tarreau
· Wed Nov 24 15:04:29 2010 +0100
32da3c4
[MEDIUM] Manage peers section parsing and stick table registration on peers.
by Emeric Brun
· Thu Sep 23 18:39:19 2010 +0200
485479d
[MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated.
by Emeric Brun
· Thu Sep 23 18:02:19 2010 +0200
97679e7
[MEDIUM] Implement tcp inspect response rules
by Emeric Brun
· Thu Sep 23 17:56:44 2010 +0200
62846b2
[MINOR] config: detect options not supported due to compilation options
by Cyril Bonté
· Mon Nov 01 19:26:00 2010 +0100
d55c3fe
[MINOR] cfgparse: report support of <path> for the 'bind' statements
by Willy Tarreau
· Tue Nov 09 09:50:37 2010 +0100
ed76092
[MEDIUM] Add supports of bind on unix sockets.
by Emeric Brun
· Fri Oct 22 17:59:25 2010 +0200
8a95691
[MINOR] listener: add the "accept-proxy" option to the "bind" keyword
by Willy Tarreau
· Fri Oct 15 14:27:08 2010 +0200
ba4c5be
[MINOR] cookie: add support for the "preserve" option
by Willy Tarreau
· Sat Oct 23 12:46:42 2010 +0200
c63d4bb
[BUG] cookie: correctly unset default cookie parameters
by Willy Tarreau
· Sat Oct 23 11:37:27 2010 +0200
8776f1b
[MINOR] add better support to "mysql-check"
by Hervé COMMOWICK
· Mon Oct 18 15:58:36 2010 +0200
aa2f389
[MINOR] checks: ensure that we can inherit binary checks from the defaults section
by Willy Tarreau
· Fri Oct 22 16:15:31 2010 +0200
53621e0
[BUG] config: report correct keywords for "observe"
by Willy Tarreau
· Fri Oct 22 14:53:40 2010 +0200
474be41
[MEDIUM] stats: add an admin level
by Cyril Bonté
· Tue Oct 12 00:14:36 2010 +0200
3193685
[MINOR] cookie: add options "maxidle" and "maxlife"
by Willy Tarreau
· Wed Oct 06 16:59:56 2010 +0200
43961d5
[MINOR] global: add "tune.chksize" to change the default check buffer size
by Willy Tarreau
· Mon Oct 04 20:39:20 2010 +0200
bd74154
[MEDIUM] checks: add support for HTTP contents lookup
by Willy Tarreau
· Tue Mar 16 18:46:54 2010 +0100
b4c81e4
[MINOR] checks: add support for LDAPv3 health checks
by Gabor Lekeny
· Wed Sep 29 18:17:05 2010 +0200
af7ad00
[MINOR] support a global jobs counter
by Willy Tarreau
· Tue Aug 31 15:39:26 2010 +0200
5612328
[MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters"
by Willy Tarreau
· Fri Aug 06 19:06:56 2010 +0200
d1f9652
[MEDIUM] tcp: accept the "track-counters" in "tcp-request content" rules
by Willy Tarreau
· Tue Aug 03 19:34:32 2010 +0200
f059a0f
[MAJOR] session-counters: split FE and BE track counters
by Willy Tarreau
· Tue Aug 03 16:29:52 2010 +0200
ac78288
[MEDIUM] stick-tables: add stored data argument type checking
by Willy Tarreau
· Sun Jun 20 10:41:54 2010 +0200
888617d
[MEDIUM] stick-tables: add support for arguments to data_types
by Willy Tarreau
· Sun Jun 20 09:11:39 2010 +0200
b084e9c
[MINOR] config: support a comma-separated list of store data types in stick-table
by Willy Tarreau
· Sat Jun 19 07:12:36 2010 +0200
9ba2dcc
[MAJOR] session: add track-counters to track counters related to the session
by Willy Tarreau
· Mon Jun 14 21:04:55 2010 +0200
fb35620
[MEDIUM] session: support "tcp-request content" rules in backends
by Willy Tarreau
· Tue Aug 03 14:02:05 2010 +0200
c00cdc2
[MINOR] stick_table: enable it for frontends too
by Willy Tarreau
· Sun Jun 06 16:48:26 2010 +0200
13c29de
[MEDIUM] stick_table: move the server ID to a generic data type
by Willy Tarreau
· Sun Jun 06 16:40:39 2010 +0200
056f568
[MINOR] config: initialize stick tables after all the parsing
by Willy Tarreau
· Sun Jun 06 15:51:11 2010 +0200
08d5f98
[MEDIUM] stick_table: add room for extra data types
by Willy Tarreau
· Sun Jun 06 13:34:54 2010 +0200
f0b38bf
[CLEANUP] stick_table: move pattern to key functions to stick_table.c
by Willy Tarreau
· Sun Jun 06 13:22:23 2010 +0200
81f9aa3
[MAJOR] frontend: split accept() into frontend_accept() and session_accept()
by Willy Tarreau
· Tue Jun 01 17:45:26 2010 +0200
de3041d
[MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set
by Willy Tarreau
· Mon May 31 10:56:17 2010 +0200
a5c0ab2
[MEDIUM] frontend: check for LI_O_TCP_RULES in the listener
by Willy Tarreau
· Mon May 31 10:30:33 2010 +0200
ab78619
[MINOR] proxy: add a list to hold future layer 4 rules
by Willy Tarreau
· Sun May 23 22:39:25 2010 +0200
eb47268
[MEDIUM] separate protocol-level accept() from the frontend's
by Willy Tarreau
· Fri May 28 18:46:57 2010 +0200
dd70165
[BUG] consistent hash: balance on all servers, not only 2 !
by Willy Tarreau
· Tue May 25 23:03:02 2010 +0200
e52564c
[MINOR] option http-pretend-keepalive is both for FEs and BEs
by Willy Tarreau
· Tue Apr 27 22:19:14 2010 +0200
47fdd8e
[MINOR] add the "ignore-persist" option to conditionally ignore persistence
by Cyril Bonté
· Sun Apr 25 00:00:51 2010 +0200
7016020
[MINOR] config: report "default-server" instead of "(null)" in error messages
by Willy Tarreau
· Wed Apr 07 16:06:40 2010 +0200
8a8e1d9
[MINOR] http: make it possible to pretend keep-alive when doing close
by Willy Tarreau
· Mon Apr 05 16:15:16 2010 +0200
efa5f51
[BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY
by Willy Tarreau
· Tue Mar 30 20:13:29 2010 +0200
bce7088
[MEDIUM] add ability to connect to a server from an IP found in a header
by Willy Tarreau
· Mon Sep 07 11:51:47 2009 +0200
07a5490
[CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag
by Willy Tarreau
· Mon Mar 29 18:33:29 2010 +0200
9683909
[MINOR] checks: add the ability to disable a server in the config
by Willy Tarreau
· Mon Mar 29 10:02:24 2010 +0200
4554bc1
[MINOR] config: allow "slowstart 0s"
by Willy Tarreau
· Fri Mar 26 10:40:49 2010 +0100
e24fdfb
[MINOR] config: emit warnings when HTTP-only options are used in TCP mode
by Willy Tarreau
· Thu Mar 25 07:22:56 2010 +0100
c9f825f
[OPTIM] config: only allocate check buffer when checks are enabled
by Cyril Bonté
· Wed Mar 17 18:56:31 2010 +0100
57b1bf7
[MEDIUM] checks: support multi-packet health check responses
by Nick Chalk
· Tue Mar 16 15:50:46 2010 +0000
f53b25d
[BUG] config: fix endless loop when parsing "on-error"
by Willy Tarreau
· Mon Mar 15 19:40:37 2010 +0100
d986526
[BUG] Clear-cookie path issue
by William Turner
· Mon Mar 01 13:30:34 2010 -0500
88e0581
[BUILD] fix some build warnings on Solaris with is* macros
by Willy Tarreau
· Wed Mar 03 00:16:00 2010 +0100
329f74d
[BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once
by Krzysztof Piotr Oledzki
· Mon Feb 22 20:27:23 2010 +0100
d5191e7
[BUG] config: report unresolvable host names as errors
by Willy Tarreau
· Tue Feb 09 20:50:45 2010 +0100
df5cb9f
[BUG] pxid/puid/luid: don't shift IDs when some of them are forced
by Krzysztof Piotr Oledzki
· Fri Feb 05 20:58:27 2010 +0100
aff01ea
[BUG] cfgparse memory leak and missing free calls in deinit()
by Krzysztof Piotr Oledzki
· Fri Feb 05 20:31:44 2010 +0100
b4c06b7
[BUILD] auth: don't use unnamed unions
by Willy Tarreau
· Tue Feb 02 11:28:20 2010 +0100
137325d
[MINOR] config: fix too large ssl-hello-check message.
by Willy Tarreau
· Mon Feb 01 16:38:17 2010 +0100
54f6a58
[BUG] config: reset check request to avoid double free when switching to ssl/sql
by Willy Tarreau
· Mon Feb 01 16:31:14 2010 +0100
95fa469
[MEDIUM] add support for anonymous ACLs
by Willy Tarreau
· Mon Feb 01 13:05:50 2010 +0100
9cc670f
[CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing
by Willy Tarreau
· Mon Feb 01 10:43:44 2010 +0100
8c8bd45
[MAJOR] use the new auth framework for http stats
by Krzysztof Piotr Oledzki
· Fri Jan 29 19:29:32 2010 +0100
f9423ae
[MINOR] acl: add http_auth and http_auth_group
by Krzysztof Piotr Oledzki
· Fri Jan 29 19:26:18 2010 +0100
Next »