Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
019767b546dcbe6225feb5894caa227c0649f98c
/
src
/
backend.c
ddbb82f
[STATS] report the number of times each server was selected
by Willy Tarreau
· Wed Dec 05 10:34:49 2007 +0100
d7c30f9
[CLEANUP] grouped all timeouts in one structure
by Willy Tarreau
· Mon Dec 03 01:38:36 2007 +0100
1fa3126
[MEDIUM] introduce separation between contimeout, and tarpit + queue
by Willy Tarreau
· Mon Dec 03 00:36:16 2007 +0100
b698f0f
[CLEANUP] fwrr: ensure that we never overflow in placements
by Willy Tarreau
· Sun Dec 02 11:01:23 2007 +0100
a9d3c1e
[MEDIUM] add the "nbsrv" ACL verb
by Willy Tarreau
· Fri Nov 30 20:48:53 2007 +0100
0ebe106
[MEDIUM] secure the calling conditions of ->set_server_status_{up,down}
by Willy Tarreau
· Fri Nov 30 11:11:02 2007 +0100
48494c0
[MEDIUM] implement "http-check disable-on-404" for graceful shutdown
by Willy Tarreau
· Fri Nov 30 10:41:39 2007 +0100
5eb1a90
[MEDIUM] New option http_proxy
by Alexandre Cassen
· Thu Nov 29 15:43:32 2007 +0100
3168223
[MINOR] move the load balancing algorithm to be->lbprm.algo
by Willy Tarreau
· Thu Nov 29 15:38:04 2007 +0100
b625a08
[MAJOR] implement the Fast Weighted Round Robin (FWRR) algo
by Willy Tarreau
· Mon Nov 26 01:15:43 2007 +0100
5dc2fa6
[MINOR] add a weight divisor to the struct proxy
by Willy Tarreau
· Mon Nov 19 19:10:18 2007 +0100
2069704
[MEDIUM] differentiate between generic LB params and map-specific ones
by Willy Tarreau
· Thu Nov 15 23:26:18 2007 +0100
0173280
[MEDIUM] introduce the "url_param" balance method
by Willy Tarreau
· Thu Nov 01 22:48:15 2007 +0100
a0cbda6
[MINOR] externalize the "balance" option parser to backend.c
by Willy Tarreau
· Thu Nov 01 21:39:54 2007 +0100
1a20a5d
[CLEANUP] group PR_O_BALANCE_* bits into a checkable value
by Willy Tarreau
· Thu Nov 01 21:08:19 2007 +0100
acafc5f
[MEDIUM] add support for "maxqueue" to limit server queue overload
by Elijah Epifanov
· Thu Oct 25 20:15:38 2007 +0200
8513094
[MEDIUM] stats: report server and backend cumulated downtime
by Krzysztof Oledzki
· Mon Oct 22 16:21:10 2007 +0200
1cf36ba
[MEDIUM] stats: count server retries and redispatches
by Krzysztof Oledzki
· Thu Oct 18 19:12:30 2007 +0200
e94ebd0
[MEDIUM] moved the sockaddr pointer to the fdtab structure
by Willy Tarreau
· Tue Oct 09 17:14:37 2007 +0200
87ea548
[MINOR] add the "nolinger" option to disable data lingering
by Alexandre Cassen
· Thu Oct 11 20:48:58 2007 +0200
5af3a69
[MEDIUM] improve behaviour with large number of servers per proxy
by Willy Tarreau
· Tue Jul 24 23:32:33 2007 +0200
a8b55e3
[MINOR] use non-inline tv_* functions in many locations
by Willy Tarreau
· Sun May 13 16:08:19 2007 +0200
d825eef
[MAJOR] replaced all timeouts with struct timeval
by Willy Tarreau
· Sat May 12 22:35:00 2007 +0200
14c8aac
[MEDIUM] store the original destination address in the session
by Willy Tarreau
· Tue May 08 19:46:30 2007 +0200
2fcb500
[MEDIUM] implement the URI hash algorithm
by Willy Tarreau
· Tue May 08 13:35:26 2007 +0200
42aae5c
[MEDIUM] many cleanups in the time functions
by Willy Tarreau
· Sun Apr 29 17:43:56 2007 +0200
96bcfd7
[MAJOR] replaced rbtree with ul2tree.
by Willy Tarreau
· Sun Apr 29 10:41:56 2007 +0200
f161a34
[MEDIUM] updated all files to use EV_FD_*
by Willy Tarreau
· Sun Apr 08 16:59:42 2007 +0200
e2e27a5
[MEDIUM] removed now unused fiprm and beprm from proxies
by Willy Tarreau
· Sun Apr 01 00:01:37 2007 +0200
417fae0
[MINOR] changed server weight storage from char to unsigned int
by Willy Tarreau
· Sun Mar 25 21:16:40 2007 +0200
3d30059
[MINOR] move some flags from session.h to proto_http.h
by Willy Tarreau
· Sun Mar 18 18:34:41 2007 +0100
5d65bbb
[BUG] last backend change broke server assignment
by Willy Tarreau
· Sun Jan 21 12:47:26 2007 +0100
1a1158b
[MINOR] do not create a socket if there is no server
by Willy Tarreau
· Sat Jan 20 11:07:46 2007 +0100
6d1a988
[MAJOR] complete support and doc for tcp-splicing
by Willy Tarreau
· Sun Jan 07 02:03:04 2007 +0100
8058743
[MEDIUM] errorloc now checked first from backend then from frontend
by Willy Tarreau
· Sun Dec 24 17:47:20 2006 +0100
0f77253
[MINOR] store HTTP error messages into a chunk array
by Willy Tarreau
· Sat Dec 23 20:51:41 2006 +0100
830ff45
[MAJOR] reworked ->be, ->fe and ->fi in sessions
by Willy Tarreau
· Sun Dec 17 19:31:23 2006 +0100
73de989
[MAJOR] separate sess->proxy into sess->{fe,fi,be}
by Willy Tarreau
· Thu Nov 30 11:40:23 2006 +0100
f19cf37
[BUILD] remove a warning in backend.c
by Willy Tarreau
· Tue Nov 14 15:40:51 2006 +0100
77074d5
[MAJOR] support for source binding via cttproxy
by Willy Tarreau
· Sun Nov 12 23:57:19 2006 +0100
2a42950
[MINOR] turn every FD_* into functions
by Willy Tarreau
· Sun Oct 15 14:52:29 2006 +0200
0bbc3cf
[MEDIUM] fix broken redispatch option
by Willy Tarreau
· Sun Oct 15 14:26:02 2006 +0200
f8306d5
[MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write()
by Willy Tarreau
· Sat Jul 29 19:01:31 2006 +0200
d797128
[MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read()
by Willy Tarreau
· Sat Jul 29 18:36:34 2006 +0200
5446940
[MEDIUM] started the changes towards I/O completion callbacks
by Willy Tarreau
· Sat Jul 29 16:59:06 2006 +0200
e3ba5f0
[CLEANUP] included common/version.h everywhere
by Willy Tarreau
· Thu Jun 29 18:54:54 2006 +0200
2dd0d47
[CLEANUP] renamed include/haproxy to include/common
by Willy Tarreau
· Thu Jun 29 17:53:05 2006 +0200
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· Mon Jun 26 02:48:02 2006 +0200