]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2010-01-04  Willy Tarreau[DEBUG] add an http_silent_debug function to debug...
2010-01-04  Willy Tarreau[BUG] http: fix hopefully last closing issue on data...
2010-01-04  Willy Tarreau[BUG] http: disable auto-closing during chunk analysis
2010-01-03  Willy Tarreau[RELEASE] Released version 1.4-dev5 v1.4-dev5
2010-01-03  Willy Tarreau[OPTIM] http: optimize a bit the construct of the forwa...
2010-01-03  Willy Tarreau[CLEANUP] http: remove a remaining impossible condition
2010-01-03  Willy Tarreau[MEDIUM] config: remove the limitation of 10 config...
2010-01-03  Willy Tarreau[MEDIUM] config: remove the limitation of 10 reqadd...
2010-01-03  Willy Tarreau[MINOR] config: centralize proxy struct initialization
2010-01-03  Willy Tarreau[MINOR] redirect: add support for unconditional rules
2010-01-03  Willy Tarreau[MINOR] config: some options were missing for "redirect"
2010-01-03  Willy Tarreau[BUG] http: fix cookie parser to support spaces and...
2010-01-03  Krzysztof Piotr... [BUG] Healthchecks: get a proper error code if connecti...
2010-01-03  Willy Tarreau[MINOR] http: make the conditional redirect support...
2010-01-03  Willy Tarreau[MINOR] http: don't wait for sending requests to the...
2010-01-03  Willy Tarreau[BUG] http: take care of errors, timeouts and aborts...
2010-01-03  Willy Tarreau[MINOR] http: move redirect messages to HTTP/1.1 with...
2010-01-03  Willy Tarreau[OPTIM] http: don't immediately enable reading on request
2010-01-03  Willy Tarreau[BUG] http: the request URI pointer is relative to...
2010-01-03  Willy Tarreau[BUG] http: redirects were broken by chunk changes
2010-01-03  Willy Tarreau[OPTIM] http: set MSG_MORE on response when a pipelined...
2010-01-03  Willy Tarreau[MINOR] stream_sock: enable MSG_MORE when forwarding...
2010-01-03  Willy Tarreau[BUG] http: fix erroneous trailers size computation
2010-01-02  Willy Tarreau[BUG] last fix was overzealous and disabled server...
2010-01-02  Willy Tarreau[BUG] http: ensure we abort data transfer on write...
2010-01-02  Willy Tarreau[MAJOR] http: add support for option http-server-close
2010-01-02  Willy Tarreau[MEDIUM] http: make the parsers able to wait for a...
2010-01-02  Willy Tarreau[MEDIUM] http: make the analyser not rely on msg being...
2010-01-02  Willy Tarreau[BUILD] halog: insufficient include path in makefile
2009-12-30  Willy Tarreau[MINOR] config: option forceclose is valid in frontends too
2009-12-29  Willy Tarreau[MEDIUM] http: add some SI_FL_NOLINGER around server...
2009-12-29  Willy Tarreau[MEDIUM] session: set SI_FL_NOLINGER when aborting...
2009-12-29  Willy Tarreau[MEDIUM] http: make forceclose use SI_FL_NOLINGER
2009-12-29  Willy Tarreau[MINOR] stream_sock: add SI_FL_NOLINGER for faster...
2009-12-29  Willy Tarreau[MEDIUM] http: properly handle "option forceclose"
2009-12-29  Willy Tarreau[MEDIUM] http: add two more states for the closing...
2009-12-29  Willy Tarreau[MINOR] stream_sock: prepare for closing when all pendi...
2009-12-28  Willy Tarreau[BUG] buffers: wrong size calculation for displaced...
2009-12-28  Willy Tarreau[MEDIUM] http: rework the buffer alignment logic
2009-12-28  Willy Tarreau[BUG] stream_sock: wrong max computation on recv
2009-12-28  Willy Tarreau[BUG] http: typos on several unlikely() around header...
2009-12-27  Willy Tarreau[MAJOR] http: implement body parser
2009-12-27  Willy Tarreau[MINOR] new function stream_int_cond_close()
2009-12-27  Willy Tarreau[BUG] http: body parsing must consider the start of...
2009-12-27  Willy Tarreau[MEDIUM] http: automatically re-aling request buffer
2009-12-27  Willy Tarreau[BUG] http: offsets are relative to the buffer, not...
2009-12-27  Willy Tarreau[MINOR] buffers: add buffer_ignore() to skip some bytes
2009-12-26  Willy Tarreau[MEDIUM] http: add a new transaction flags indicating...
2009-12-26  Willy Tarreau[MEDIUM] http: rework chunk-size parser
2009-12-22  Willy Tarreau[MINOR] http: introduce a new synchronisation state...
2009-12-22  Willy Tarreau[MINOR] http: move 1xx handling earlier to eliminate...
2009-12-22  Willy Tarreau[MINOR] http: move the http transaction init/cleanup...
2009-12-22  Willy Tarreau[MAJOR] buffers: automatically compute the maximum...
2009-12-22  Willy Tarreau[MINOR] http: only consider chunk encoding with HTTP/1.1
2009-12-22  Willy Tarreau[MAJOR] http: completely process the "connection" header
2009-12-22  Willy Tarreau[MEDIUM] backend: remove HTTP POST parsing from get_ser...
2009-12-22  Willy Tarreau[MEDIUM] http: process request body in a specific analyser
2009-12-22  Willy Tarreau[BUG] check_post: limit analysis to the buffer length
2009-12-17  Krzysztof Piotr... [BUG] config: fix erroneous check on cookie domain...
2009-12-17  Willy Tarreau[BUG] second fix for the printf format warning
2009-12-15  Krzysztof Piotr... [BUG] format '%d' expects type 'int', but argument...
2009-12-15  Krzysztof Piotr... [MEDIUM] Decrease server health based on http responses...
2009-12-15  Krzysztof Piotr... [DOC] some small spell fixes and unifications
2009-12-15  Willy Tarreau[MINOR] config: don't report error on all subsequent...
2009-12-14  Willy Tarreau[MINOR] ebtree: add functions to lookup non-null termin...
2009-12-06  Cyril Bonté[BUG] Configuration parser bug when escaping characters
2009-12-06  Willy Tarreau[MINOR] config: support passing multiple "domain" state...
2009-12-06  Willy Tarreau[BUG] config: cookie domain was ignored in defaults...
2009-12-06  Willy Tarreau[BUG] config: fix erroneous check on cookie domain...
2009-12-06  Willy Tarreau[BUG] config: disable 'option httplog' on TCP proxies
2009-12-06  Willy Tarreau[BUG] config: fix wrong handling of too large argument...
2009-12-06  Willy Tarreau[BUG] config: fix error message when config file is...
2009-11-30  Willy Tarreau[MINOR] http: detect tunnel mode and set it in the...
2009-11-30  Willy Tarreau[BUG] x-original-to: name was not set in default instance
2009-11-30  Cyril Bonté[MEDIUM] appsession: add "len", "prefix" and "mode...
2009-11-29  Willy Tarreau[MINOR] http: keep pointer to beginning of data
2009-11-28  Willy Tarreau[DOC] option is "defer-accept", not "defer_accept"
2009-11-28  Willy Tarreau[BUG] stream_sock: BUF_INFINITE_FORWARD broke splice...
2009-11-08  Willy Tarreau[MINOR] http: create new MSG_BODY sub-states
2009-11-02  Willy Tarreau[MINOR] tools: add hex2i() function to convert hex...
2009-11-02  Willy Tarreau[BUILD] missing #ifndef in ebsttree.h
2009-11-02  Willy Tarreau[BUILD] missing #ifndef in ebmbtree.h
2009-11-02  Alex Williams[MINOR] server tracking: don't care about the tracked...
2009-10-29  Willy Tarreau[CLEANUP] ebtree: cast to char * to get rid of gcc...
2009-10-27  Krzysztof Piotr... [MINOR] Collect & provide http response codes for front...
2009-10-27  Krzysztof Piotr... [MINOR] add additional "a href"s to stats page
2009-10-27  Willy Tarreau[BUG] definitely fix regparm issues between haproxy...
2009-10-26  Willy Tarreau[CLEANUP] ebtree: remove old unused files
2009-10-26  Willy Tarreau[MEDIUM] build: switch ebtree users to use new ebtree...
2009-10-26  Willy Tarreau[IMPORT] import ebtree v5.0 into directory ebtree/
2009-10-24  Krzysztof Piotr... [MINOR] Add "a name" to stats page
2009-10-18  Willy Tarreau[MINOR] http: remove the last call to stream_int_return
2009-10-18  Willy Tarreau[MINOR] http response: update the TX_CLI_CONN_KA flag...
2009-10-18  Willy Tarreau[MEDIUM] http response: check body length and set trans...
2009-10-18  Willy Tarreau[MINOR] http: pre-set the persistent flags in the trans...
2009-10-18  Willy Tarreau[MAJOR] http: create the analyser which waits for a...
2009-10-18  Willy Tarreau[MEDIUM] http request: make use of pre-parsed transfer...
2009-10-18  Willy Tarreau[MEDIUM] http request: simplify POST length detection
2009-10-18  Willy Tarreau[MINOR] http request: simplify the test of no-data
2009-10-18  Willy Tarreau[MINOR] http request: update the TX_SRV_CONN_KA flag...
next