]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2008-01-16  Willy Tarreau[DOC] added "server", "source" and "stats" keywords
2008-01-14  Willy Tarreau[BUG] build failed on CONFIG_HAP_LINUX_TPROXY without...
2008-01-13  Willy Tarreau[MEDIUM] fix server health checks source address selection
2008-01-13  Willy Tarreau[BUG] fix overlapping server flags
2008-01-13  Willy Tarreau[BUG] use backend's source and not server's source...
2008-01-13  Willy Tarreau[MINOR] add transparent proxy support for balabit's...
2008-01-13  Willy Tarreau[MEDIUM] add non-local bind to connect() on Linux
2008-01-13  Willy Tarreau[MEDIUM] support fully transparent proxy on Linux ...
2008-01-12  Willy Tarreau[BUG] connect_server: server might not exist when sendi...
2008-01-11  Willy Tarreau[DOC] added documentation for "option tcplog" to "use_b...
2008-01-08  Willy Tarreau[DOC] document options nolinger to ssl-hello-chk
2008-01-06  Willy Tarreau[BUG] fix typo in redispatched connection
2008-01-06  Willy Tarreau[MEDIUM] add a turn-around state of one second after...
2008-01-06  Krzysztof Piotr... [MEDIUM]: Count retries and redispatches also for serve...
2008-01-06  Willy Tarreau[BUG] increment server connections for each connect()
2008-01-06  Willy Tarreau[MINOR] tarpit timeout is also allowed in backends
2008-01-06  Willy Tarreau[MEDIUM] introduce "timeout http-request" in frontends
2008-01-06  Willy Tarreau[OPTIM] introduce global parameter "tune.maxaccept"
2008-01-06  Willy Tarreau[MINOR] add support for the "backlog" parameter
2008-01-06  Willy Tarreau[DOC] document options forwardfor to logasap
2008-01-03  Willy Tarreau[STATS] add support for "show info" on the unix socket
2008-01-02  Willy Tarreau[BUILD] major rework of the GNU Makefile
2007-12-28  Willy Tarreau[DOC] document more options
2007-12-27  Willy Tarreau[DOC] large update to the configuration manual
2007-12-27  Krzysztof Oledzki[MEDIUM]: Inversion for options
2007-12-24  Willy Tarreau[DOC] big update to the configuration manual
2007-12-20  Willy Tarreau[BUG] hot reconfiguration failed because of a wrong...
2007-12-14  Willy Tarreau[BUG] transparent proxy address was ignored in backend
2007-12-06  Willy Tarreau[RELEASE] Released version 1.3.14 v1.3.14
2007-12-05  Willy Tarreau[BUILD] fix build on Solaris due to recent log changes
2007-12-05  Willy Tarreau[BUILD] fix build on AIX due to recent log changes
2007-12-05  Robert Tsai[MEDIUM] add support for logging via a UNIX socket
2007-12-05  Willy Tarreau[STATS] report the number of times each server was...
2007-12-03  Willy Tarreau[MEDIUM] slowstart: ensure we don't start with a null...
2007-12-03  Willy Tarreau[BUG] slowstart is in ms, not seconds
2007-12-03  Willy Tarreau[CLEANUP] grouped all timeouts in one structure
2007-12-03  Willy Tarreau[MEDIUM] introduce the "timeout" keyword
2007-12-02  Willy Tarreau[MEDIUM] introduce separation between contimeout, and...
2007-12-02  Willy Tarreau[DOC] add a bit of documentation about timers
2007-12-02  Willy Tarreau[MEDIUM] add support for time units in the configuration
2007-12-02  Willy Tarreau[MINOR] implement a time parsing function
2007-12-02  Willy Tarreau[MEDIUM] restrict the set of allowed characters for...
2007-12-02  Willy Tarreau[DOC] document "nbsrv" and "monitor fail"
2007-12-02  Willy Tarreau[TESTS] stats: real time monitoring script for unix...
2007-12-02  Willy Tarreau[MINOR] fix the status return of the init script
2007-12-02  Willy Tarreau[MINOR] store the build options to report with -vv
2007-12-02  Willy Tarreau[CLEANUP] fwrr: ensure that we never overflow in placements
2007-12-02  Willy Tarreau[CLEANUP] remove a warning from gcc due to htons()...
2007-11-30  Willy Tarreau[MEDIUM] add the "fail" condition to monitor requests
2007-11-30  Willy Tarreau[MEDIUM] add the "nbsrv" ACL verb
2007-11-30  Willy Tarreau[BUILD] fix 2 minor issues on AIX
2007-11-30  Willy Tarreau[MINOR] stats: report the server warm up status in...
2007-11-30  Willy Tarreau[DOC] document the server's slowstart parameter
2007-11-30  Willy Tarreau[MEDIUM] implement the slowstart parameter for servers
2007-11-30  Willy Tarreau[CLEANUP] use distinct bits per load-balancing algorith...
2007-11-30  Willy Tarreau[TESTS] add a test file for disable-on-404
2007-11-30  Willy Tarreau[MINOR] http-check disable-on-404 is not limited to...
2007-11-30  Willy Tarreau[DOC] document the "http-check disable-on-404" option
2007-11-30  Willy Tarreau[MEDIUM] report disabled servers as "NOLB" when they...
2007-11-30  Willy Tarreau[MEDIUM] secure the calling conditions of ->set_server_...
2007-11-30  Willy Tarreau[MEDIUM] implement "http-check disable-on-404" for...
2007-11-30  Willy Tarreau[MEDIUM] change server check result to a bit field
2007-11-29  Alexandre Cassen[MEDIUM] New option http_proxy
2007-11-29  Willy Tarreau[MINOR] move the load balancing algorithm to be->lbprm...
2007-11-28  Willy Tarreau[TESTS] merge test-fwrr.cfg to validate dynamic weights
2007-11-28  Willy Tarreau[TESTS] include filltab25.c to experiment on FWRR for...
2007-11-28  Willy Tarreau[MAJOR] implement the Fast Weighted Round Robin (FWRR...
2007-11-28  Willy Tarreau[MINOR] add a weight divisor to the struct proxy
2007-11-28  Willy Tarreau[MEDIUM] differentiate between generic LB params and...
2007-11-28  Willy Tarreau[MEDIUM] ebtree: include config.h for REGPRM*
2007-11-28  Willy Tarreau[BUILD] make ebtree headers multiple-include compatible
2007-11-28  Willy Tarreau[MINOR] merge ebtree version 3.0
2007-11-26  Willy Tarreau[OPTIM] small optimization on session_process_counters()
2007-11-26  Krzysztof Piotr... [MEDIUM] continous statistics
2007-11-26  Willy Tarreau[BUG] fix missing parenthesis in check_response_for_cac...
2007-11-26  Willy Tarreau[BUG] missing header names in raw stats output
2007-11-26  Willy Tarreau[BUG] relative_pid was not initialized
2007-11-04  Willy Tarreau[MINOR] stats: report numerical process ID, proxy ID...
2007-11-04  Willy Tarreau[MAJOR] create proto_tcp and move initialization of...
2007-11-04  Willy Tarreau[MINOR] add a generic unbind_all_listeners() primitive
2007-11-04  Willy Tarreau[MINOR] add a generic delete_listener() primitive
2007-11-04  Willy Tarreau[MINOR] add a generic unbind_listener() primitive
2007-11-04  Willy Tarreau[MEDIUM] unbind_listener() must use fd_delete() and...
2007-11-04  Willy Tarreau[MAJOR] added a new state to listeners
2007-11-04  Willy Tarreau[MINOR] add an options field to the listeners
2007-11-04  Willy Tarreau[MEDIUM] simplify error path in event_accept()
2007-11-04  Willy Tarreau[MINOR] avoid calling some layer7 functions if not...
2007-11-04  Willy Tarreau[MINOR] adjust error messages about conflicting proxies
2007-11-04  Krzysztof Piotr... [MEDIUM] Implement and use generic findproxy and relax...
2007-11-03  Willy Tarreau[BUILD] disable warning about localtime_r on Solaris
2007-11-03  Willy Tarreau[MEDIUM] make default_backend work in TCP mode too
2007-11-01  Willy Tarreau[MEDIUM] introduce the "url_param" balance method
2007-11-01  Willy Tarreau[MINOR] externalize the "balance" option parser to...
2007-11-01  Willy Tarreau[CLEANUP] group PR_O_BALANCE_* bits into a checkable...
2007-11-01  Krzysztof Piotr... [MEDIUM] Handle long lines properly
2007-11-01  Krzysztof Oledzki[PATCH] use backends only with use_backend directive
2007-10-28  Willy Tarreau[MINOR] add socket address length to the protocols
2007-10-28  Willy Tarreau[CLEANUP] silent warning about LIST_* being redefined...
2007-10-28  Willy Tarreau[MINOR] move error codes to common/errors.h
2007-10-25  Willy Tarreau[TESTS] add a simple test for the status page
next