]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2009-10-18  Willy Tarreau[MEDIUM] http request: parse connection, content-length...
2009-10-18  Willy Tarreau[MINOR] http: add new transaction flags for keep-alive...
2009-10-18  Cyril Bonté[MEDIUM] appsession: add the "request-learn" option
2009-10-18  Willy Tarreau[MAJOR] buffer: flag BF_DONT_READ to disable reads...
2009-10-18  Willy Tarreau[MEDIUM] fd: merge fd_list into fdtab
2009-10-18  Willy Tarreau[OPTIM] move some rarely used fields out of fdtab
2009-10-17  Willy Tarreau[CLEANUP] sepoll: clean up the fd_clr/fd_set functions
2009-10-17  Willy Tarreau[MINOR] http: detect connection: close earlier
2009-10-17  Willy Tarreau[DOC] option tcp-smart-connect was missing from index
2009-10-14  Krzysztof Piotr... [BUG] Fix silly typo: hspr_other -> hrsp_other
2009-10-14  Willy Tarreau[DOC] point to 1.4 doc, not 1.3
2009-10-14  Krzysztof Piotr... [MINOR] Collect & provide http response codes received...
2009-10-14  Michael Shuler[DOC] trivial fix for man page
2009-10-14  Willy Tarreau[DOC] add a reminder about obsolete documents
2009-10-14  Willy Tarreau[CONTRIB] halog: support searching by response time
2009-10-14  Willy Tarreau[MINOR] unix socket: report the socket path in case...
2009-10-13  Willy Tarreau[MINOR] tcp: add support for the defer_accept bind...
2009-10-12  Krzysztof Piotr... [MINOR] CSS & HTML fun
2009-10-12  Willy Tarreau[MINOR] config: report all supported options for the...
2009-10-12  Willy Tarreau[RELEASE] Released version 1.4-dev4 v1.4-dev4
2009-10-11  Willy Tarreau[OPTIM] stats: check free space before trying to print
2009-10-11  Willy Tarreau[MINOR] stats: use a dedicated state to output static...
2009-10-10  Willy Tarreau[MINOR] stats: add support for numeric IDs in set weigh...
2009-10-10  Willy Tarreau[BUILD] add a 'make tags' target
2009-10-10  Krzysztof Piotr... [MINOR] Capture & display more data from health checks, v2
2009-10-10  Krzysztof Piotr... [MINOR] Add chunk_htmlencode and chunk_asciiencode
2009-10-10  Krzysztof Piotr... [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim()
2009-10-10  Willy Tarreau[MEDIUM] stats: add the "set weight" command
2009-10-10  Willy Tarreau[MEDIUM] stats: add the "get weight" command to report...
2009-10-10  Willy Tarreau[MINOR] add the "initial weight" to the server struct.
2009-10-10  Willy Tarreau[MINOR] proxy: provide function to retrieve backend...
2009-10-10  Willy Tarreau[MINOR] buffers: add buffer_feed2() and make buffer_fee...
2009-10-10  Willy Tarreau[MEDIUM] add access restrictions to the stats socket
2009-10-10  Willy Tarreau[MINOR] stats: use 'clear counters all' to clear all...
next