]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2010-11-11  Willy Tarreau[OPTIM] stream_sock: don't clear FDs that are already...
2010-11-11  Willy Tarreau[OPTIM] session: don't recheck analysers when buffer...
2010-11-11  Willy Tarreau[BUG] accept: don't close twice upon error
2010-11-11  Willy Tarreau[BUILD] peers: shut a printf format warning (key_size...
2010-11-11  Willy Tarreau[CLEANUP] accept: replace some inappropriate Alert...
2010-11-11  Emeric Brun[DOC] add documentation for peers section
2010-11-11  Emeric Brun[MEDIUM] Manage soft stop on peers proxy
2010-11-11  Emeric Brun[MEDIUM] Manage peers section parsing and stick table...
2010-11-11  Emeric Brun[MAJOR] Add new files src/peer.c, include/proto/peers...
2010-11-11  Emeric Brun[MEDIUM] Create updates tree on stick table to manage...
2010-11-11  Emeric Brun[MINOR] Manage all types (ip, integer, string, binary...
2010-11-11  Emeric Brun[DOC] stick store-response and new patterns payload...
2010-11-11  Emeric[MINOR] Add pattern's fetchs payload and payload_lv
2010-11-11  Emeric Brun[DOC] new type binary in stick-table
2010-11-11  Emeric Brun[MEDIUM] Create new protected pattern types CONSTSTRING...
2010-11-11  Emeric Brun[DOC] acls rep_ssl_hello and req_ssl_hello
2010-11-11  Emeric Brun[MINOR] new acls fetch req_ssl_hello_type and rep_ssl_h...
2010-11-11  Emeric Brun[DOC] tcp-response content and inspect
2010-11-11  Emeric Brun[MEDIUM] Implement tcp inspect response rules
2010-11-11  Emeric Brun[BUG] stick table entries expire on counters updates...
2010-11-11  Emeric Brun[BUG] stick table purge failure if size less than 255
2010-11-11  Willy Tarreau[BUG] session: don't stop forwarding of data upon last...
2010-11-11  Cyril Bonté[MINOR] config: detect options not supported due to...
2010-11-11  Cyril Bonté[CLEANUP] Remove unneeded chars allocation
2010-11-11  Willy Tarreau[MEDIUM] unix sockets: cleanup the error reporting...
2010-11-11  Cyril Bonté[MINOR] startup: print the proxy socket which caused...
2010-11-11  Willy Tarreau[MINOR] move MAXPATHLEN definition to compat.h
2010-11-09  Willy Tarreau[DOC] add references to unix socket handling
2010-11-09  Willy Tarreau[MINOR] cfgparse: report support of <path> for the...
2010-11-09  Emeric Brun[MEDIUM] Add supports of bind on unix sockets.
2010-11-09  Emeric Brun[MINOR] Support listener's sockets unix on http logs.
2010-11-09  Emeric Brun[MINOR] Enhance controls of socket's family on acls...
2010-11-09  Emeric Brun[MINOR] Manage socket type unix for some logs
2010-11-09  Emeric Brun[MINOR] Add some tests on sockets family for port remap...
2010-11-09  Emeric Brun[MINOR] Support of unix listener sockets for debug...
2010-11-05  Emeric Brun[MINOR] Manage unix socket source field on session...
2010-11-05  Emeric Brun[MINOR] Manage unix socket source field on logs
2010-11-05  Emeric Brun[MEDIUM] Enhance message errors management on binds
2010-10-30  Willy Tarreau[DOC] document the 'accept-proxy' bind option
2010-10-30  Willy Tarreau[DOC] add the proxy protocol's specifications
2010-10-30  Emeric Brun[MINOR] frontend: add tcpv6 support on accept-proxy...
2010-10-30  Emeric Brun[MINOR] frontend: improve accept-proxy header parsing
2010-10-30  Willy Tarreau[MEDIUM] session: call the frontend_decode_proxy analys...
2010-10-30  Willy Tarreau[MINOR] frontend: add a new analyser to parse a proxied...
2010-10-30  Willy Tarreau[MINOR] standard: change arg type from const char*...
2010-10-30  Willy Tarreau[MINOR] standard: add read_uint() to parse a delimited...
2010-10-30  Willy Tarreau[MINOR] listener: add the "accept-proxy" option to...
2010-10-30  Willy Tarreau[MINOR] buffers: add a new request analyser flag for...
2010-10-30  Willy Tarreau[CONTRIB] halog: minor speed improvement in timer parser
2010-10-30  Willy Tarreau[CONTRIB] halog: report per-url counts, errors and...
2010-10-30  Willy Tarreau[BUG] ebtree: fix duplicate strings insertion
2010-10-30  Krzysztof Piotr... [CONTRIB] Update Cacti Tempates
2010-10-30  Krzysztof Piotr... [CONTRIB] Update haproxy.pl
2010-10-30  Willy Tarreau[MINOR] cookie: add support for the "preserve" option
2010-10-30  Willy Tarreau[BUG] cookie: correctly unset default cookie parameters
2010-10-30  Willy Tarreau[DOC] fix typos about bind-process syntax
2010-10-30  Willy Tarreau[MINOR] acl: add the http_req_first match
2010-10-30  emeric[BUG] proto_tcp: potential bug on pattern fetch dst...
2010-10-30  Mathieu Trudel[CONTRIB] add templates for Cacti.
2010-10-30  Hervé COMMOWICK[MINOR] add better support to "mysql-check"
2010-10-30  Willy Tarreau[MINOR] checks: ensure that we can inherit binary check...
2010-10-30  Willy Tarreau[BUG] config: report correct keywords for "observe"
2010-10-30  Willy Tarreau[MEDIUM] checks: set server state to one state from...
2010-10-30  Cyril Bonté[DOC] stats: document the "stats admin" statement
next