haproxy/examples
Willy Tarreau b03d298995 [RELEASE] Released version 1.4-dev1
Released version 1.4-dev1 with the following main changes :
    - [MINOR] acl: add support for matching of RDP cookies
    - [MEDIUM] add support for RDP cookie load-balancing
    - [MEDIUM] add support for RDP cookie persistence
    - [MINOR] add a new CLF log format
    - [MINOR] startup: don't imply -q with -D
    - [BUG] ensure that we correctly re-start old process in case of error
    - [MEDIUM] add support for binding to source port ranges during connect
    - [MINOR] config: track "no option"/"option" changes
    - [MINOR] config: support resetting options do default values
    - [MEDIUM] implement option tcp-smart-accept at the frontend
    - [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux
    - [MEDIUM] implement tcp-smart-connect option at the backend
    - [MEDIUM] add support for TCP MSS adjustment for listeners
    - [MEDIUM] support setting a server weight to zero
    - [MINOR] make DEFAULT_MAXCONN user-configurable at build time
    - [MAJOR] session: don't clear buffer status flags anymore
    - [MAJOR] session: only check for timeouts when they have just occurred.
    - [MAJOR] session: simplify buffer error handling
    - [MEDIUM] config: split parser and checker in two functions
    - [MEDIUM] config: support loading multiple configuration files
    - [MEDIUM] stream_sock: don't close prematurely when nolinger is set
    - [MEDIUM] session: rework buffer analysis to permit permanent analysers
    - [MEDIUM] splice: set the capability on each stream_interface
    - [BUG] http: redirect rules were processed too early
    - [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define
    - [MEDIUM] http: split request waiter from request processor
    - [MEDIUM] session: tell analysers what bit they were called for
    - [MAJOR] http: complete splitting of the remaining stages
    - [MINOR] report in the proxies the requirements for ACLs
    - [MINOR] http: rely on proxy->acl_requires to allocate hdr_idx
    - [MINOR] acl: add HTTP protocol detection (req_proto_http)
    - [MINOR] prepare callers of session_set_backend to handle errors
    - [BUG] default ACLs did not properly set the ->requires flag
    - [MEDIUM] allow a TCP frontend to switch to an HTTP backend
    - [MINOR] ensure we can jump from swiching rules to http without data
    - [MINOR] http: take http request timeout from the backend
    - [MINOR] allow TCP inspection rules to make use of HTTP ACLs
    - [BUILD] report commit date and not author's date as build date
    - [MINOR] acl: don't complain anymore when using L7 acls in TCP
    - [BUG] stream_sock: always shutdown(SHUT_WR) before closing
    - [BUG] stream_sock: don't stop reading when the poller reports an error
    - [BUG] config: tcp-request content only accepts "if" or "unless"
    - [BUG] task: fix possible timer drift after update
    - [MINOR] apply tcp-smart-connect option for the checks too
    - [MINOR] stats: better displaying in MSIE
    - [MINOR] config: improve error reporting in global section
    - [MINOR] config: improve error reporting in listen sections
    - [MINOR] config: the "capture" keyword is not allowed in backends
    - [MINOR] config: improve error reporting when checking configuration
    - [BUILD] fix a minor build warning on AIX
    - [BUILD] use "git cmd" instead of "git-cmd"
    - [CLEANUP] report 2009 not 2008 in the copyright banner.
    - [MINOR] print usage on the stats sockets upon invalid commands
    - [MINOR] acl: detect and report potential mistakes in ACLs
    - [BUILD] fix incorrect printf arg count with tcp_splice
    - [BUG] fix random pauses on last segment of a series
    - [BUILD] add support for build under Cygwin
2009-07-29 22:38:32 +02:00
..
errorfiles [MEDIUM] errorfile: use a local file to feed error messages 2007-06-11 00:29:26 +02:00
acl-content-sw.cfg [RELEASE] Released version 1.3.12 with the following main changes : 2007-06-17 23:41:40 +02:00
build.cfg * released 1.1.23 2005-12-17 14:08:03 +01:00
check [MEDIUM] add support for health-checks on other addresses 2007-03-25 16:45:16 +02:00
check.conf [MEDIUM] add support for health-checks on other addresses 2007-03-25 16:45:16 +02:00
config.rc.haproxy * released 1.1.27 2005-12-17 14:14:34 +01:00
content-sw-sample.cfg [MINOR] updated versions and docs 2007-01-02 00:59:39 +01:00
cttproxy-src.cfg [MINOR] updated versions and docs 2007-01-02 00:59:39 +01:00
debug2ansi * released 1.1.21 2005-12-17 13:57:42 +01:00
debug2html * released 1.1.21 2005-12-17 13:57:42 +01:00
debugfind * released 1.1.21 2005-12-17 13:57:42 +01:00
examples.cfg * released 1.2.6-pre4 2005-12-18 01:20:14 +01:00
haproxy-1.1.21-flx.1.pkg * released 1.1.21 2005-12-17 13:57:42 +01:00
haproxy.cfg [MEDIUM] errorfile: use a local file to feed error messages 2007-06-11 00:29:26 +02:00
haproxy.init [MINOR] rhel init script : support the reload operation 2009-05-01 15:49:56 +02:00
haproxy.spec [RELEASE] Released version 1.4-dev1 2009-07-29 22:38:32 +02:00
haproxy.vim [DOC] added missing keywords from haproxy.vim 2007-10-15 09:32:17 +02:00
init.haproxy * released 1.1.23 2005-12-17 14:08:03 +01:00
init.haproxy.flx0 * released 1.2.1 (1.1.28) 2005-12-18 00:57:06 +01:00
linux-2.4.21-40.EL-custom.diff provided a patch to enable epoll on RHEL3 kernels. 2006-03-19 20:13:37 +01:00
option-http_proxy.cfg [MEDIUM] New option http_proxy 2007-11-29 15:43:32 +01:00
rc.highsock * released 1.1.11 2005-12-17 13:14:35 +01:00
stats_haproxy.sh [TESTS] stats: real time monitoring script for unix socket. 2007-12-02 14:11:36 +01:00
tarpit.cfg [DOC] add docs and examples of tarpit configuration 2006-09-03 10:19:38 +02:00
tcp-splicing-sample.cfg [MAJOR] complete support and doc for tcp-splicing 2007-01-07 02:03:04 +01:00
test-section-kw.cfg [MINOR] report correct section type for unknown keywords. 2008-01-22 16:44:08 +01:00
url-switching.cfg [DOC] provided an example of configuration involving URL switching. 2006-07-09 17:02:06 +02:00