]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
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...
next