haproxy/examples
Willy Tarreau 9f389e0152 [RELEASE] Released version 1.4-dev3
Released version 1.4-dev3 with the following main changes :
    - [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD
    - [MEDIUM] Collect & show information about last health check, v3
    - [MINOR] export the hostname variable so that all the code can access it
    - [MINOR] stats: add a new node-name setting
    - [MEDIUM] remove old experimental tcpsplice option
    - [BUILD] fix build for systems without SOL_TCP
    - [MEDIUM] move connection establishment from backend to the SI.
    - [MEDIUM] make the global stats socket part of a frontend
    - [MEDIUM] session: account per-listener connections
    - [MINOR] session: switch to established state if no connect function
    - [MEDIUM] make the unix stats sockets use the generic session handler
    - [CLEANUP] unix: remove uxst_process_session()
    - [CLEANUP] move remaining stats sockets code to dumpstats
    - [MINOR] move the initial task's nice value to the listener
    - [MINOR] cleanup set_session_backend by using pre-computed analysers
    - [MINOR] set s->srv_error according to the analysers
    - [MEDIUM] set rep->analysers from fe and be analysers
    - [MEDIUM] replace BUFSIZE with buf->size in computations
    - [MEDIUM] make it possible to change the buffer size in the configuration
    - [MEDIUM] report error on buffer writes larger than buffer size
    - [MEDIUM] stream_interface: add and use ->update function to resync
    - [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead
    - [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead
    - [BUG] tarpit did not work anymore
    - [MINOR] acl: add support for hdr_ip to match IP addresses in headers
    - [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag
    - [MINOR] buffers: provide more functions to handle buffer data
    - [MEDIUM] buffers: provide new buffer_feed*() function
    - [MINOR] buffers: add peekchar and peekline functions for stream interfaces
    - [MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface
    - [BUG] buffer_forward() would not correctly consider data already scheduled
    - [MINOR] buffers: add buffer_cut_tail() to cut only unsent data
    - [MEDIUM] stream_interface: make use of buffer_cut_tail() to report errors
    - [MAJOR] http: add support for HTTP 1xx informational responses
    - [MINOR] buffers: inline buffer_si_putchar()
    - [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE
    - [MAJOR] buffers: fix the BF_EMPTY flag's meaning
    - [BUG] stream_interface: SI_ST_CLO must have buffers SHUT
    - [MINOR] stream_sock: don't set SI_FL_WAIT_DATA if BF_SHUTW_NOW is set
    - [MEDIUM] add support for infinite forwarding
    - [BUILD] stream_interface: fix conflicting declaration
    - [BUG] buffers: buffer_forward() must not always clear BF_OUT_EMPTY
    - [BUG] variable buffer size ignored at initialization time
    - [MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL
    - [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds
    - [MINOR] stream_interface: add SI_FL_DONT_WAKE flag
    - [MINOR] stream_interface: add iohandler callback
    - [MINOR] stream_interface: add functions to support running as internal/external tasks
    - [MEDIUM] session: call iohandler for embedded tasks (applets)
    - [MINOR] add a ->private member to the stream_interface
    - [MEDIUM] stats: prepare the connection for closing before dumping
    - [MEDIUM] stats: replace the stats socket analyser with an SI applet
2009-09-24 00:12:50 +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-dev3 2009-09-24 00:12:50 +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
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