Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
667c2a3d2ae7a651d162fe709a7290060bf82497
/
src
/
backend.c
d86e29d
CLEANUP: acl: remove unused references to ACL_USE_*
by Willy Tarreau
· Mon Mar 25 08:21:05 2013 +0100
c48c90d
MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's
by Willy Tarreau
· Fri Jan 11 16:56:48 2013 +0100
8ed669b
MAJOR: acl: make all ACLs reference the fetch function via a sample.
by Willy Tarreau
· Fri Jan 11 15:49:37 2013 +0100
1a7eca1
MINOR: backend: rename sample fetch functions and declare the sample keywords
by Willy Tarreau
· Mon Jan 07 22:38:03 2013 +0100
d4c33c8
MEDIUM: samples: move payload-based fetches and ACLs to their own file
by Willy Tarreau
· Mon Jan 07 21:59:07 2013 +0100
9cd7d6c
CLEANUP: backend: use the same tproxy address selection code for servers and backends
by Willy Tarreau
· Sat Dec 08 23:13:33 2012 +0100
ef9a360
MEDIUM: connection: introduce "struct conn_src" for servers and proxies
by Willy Tarreau
· Sat Dec 08 22:29:20 2012 +0100
7896d52
MINOR: acl: add fetch for server session rate
by Tait Clarridge
· Wed Dec 05 21:39:31 2012 -0500
3fdb366
MAJOR: connection: replace struct target with a pointer to an enum
by Willy Tarreau
· Mon Nov 12 00:42:33 2012 +0100
f2943dc
MAJOR: session: detach the connections from the stream interfaces
by Willy Tarreau
· Fri Oct 26 20:10:28 2012 +0200
9b28e03
MAJOR: channel: replace the struct buffer with a pointer to a buffer
by Willy Tarreau
· Fri Oct 12 23:49:43 2012 +0200
f7bc57c
REORG: connection: rename the data layer the "transport layer"
by Willy Tarreau
· Wed Oct 03 00:19:48 2012 +0200
3aaba44
BUILD: fix compilation error with DEBUG_FULL
by Cyril Bonté
· Sun Sep 23 14:19:12 2012 +0200
ce39bfb
BUG: backend: balance hdr was broken since 1.5-dev11
by Willy Tarreau
· Sat Sep 22 18:36:29 2012 +0200
d1d5454
REORG: split "protocols" files into protocol and listener
by Willy Tarreau
· Wed Sep 12 22:58:11 2012 +0200
14f8e86
MEDIUM: proto_tcp: remove any dependence on stream_interface
by Willy Tarreau
· Thu Aug 30 22:23:13 2012 +0200
986a9d2
MAJOR: connection: move the addr field from the stream_interface
by Willy Tarreau
· Thu Aug 30 21:11:38 2012 +0200
3cefd52
REORG: connection: move the target pointer from si to connection
by Willy Tarreau
· Thu Aug 30 15:49:18 2012 +0200
a75bcef
REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h
by Willy Tarreau
· Fri Aug 24 22:56:11 2012 +0200
c7e4238
REORG: buffers: split buffers into chunk,buffer,channel
by Willy Tarreau
· Fri Aug 24 19:22:53 2012 +0200
c578891
CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops
by Willy Tarreau
· Fri Aug 24 18:12:41 2012 +0200
75bf2c9
REORG: sock_raw: rename the files raw_sock*
by Willy Tarreau
· Mon Aug 20 17:01:35 2012 +0200
572bf90
REORG/MAJOR: extract "struct buffer" from "struct channel"
by Willy Tarreau
· Mon Jul 02 17:01:20 2012 +0200
7421efb
REORG/MAJOR: use "struct channel" instead of "struct buffer"
by Willy Tarreau
· Mon Jul 02 15:11:27 2012 +0200
8dc4184
MINOR: balance uri: added 'whole' parameter to include query string in hash calculation
by Oskar Stolc
· Sat May 19 10:19:54 2012 +0100
73b013b
MINOR: stream_interface: introduce a new "struct connection" type
by Willy Tarreau
· Mon May 21 16:31:45 2012 +0200
06a000f
CLEANUP: http: make it more obvious that msg->som is always null outside of chunks
by Willy Tarreau
· Fri May 18 23:04:32 2012 +0200
09d1e25
MAJOR: http: stop using msg->sol outside the parsers
by Willy Tarreau
· Fri May 18 22:36:34 2012 +0200
d1de8af
BUG/MAJOR: fix regression on content-based hashing and http-send-name-header
by Willy Tarreau
· Fri May 18 22:12:14 2012 +0200
d02394b
MEDIUM: stream_interface: derive the socket operations from the target
by Willy Tarreau
· Fri May 11 18:32:18 2012 +0200
b277d6e
CLEANUP: sock_raw: remove last references to stream_sock
by Willy Tarreau
· Fri May 11 16:59:14 2012 +0200
59b9479
BUG/MEDIUM: stream_interface: restore get_src/get_dst
by Willy Tarreau
· Fri May 11 16:16:40 2012 +0200
c63190d
REORG: use the name sock_raw instead of stream_sock
by Willy Tarreau
· Fri May 11 14:23:52 2012 +0200
a93c74b
MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors
by Willy Tarreau
· Tue May 08 18:14:39 2012 +0200
26d8c59
REORG/MEDIUM: replace stream interface protocol functions by a proto pointer
by Willy Tarreau
· Mon May 07 18:12:14 2012 +0200
5c979a9
REORG/MEDIUM: stream_interface: initialize socket ops from descriptors
by Willy Tarreau
· Mon May 07 17:15:39 2012 +0200
32a6f2e
MEDIUM: acl/pattern: use the same direction scheme
by Willy Tarreau
· Wed Apr 25 10:13:36 2012 +0200
24e32d8
MEDIUM: acl: replace acl_expr with args in acl fetch_* functions
by Willy Tarreau
· Mon Apr 23 23:55:44 2012 +0200
32389b7
MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down
by Willy Tarreau
· Mon Apr 23 23:13:20 2012 +0200
21e5b0e
MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE
by Willy Tarreau
· Mon Apr 23 19:25:44 2012 +0200
197e10a
MEDIUM: acl: get rid of the SET_RES flags
by Willy Tarreau
· Mon Apr 23 19:18:42 2012 +0200
f853c46
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs
by Willy Tarreau
· Mon Apr 23 18:53:56 2012 +0200
3740635
MAJOR: acl: make use of the new sample struct and get rid of acl_test
by Willy Tarreau
· Mon Apr 23 16:16:37 2012 +0200
422aa07
MEDIUM: pattern: add new sample types to replace pattern types
by Willy Tarreau
· Fri Apr 20 20:49:27 2012 +0200
0146c2e
MEDIUM: acl: remove unused tests for missing args when args are mandatory
by Willy Tarreau
· Fri Apr 20 11:37:56 2012 +0200
fc2c1fd
MAJOR: acl: ensure that implicit table and proxies are valid
by Willy Tarreau
· Thu Apr 19 23:35:54 2012 +0200
d28c353
MAJOR: acl: make acl_find_targets also resolve proxy names at config time
by Willy Tarreau
· Thu Apr 19 19:28:33 2012 +0200
61612d4
MAJOR: acl: store the ACL argument types in the ACL keyword declaration
by Willy Tarreau
· Thu Apr 19 18:42:05 2012 +0200
34db108
MAJOR: acl: make use of the new argument parsing framework
by Willy Tarreau
· Thu Apr 19 17:16:54 2012 +0200
3a215be
MAJOR: http: make http_msg->sol relative to buffer's origin
by Willy Tarreau
· Fri Mar 09 21:39:51 2012 +0100
ea1175a
MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin
by Willy Tarreau
· Mon Mar 05 15:52:30 2012 +0100
02d6cfc
MAJOR: buffer: replace buf->l with buf->{o+i}
by Willy Tarreau
· Thu Mar 01 18:19:58 2012 +0100
9b061e3
MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET
by Willy Tarreau
· Sat Apr 07 18:03:52 2012 +0200
5dd7fa1
BUG/MEDIUM: balance source did not properly hash IPv6 addresses
by Willy Tarreau
· Sat Mar 31 19:53:37 2012 +0200
b7ff6a3
MEDIUM: log-format: backend source address %Bi %Bp
by William Lallemand
· Fri Mar 02 14:35:21 2012 +0100
f09c660
MEDIUM: backend: add the 'first' balancing algorithm
by Willy Tarreau
· Mon Feb 13 17:12:08 2012 +0100
294c473
MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr()
by Willy Tarreau
· Fri Dec 16 21:35:50 2011 +0100
664092c
MEDIUM: acl: use temp_pattern to store any string-type information
by Willy Tarreau
· Fri Dec 16 19:11:42 2011 +0100
a5e3756
MEDIUM: acl: use temp_pattern to store any integer-type information
by Willy Tarreau
· Fri Dec 16 17:06:15 2011 +0100
5dc1e98
BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown
by Willy Tarreau
· Fri Dec 16 21:25:11 2011 +0100
6471afb
MINOR: remove the client/server side distinction in SI addresses
by Willy Tarreau
· Fri Sep 23 10:54:59 2011 +0200
dd164d0
BUG/MINOR: don't use a wrong port when connecting to a server with mapped ports
by Willy Tarreau
· Fri Sep 23 10:27:12 2011 +0200
542a31d
[BUG] backend: risk of picking a wrong port when mapping is used with crossed families
by Willy Tarreau
· Sat Aug 27 12:07:49 2011 +0200
8effd3d
[MINOR] Use DPRINTF in assign_server()
by Simon Horman
· Sat Aug 13 08:03:52 2011 +0900
1620ec3
[MEDIUM] checks: group health checks methods by values and save option bits
by Willy Tarreau
· Sat Aug 06 17:05:02 2011 +0200
daa824e
[MINOR] acl: add srv_conn acl to count connections on a specific backend server
by Hervé COMMOWICK
· Fri Aug 05 12:09:44 2011 +0200
7b7a8e9
[BUG] log: retrieve the target from the session, not the SI
by Willy Tarreau
· Sun Mar 27 19:53:06 2011 +0200
5ab04ec
[MEDIUM] server: add support for the "send-proxy" option
by Willy Tarreau
· Sun Mar 20 10:32:26 2011 +0100
7d0aaf3
[MEDIUM] stats: split frontend and backend stats
by Willy Tarreau
· Thu Mar 10 23:25:56 2011 +0100
6f5ccb1
[MEDIUM] add internal support for IPv6 server addresses
by David du Colombier
· Thu Mar 10 22:26:24 2011 +0100
827aee9
[MAJOR] session: remove the ->srv pointer from struct session
by Willy Tarreau
· Thu Mar 10 16:55:02 2011 +0100
9e000c6
[CLEANUP] stream_interface: use inline functions to manipulate targets
by Willy Tarreau
· Thu Mar 10 14:03:36 2011 +0100
3d80d91
[MEDIUM] session: remove s->prev_srv which is not needed anymore
by Willy Tarreau
· Thu Mar 10 11:42:13 2011 +0100
664beb8
[MINOR] session: add a pointer to the new target into the session
by Willy Tarreau
· Thu Mar 10 11:38:29 2011 +0100
f5ab69a
[MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode
by Willy Tarreau
· Fri Mar 04 22:44:16 2011 +0100
ac82540
[MEDIUM] stream_interface: store the target pointer and type
by Willy Tarreau
· Fri Mar 04 22:04:29 2011 +0100
f153686
[REORG] tcp: make tcpv4_connect_server() take the target address from the SI
by Willy Tarreau
· Thu Mar 03 18:27:32 2011 +0100
957c0a5
[REORG] session: move client and server address to the stream interface
by Willy Tarreau
· Thu Mar 03 17:42:23 2011 +0100
61a21a3
[BUG] http: balance url_param did not work with first parameters on POST
by Willy Tarreau
· Tue Mar 01 20:35:49 2011 +0100
124d991
[BUG] http: fix computation of message body length after forwarding has started
by Willy Tarreau
· Tue Mar 01 20:30:48 2011 +0100
4a0d828
[MINOR] acl: srv_id is only valid in responses
by Willy Tarreau
· Wed Feb 23 15:24:16 2011 +0100
17af419
[BUG] acl: srv_id must return no match when the server is NULL
by Willy Tarreau
· Wed Feb 23 14:27:06 2011 +0100
35ed801
[MINOR] acl: add be_id/srv_id to match backend's and server's id
by Hervé COMMOWICK
· Wed Dec 15 14:04:51 2010 +0100
798a39c
[MEDIUM] hash: add support for an 'avalanche' hash-type
by Willy Tarreau
· Wed Nov 24 15:04:29 2010 +0100
ec810d1
[MINOR] Add some tests on sockets family for port remapping and mode transparent.
by Emeric Brun
· Fri Oct 22 16:36:33 2010 +0200
d669a4f
[MEDIUM] backend: support servers on 0.0.0.0
by Willy Tarreau
· Tue Jul 13 14:49:50 2010 +0200
a8f55d5
[MEDIUM] backend: initialize the server stream_interface upon connect()
by Willy Tarreau
· Mon May 31 17:44:19 2010 +0200
03fa5df
[CLEANUP] rename client -> frontend
by Willy Tarreau
· Mon May 24 21:02:37 2010 +0200
645513a
[CLEANUP] client: move some ACLs away to their respective locations
by Willy Tarreau
· Mon May 24 20:55:15 2010 +0200
44b90cc
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp
by Willy Tarreau
· Mon May 24 20:27:29 2010 +0200
0b1cd94
[MINOR] acl: add srv_is_up() to check that a specific server is up or not
by Willy Tarreau
· Sun May 16 22:18:27 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
b1d6774
[MEDIUM] backend: move the transparent proxy address selection to backend
by Willy Tarreau
· Mon Mar 29 19:36:59 2010 +0200
eaed5a1
[BUG] backend: L7 hashing must not be performed on incomplete requests
by Willy Tarreau
· Wed Mar 24 14:54:30 2010 +0100
4de9149
[MINOR] add the "force-persist" statement to force persistence on down servers
by Willy Tarreau
· Fri Jan 22 19:10:05 2010 +0100
962c3f4
[MEDIUM] http: fix handling of message pointers
by Willy Tarreau
· Sun Jan 10 00:15:35 2010 +0100
15514c2
[MINOR]: stats: add show-legends to report additional informations
by Krzysztof Piotr Oledzki
· Mon Jan 04 16:03:09 2010 +0100
a95a1f4
[BUG] http: the request URI pointer is relative to the buffer
by Willy Tarreau
· Sun Jan 03 13:04:35 2010 +0100
7c96f67
[BUG] http: body parsing must consider the start of message
by Willy Tarreau
· Sun Dec 27 22:47:25 2009 +0100
157dd63
[MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post()
by Willy Tarreau
· Sun Dec 06 19:18:09 2009 +0100
Next »