]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2010-02-01  Krzysztof Piotr... [DOC] add info about userlists, http-request and http_a...
2010-02-01  Willy Tarreau[MINOR] config: fix too large ssl-hello-check message.
2010-02-01  Willy Tarreau[BUG] config: reset check request to avoid double free...
2010-02-01  Willy Tarreau[MEDIUM] http: stricter processing of the CONNECT method
2010-02-01  Willy Tarreau[MEDIUM] http: switch to tunnel mode after status 101...
2010-02-01  Willy Tarreau[MEDIUM] add support for anonymous ACLs
2010-02-01  Krzysztof Olędzki[MINOR] http-auth: last fix was wrong
2010-02-01  Willy Tarreau[CLEANUP] config: use build_acl_cond() to simplify...
2010-02-01  Willy Tarreau[MINOR] http-auth: make the 'unless' keyword work as...
2010-01-31  Cyril Bonté[MEDIUM] add a maintenance mode to servers
2010-01-31  Willy Tarreau[MEDIUM] http: add support for proxy authentication
2010-01-31  Krzysztof Piotr... [MAJOR] use the new auth framework for http stats
2010-01-31  Krzysztof Piotr... [MINOR] acl: add http_auth and http_auth_group
2010-01-31  Krzysztof Piotr... [MINOR] http-request: allow/deny/auth support for front...
2010-01-31  Krzysztof Piotr... [MINOR] add ACL_TEST_F_NULL_MATCH
2010-01-31  Krzysztof Piotr... [MINOR] generic auth support with groups and encrypted...
2010-01-31  Krzysztof Piotr... [MINOR] Base64 decode
2010-01-31  Krzysztof Piotr... [CONTRIB] add base64rev-gen.c that was used to generate...
2010-01-31  Willy Tarreau[DOC] add some missing ACLs about response header matching
2010-01-31  Willy Tarreau[MEDIUM] http: add support for conditional response...
2010-01-31  Willy Tarreau[MEDIUM] http: add support for conditional request...
2010-01-29  Willy Tarreau[DOC] add some build info about the AIX platform
2010-01-28  Willy Tarreau[MEDIUM] http: add support for conditional request...
2010-01-28  Willy Tarreau[MEDIUM] http: make the request filter loop check for...
2010-01-28  Willy Tarreau[MEDIUM] config: factor out the parsing of 20 req*...
2010-01-28  Willy Tarreau[CLEANUP] config: specify correct const char types...
2010-01-28  Willy Tarreau[MINOR] prepare req_*/rsp_* to receive a condition
2010-01-28  Willy Tarreau[CLEANUP] config: use warnif_cond_requires_resp() to...
2010-01-28  Willy Tarreau[CLEANUP] config: use build_acl_cond() instead of parse...
2010-01-28  Willy Tarreau[MINOR] acl: add build_acl_cond() to make it easier...
2010-01-28  Willy Tarreau[MINOR] http: disable keep-alive when process is going...
2010-01-28  Willy Tarreau[BUG] halog: fix segfault in case of empty log in PCT...
2010-01-28  Willy Tarreau[BUILD] halog: make without arch-specific optimizations
2010-01-27  Willy Tarreau[MINOR] checks: add the server's status in the checks
2010-01-27  Willy Tarreau[MINOR] checks: make the HTTP check code add the CRLF...
2010-01-27  Willy Tarreau[BUG] restore accidentely removed line in last patch !
2010-01-26  Willy Tarreau[CLEANUP] acl, patterns: make use of my_strndup() inste...
2010-01-26  Willy Tarreau[MINOR] config: off-by-one in "stick-table" after list...
2010-01-26  Willy Tarreau[MINOR] pattern: add the "ipmask()" converting function
2010-01-26  Willy Tarreau[MINOR] pattern: add support for argument parsers for...
2010-01-26  Willy Tarreau[MINOR] standard: str2mask: string to netmask converter
2010-01-26  Willy Tarreau[MINOR] pattern: make the converter more flexible by...
2010-01-26  Willy Tarreau[BUG] patterns: copy-paste typo in type conversion...
2010-01-26  Willy Tarreau[STATS] make it possible to change a CLI connection...
2010-01-25  Willy Tarreau[RELEASE] Released version 1.4-dev8 v1.4-dev8
2010-01-25  Cyril Bonté[CLEANUP] Keep in sync "defaults" support between docum...
2010-01-25  Willy Tarreau[BUG] http: trim any excess buffer data when recycling...
2010-01-25  Willy Tarreau[MINOR] http: remove a copy-paste typo in transaction...
2010-01-25  Willy Tarreau[CRITICAL] buffers: buffer_insert_line2 must not change...
2010-01-25  Willy Tarreau[MEDIUM] http: add support for Proxy-Connection header
2010-01-25  Willy Tarreau[RELEASE] Released version 1.4-dev7 v1.4-dev7
2010-01-25  Willy Tarreau[BUG] buffer_replace2 must never change the ->w entry
2010-01-24  Willy Tarreau[MINOR] http: logs must report persistent connections...
2010-01-22  Willy Tarreau[MINOR] add the "force-persist" statement to force...
2010-01-22  Willy Tarreau[OPTIM] http: don't delay response if next request...
2010-01-22  Willy Tarreau[BUG] http_server_error() must not purge a previous...
2010-01-22  Willy Tarreau[MINOR] add the ability to force kernel socket buffer...
2010-01-22  Willy Tarreau[MAJOR] http: rework response Connection header handling
2010-01-22  Willy Tarreau[MAJOR] http: rework request Connection header handling
2010-01-18  Willy Tarreau[MINOR] tools: add a "word_match()" function to match...
2010-01-18  Willy Tarreau[MINOR] http: add http_remove_header2() to remove a...
2010-01-17  Willy Tarreau[DOC] add documentation about connection header processing
2010-01-17  Willy Tarreau[MEDIUM] http: don't switch to tunnel mode upon close
2010-01-16  Willy Tarreau[BUG] http: don't count req errors on client resets...
2010-01-16  Willy Tarreau[OPTIM] stream_sock: don't shutdown(write) when the...
2010-01-15  Willy Tarreau[BUG] buffers: remove remains of wrong obsolete length...
2010-01-15  Willy Tarreau[BUG] check: we must not check for error before reading...
2010-01-15  Willy Tarreau[CLEANUP] stream_sock: MSG_NOSIGNAL is only for send...
2010-01-14  Willy Tarreau[BUG] checks: chars are unsigned on AIX, check was...
2010-01-14  Willy Tarreau[BUILD] remove a warning in standard.h on AIX
2010-01-12  Krzysztof Piotr... [MINOR] acl: add fe_id/so_id to match frontend's and...
2010-01-12  Willy Tarreau[DOC] add the doc about stickiness
2010-01-12  Emeric Brun[MEDIUM] Add stick and store rules analysers.
2010-01-12  Emeric Brun[MEDIUM] Add stick table configuration and init.
2010-01-12  Emeric Brun[MEDIUM] Add src dst and dport pattern fetches.
2010-01-12  Emeric Brun[MEDIUM] Add pattern fetch management types and functions
2010-01-12  Emeric Brun[MEDIUM] Add stick table (persistence) management funct...
2010-01-12  Emeric Brun[MINOR] Add function to parse a size in configuration
2010-01-12  Willy Tarreau[DOC] remove several trailing spaces
2010-01-12  Willy Tarreau[DOC] fix various too large lines
2010-01-12  Hervé COMMOWICK[MINOR] add option "mysql-check" to use MySQL health...
2010-01-11  Krzysztof Piotr... [BUG] checks: fix newline termination
2010-01-11  Krzysztof Piotr... [OPTIM] remove SSP_O_VIA and SSP_O_STATUS
2010-01-11  Krzysztof Piotr... [BUG] health checks: fix requeued message
2010-01-10  Willy Tarreau[MINOR] config: remove undocumented and buggy 'timeout...
2010-01-10  Cyril Bonté[MINOR] config: don't accept 'appsession' in defaults...
2010-01-10  Willy Tarreau[MINOR] http: add a separate "http-keep-alive" timeout
2010-01-10  Willy Tarreau[MINOR] http: differentiate waiting for new request...
2010-01-10  Willy Tarreau[OPTIM] reorder http_txn to optimize cache lines placement
2010-01-10  Willy Tarreau[MINOR] http: move appsession 'sessid' from session...
2010-01-10  Willy Tarreau[MINOR] http redirect: don't explicitly state keep...
2010-01-10  Willy Tarreau[BUG] stream_interface: fix retnclose and remove cond_close
2010-01-09  Cyril Bonté[BUG] appsession: possible memory leak in case of out...
2010-01-09  Willy Tarreau[MINOR] http redirect: add the ability to append a...
2010-01-09  Willy Tarreau[MINOR] http: fix double slash prefix with server redirect
2010-01-09  Willy Tarreau[MEDIUM] http: fix handling of message pointers
2010-01-09  Willy Tarreau[BUG] server redirection used an uninitialized string.
2010-01-09  Willy Tarreau[BUILD] appsession did not build anymore under gcc...
2010-01-09  Willy Tarreau[BUG] appsession's sessid must be reset at end of trans...
2010-01-08  Willy Tarreau[RELEASE] Released version 1.4-dev6 v1.4-dev6
next