- b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
- 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
- dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
- 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
- d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
- fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
- c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
- affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 16 years ago
- a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · 16 years ago
- 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 16 years ago
- 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 16 years ago
- 3a8efeb [BUG] the "connslots" keyword was matched as "connlots" by Willy Tarreau · 16 years ago
- 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 16 years ago
- c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 16 years ago
- d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 16 years ago
- 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 16 years ago
- 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 16 years ago
- 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
- 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
- 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
- 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · 16 years ago
- 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
- efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
- 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
- e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
- fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
- 788e284 [BUG] fix harmless but wrong fd insertion sequence by Willy Tarreau · 16 years ago
- 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
- adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
- fb0528b [BUG] fix segfault with url_param + check_post by Willy Tarreau · 16 years ago
- a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
- 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
- ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
- 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
- 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
- 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 17 years ago
- 192ee3e [BUILD] fix build of POST analysis code with gcc < 3 by Willy Tarreau · 17 years ago
- 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 17 years ago
- 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 17 years ago
- f4cca45 [BUG] option allbackups was not working anymore in roundrobin mode by Willy Tarreau · 17 years ago
- 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 17 years ago
- 626a19b [BUG] Don't increment server connections too much + fix retries by Krzysztof Piotr Oledzki · 17 years ago
- 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 17 years ago
- cf1d572 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 17 years ago
- 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 17 years ago
- 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 17 years ago
- 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · 17 years ago
- bd41428 [MINOR] use s->frt_addr as the server's address in transparent proxy by Willy Tarreau · 17 years ago
- e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 17 years ago
- 786d191 [BUG] use backend's source and not server's source with tproxy by Willy Tarreau · 17 years ago
- 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 17 years ago
- 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 17 years ago
- fe10a06 [BUG] connect_server: server might not exist when sending error report by Willy Tarreau · 17 years ago
- 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 17 years ago
- 98937b8 [BUG] increment server connections for each connect() by Willy Tarreau · 17 years ago
- 4009f01 [BUG] transparent proxy address was ignored in backend by Willy Tarreau · 17 years ago
- ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · 17 years ago
- d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
- 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
- b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
- a9d3c1e [MEDIUM] add the "nbsrv" ACL verb by Willy Tarreau · 17 years ago
- 0ebe106 [MEDIUM] secure the calling conditions of ->set_server_status_{up,down} by Willy Tarreau · 17 years ago
- 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
- 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
- 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
- b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
- 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
- 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
- 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
- a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
- 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
- acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
- 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
- 1cf36ba [MEDIUM] stats: count server retries and redispatches by Krzysztof Oledzki · 17 years ago
- e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
- 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
- 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago
- a8b55e3 [MINOR] use non-inline tv_* functions in many locations by Willy Tarreau · 17 years ago
- d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
- 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 18 years ago
- 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 18 years ago
- 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 18 years ago
- 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 18 years ago
- f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 18 years ago
- e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 18 years ago
- 417fae0 [MINOR] changed server weight storage from char to unsigned int by Willy Tarreau · 18 years ago
- 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 18 years ago
- 5d65bbb [BUG] last backend change broke server assignment by Willy Tarreau · 18 years ago
- 1a1158b [MINOR] do not create a socket if there is no server by Willy Tarreau · 18 years ago
- 6d1a988 [MAJOR] complete support and doc for tcp-splicing by Willy Tarreau · 18 years ago
- 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · 18 years ago
- 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
- 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
- 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
- f19cf37 [BUILD] remove a warning in backend.c by Willy Tarreau · 18 years ago
- 77074d5 [MAJOR] support for source binding via cttproxy by Willy Tarreau · 18 years ago
- 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
- 0bbc3cf [MEDIUM] fix broken redispatch option by Willy Tarreau · 18 years ago
- f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · 18 years ago
- d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago