]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2010-01-07  Willy Tarreau[MEDIUM] session: limit the number of analyser loops
2010-01-07  Willy Tarreau[MEDIUM] http: wait for some flush of the response...
2010-01-07  Willy Tarreau[MINOR] http redirect: use proper call to return last...
2010-01-07  Willy Tarreau[BUG] http: fix for capture memory leak was incorrect
2010-01-07  Willy Tarreau[BUG] http: memory leak with captures when using keep...
2010-01-06  Krzysztof Piotr... [BUG] cfgparser/stats: fix error message
2010-01-06  Krzysztof Piotr... [BUG] stats: cookie should be reported under backend...
2010-01-06  Krzysztof Piotr... [DOC] Restore ability to search a keyword at the beginn...
2010-01-06  Willy Tarreau[MEDIUM] http: make safer use of the DONT_READ and...
2010-01-06  Willy Tarreau[MEDIUM] session: also consider request analysers added...
2010-01-06  Willy Tarreau[MAJOR] session: fix the order by which the analysers...
2010-01-05  Krzysztof Piotr... [BUG] stats: show UP/DOWN status also in tracking servers
2010-01-05  Krzysztof Piotr... [MINOR] stats: add href to tracked server
2010-01-05  Krzysztof Piotr... [BUG]: add 'observer', 'on-error', 'error-limit' to...
2010-01-05  Krzysztof Piotr... [MEDIUM] default-server support
2010-01-05  Krzysztof Piotr... [MINOR]: stats: add show-legends to report additional...
2010-01-05  Krzysztof Piotr... [MINOR] stats: add "a link" & "a href" for sockets
2010-01-05  Krzysztof Piotr... [MINOR] hana: only report stats if it is enabled
2010-01-05  Emeric Brun[BUILD] warning ultoa_r returns char *
2010-01-05  Emeric Brun[BUILD] warning in stream_interface.h
2010-01-05  Willy Tarreau[BUG] http: check options before the connection header
2010-01-05  Willy Tarreau[TESTS] add a file to test various connection modes
2010-01-05  Willy Tarreau[MEDIUM] http: restore the original behaviour of option...
2010-01-05  Willy Tarreau[BUG] http: don't set no-linger on response in case...
2010-01-04  Willy Tarreau[BUG] http: redirect needed to be updated after recent...
2010-01-04  Willy Tarreau[BUG] http: some possible missed close remain in the...
2010-01-04  Willy Tarreau[BUG] http_process_res_common() must not skip the forwa...
2010-01-04  Willy Tarreau[MAJOR] http: fix again the forward analysers
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
next