]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2011-03-20  Willy Tarreau[MINOR] frontend: add a make_proxy_line function
2011-03-16  Willy Tarreau[BUG] session: src_conn_cur was returning src_conn_cnt...
2011-03-16  Willy Tarreau[DOC] update ROADMAP file
2011-03-13  Willy Tarreau[RELEASE] Released version 1.5-dev4
2011-03-13  Willy Tarreau[MINOR] checks: report it if checks fail due to socket...
2011-03-13  Willy Tarreau[BUG] http: stats were not incremented on http-request...
2011-03-13  Willy Tarreau[REORG] http: move the http-request rules to proto_http
2011-03-13  Willy Tarreau[MEDIUM] http: always evaluate http-request rules befor...
2011-03-13  Willy Tarreau[MEDIUM] stats: split frontend and backend stats
2011-03-13  David du Colombier[MEDIUM] add internal support for IPv6 server addresses
2011-03-10  Willy Tarreau[MAJOR] session: remove the ->srv pointer from struct...
2011-03-10  Willy Tarreau[CLEANUP] stream_interface: use inline functions to...
2011-03-10  Willy Tarreau[MEDIUM] session: remove s->prev_srv which is not neede...
2011-03-10  Willy Tarreau[MINOR] session: add a pointer to the new target into...
2011-03-10  Willy Tarreau[MINOR] cfgparse: only keep one of dispatch, transparen...
2011-03-10  Willy Tarreau[MINOR] proxy: add PR_O2_DISPATCH to detect dispatch...
2011-03-10  Willy Tarreau[REORG] session: move the data_ctx struct to the stream...
2011-03-10  Willy Tarreau[CLEANUP] stats: make all dump functions only rely...
2011-03-10  Willy Tarreau[CLEANUP] session: remove data_source from struct session
2011-03-10  Willy Tarreau[MEDIUM] log: take the logged server name from the...
2011-03-10  Willy Tarreau[CLEANUP] stream_interface: remove the applet.handler...
2011-03-10  Willy Tarreau[MEDIUM] stream_interface: store the target pointer...
2011-03-10  Willy Tarreau[REORG] tcp: make tcpv4_connect_server() take the targe...
2011-03-10  Willy Tarreau[REORG] session: move client and server address to...
2011-03-10  Willy Tarreau[REORG] stream_interface: split the struct members...
2011-03-10  Willy Tarreau[REORG] stream_interface: move the st0, st1 and private...
2011-03-10  Willy Tarreau[MINOR] stream_interface: make use of an applet descrip...
2011-03-09  Willy Tarreau[BUG] config: don't crash on empty pattern files.
2011-03-04  Cyril Bonté[BUG] stats: admin web interface must check the proxy...
2011-03-04  Cyril Bonté[BUG] stats: admin commands must check the proxy state
2011-03-03  Willy Tarreau[DOC] internal: reflect the fact that SI_ST_ASS is...
2011-03-01  Willy Tarreau[DOC] update ROADMAP
2011-03-01  Willy Tarreau[TESTS] update the url_param regression test to test...
2011-03-01  Willy Tarreau[BUG] http: balance url_param did not work with first...
2011-03-01  Willy Tarreau[BUG] http: fix computation of message body length...
2011-03-01  Willy Tarreau[BUG] http: fix possible incorrect forwarded wrapping...
2011-03-01  Willy Tarreau[DOC] fix minor typo in "usesrc"
2011-02-26  Willy Tarreau[BUG] acl: fd leak when reading patterns from file
2011-02-23  Willy Tarreau[MINOR] config: warn if response-only conditions are...
2011-02-23  Willy Tarreau[MINOR] acl: srv_id is only valid in responses
2011-02-23  Willy Tarreau[MINOR] acl: add ability to check for internal response...
2011-02-23  Willy Tarreau[BUG] acl: srv_id must return no match when the server...
2011-02-16  Willy Tarreau[BUG] startup: set the rlimits before binding ports...
2011-02-16  Willy Tarreau[BUG] cfgparse: correctly count one socket per port...
2011-02-13  Willy Tarreau[BUG] http: use correct ACL pointer when evaluating...
2011-02-13  Willy Tarreau[DOC] fix typos (http-request instead of http-check)
2011-02-13  Willy Tarreau[DOC] fix minor typo in the proxy protocol doc
2011-02-12  Cyril Bonté[MINOR] stats: add support for several packets in stats...
2011-02-12  Willy Tarreau[BUG] http: update the header list's tail when removing...
2011-01-23  Andreas Kohn[MINOR] cfgparse: Check whether the path given for...
2011-01-05  Willy Tarreau[BUILD] frontend: shut a warning with TCP_MAXSEG
2011-01-04  Rauf Kuliyev[MINOR] checks: add PostgreSQL health check
2011-01-04  Willy Tarreau[MINOR] http: improve url_param pattern extraction...
2011-01-04  Willy Tarreau[REVERT] undo the stick-table string key lookup fixes
2011-01-04  Willy Tarreau[OPTIM] ebtree: inline ebst_lookup_len and ebis_lookup_len
2011-01-04  Willy Tarreau[OPTIM] ebtree: ebmb_lookup: reduce stack usage by...
2011-01-04  Willy Tarreau[BUG] ebtree: fix ebmb_lookup() with len smaller than...
2011-01-04  Willy Tarreau[BUG] stick-table: use the private buffer when padding...
2011-01-03  Willy Tarreau[BUG] acl: fix handling of empty lines in pattern files
2011-01-03  David Cournapeau[MINOR] http: add pattern extraction method to stick...
2011-01-02  Willy Tarreau[BUG] stick-table: correctly terminate string keys...
2010-12-30  Kevinm[MINOR] log: ability to override the syslog tag
2010-12-30  Willy Tarreau[MINOR] tcp: add support for dynamic MSS setting
2010-12-29  Joe Williams[MINOR] log: add support for passing the forwarded...
2010-12-29  Cyril Bonté[BUG] http: fix http-pretend-keepalive and httpclose...
2010-12-29  Willy Tarreau[BUG] session: release slot before processing pending...
2010-12-29  Willy Tarreau[CRITICAL] session: correctly leave turn-around and...
2010-12-29  Willy Tarreau[BUG] http: fix incorrect error reporting during data...
2010-12-24  Willy Tarreau[CLEANUP] frontend: only apply TCP-specific settings...
2010-12-17  Willy Tarreau[BUG] http: analyser optimizations broke pipelining
2010-12-15  Hervé COMMOWICK[MINOR] acl: add be_id/srv_id to match backend's and...
2010-12-15  Cyril Bonté[MINOR] add warnings on features not compatible with...
2010-12-15  Cyril Bonté[DOC] fix ignore-persist documentation
2010-12-15  Cyril Bonté[DOC] fix a minor typo
2010-12-12  Willy Tarreau[MINOR] stats: add global event ID and count
2010-12-12  Willy Tarreau[MINOR] http: capture incorrectly chunked message bodies
2010-12-12  Willy Tarreau[MINOR] http: support wrapping messages in error captures
2010-12-12  Willy Tarreau[BUG] stream_interface: truncate buffers when sending...
2010-12-12  Willy Tarreau[BUG] http chunking: don't report a parsing error on...
2010-12-12  Willy Tarreau[MINOR] stats: report HTTP message state and buffer...
2010-12-11  Willy Tarreau[DOC] fix another typo in the doc
2010-12-06  Willy Tarreau[DOC] fix minor typos reported recently in the peers...
2010-12-01  Willy Tarreau[OPTIM] http: don't send each chunk in a separate packet
2010-11-29  Willy Tarreau[BUG] http: do not re-enable the PROXY analyser on...
2010-11-29  Willy Tarreau[DOC] update roadmap file
2010-11-29  Willy Tarreau[MEDIUM] hash: add support for an 'avalanche' hash...
2010-11-29  Willy Tarreau[CLEANUP] hash: move the avalanche hash code globally...
2010-11-28  Willy Tarreau[BUILD] add -fno-strict-aliasing to fix warnings with...
2010-11-28  Willy Tarreau[BUILD] add the CPU=native and ARCH=32/64 build options
2010-11-28  Willy Tarreau[BUG] http: correctly update the header list when remov...
2010-11-28  Willy Tarreau[CRITICAL] cookies: mixing cookies in indirect mode...
2010-11-19  Willy Tarreau[BUG] appsession: fix possible double free in case...
2010-11-19  Willy Tarreau[BUG] capture: do not capture a cookie if there is...
2010-11-19  Willy Tarreau[BUG] debug: report the correct poller list in verbose...
2010-11-14  Cyril Bonté[CLEANUP] unix sockets : move create_uxst_socket()...
2010-11-14  Cyril Bonté[MINOR] unix sockets : inherits the backlog size from...
2010-11-14  Willy Tarreau[OPTIM] linux: add support for bypassing libc to force...
2010-11-14  Willy Tarreau[BUILD] pattern: use 'int' instead of 'int32_t'
2010-11-14  Willy Tarreau[DOC] update ROADMAP file
2010-11-11  Willy Tarreau[RELEASE] Released version 1.5-dev3
next