summaryrefslogtreecommitdiff
path: root/src/backend.c
Commit message (Expand)AuthorAgeFilesLines
* [MEDIUM] support setting a server weight to zeroWilly Tarreau2009-07-141-9/+22
* [MEDIUM] add support for binding to source port ranges during connectWilly Tarreau2009-07-141-1/+43
* [MEDIUM] add support for "balance hdr(name)"Benoit2009-05-101-1/+116
* [BUG] connect timeout is in the stream interface, not the bufferWilly Tarreau2009-03-151-1/+1
* [BUG] interface binding: length must include the trailing zeroWilly Tarreau2009-03-061-2/+2
* [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rateWilly Tarreau2009-03-051-0/+40
* [BUG] the "connslots" keyword was matched as "connlots"Willy Tarreau2009-03-051-1/+1
* [MEDIUM] measure and report session rate on frontend, backends and serversWilly Tarreau2009-03-051-1/+2
* [MEDIUM] add support for source interface binding at the server levelWilly Tarreau2009-02-041-0/+5
* [MEDIUM] add support for source interface bindingWilly Tarreau2009-02-041-0/+5
* [MEDIUM] splice: add the global "nosplice" optionWilly Tarreau2009-01-251-1/+2
* [OPTIM] buffer: replace rlim by max_lenWilly Tarreau2009-01-091-1/+1
* [BUG] "option transparent" is for backend, not frontend !Willy Tarreau2008-12-231-3/+3
* [MINOR] acl: add new keyword "connslots"Jeffrey 'jf' Lim2008-12-071-1/+38
* [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the sessionWilly Tarreau2008-12-071-2/+2
* [MINOR] replace srv_close_with_err() with http_server_error()Willy Tarreau2008-11-301-12/+0
* [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessionsWilly Tarreau2008-11-111-0/+1
* [MAJOR] migrate the connection logic to stream interfaceWilly Tarreau2008-11-021-102/+0
* [MEDIUM] move QUEUE and TAR timers to stream interfacesWilly Tarreau2008-11-021-1/+1
* [MAJOR] make stream sockets aware of the stream interfaceWilly Tarreau2008-11-021-1/+1
* [MAJOR] rework of the server FSMWilly Tarreau2008-11-021-25/+51
* [BUG] fix harmless but wrong fd insertion sequenceWilly Tarreau2008-08-261-2/+2
* [MEDIUM] use buffer->wex instead of buffer->cex for connect timeoutWilly Tarreau2008-08-171-7/+7
* [MAJOR] get rid of SV_STANALYZE (step 2)Willy Tarreau2008-08-141-1/+1
* [BUG] fix segfault with url_param + check_postWilly Tarreau2008-08-111-1/+1
* [CLEANUP] remove 65 useless NULL checks before freeWilly Tarreau2008-08-031-3/+3
* [MEDIUM] acl: set types on all currently known ACL verbsWilly Tarreau2008-07-251-1/+1
* [CLEANUP] remove many #include <types/xxx> from C filesWilly Tarreau2008-07-161-6/+0
* [MAJOR] convert all expiration timers from timeval to ticksWilly Tarreau2008-07-071-9/+8
* [BUG] fix the dequeuing logic to ensure that all requests get servedWilly Tarreau2008-06-201-150/+224
* [MEDIUM] add support for URI hash depth and length limitsMarek Majkowski2008-04-281-1/+29
* [BUILD] fix build of POST analysis code with gcc < 3Willy Tarreau2008-04-191-5/+9
* [MAJOR] implement parameter hashing for POST requestsmatt.farnsworth@nokia.com2008-04-151-22/+141
* [MAJOR] implementation of the "leastconn" load balancing algorithmWilly Tarreau2008-03-101-1/+297
* [BUG] option allbackups was not working anymore in roundrobin modeWilly Tarreau2008-03-081-11/+16
* [MEDIUM]: Prevent redispatcher from selecting the same server, version #3Krzysztof Piotr Oledzki2008-03-041-28/+67
* [BUG] Don't increment server connections too much + fix retriesKrzysztof Piotr Oledzki2008-03-041-5/+0
* [OPTIM] GCC4's builtin_expect() is suboptimalWilly Tarreau2008-02-141-1/+1
* [BUILD] backend.c and checks.c did not build without tproxy !Willy Tarreau2008-02-141-1/+4
* Revert "[BUILD] backend.c and checks.c did not build without tproxy !"Willy Tarreau2008-02-141-4/+15
* [BUILD] backend.c and checks.c did not build without tproxy !Willy Tarreau2008-02-131-15/+4
* [MEDIUM] completely implement the server redirection methodWilly Tarreau2008-02-131-0/+14
* [MINOR] use s->frt_addr as the server's address in transparent proxyWilly Tarreau2008-01-191-5/+6
* [MEDIUM] fix server health checks source address selectionWilly Tarreau2008-01-131-90/+4
* [BUG] use backend's source and not server's source with tproxyWilly Tarreau2008-01-131-32/+27
* [MINOR] add transparent proxy support for balabit's Tproxy v4Willy Tarreau2008-01-131-1/+2
* [MEDIUM] add non-local bind to connect() on LinuxWilly Tarreau2008-01-131-55/+121
* [BUG] connect_server: server might not exist when sending error reportWilly Tarreau2008-01-121-4/+4
* [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_p...Krzysztof Piotr Oledzki2008-01-061-2/+4
* [BUG] increment server connections for each connect()Willy Tarreau2008-01-061-0/+12