]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2009-07-10  Willy Tarreau[MINOR] report in the proxies the requirements for...
2009-07-07  Willy Tarreau[MAJOR] http: complete splitting of the remaining stages
2009-07-07  Willy Tarreau[MEDIUM] session: tell analysers what bit they were...
2009-07-07  Willy Tarreau[MEDIUM] http: split request waiter from request processor
2009-07-07  Willy Tarreau[CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define
2009-07-06  Willy Tarreau[BUG] http: redirect rules were processed too early
2009-06-28  Willy Tarreau[MEDIUM] splice: set the capability on each stream_inte...
2009-06-28  Willy Tarreau[MEDIUM] session: rework buffer analysis to permit...
2009-06-28  Willy Tarreau[MEDIUM] stream_sock: don't close prematurely when...
2009-06-23  Willy Tarreau[MEDIUM] config: support loading multiple configuration...
2009-06-23  Willy Tarreau[MEDIUM] config: split parser and checker in two functions
2009-06-21  Willy Tarreau[MAJOR] session: simplify buffer error handling
2009-06-21  Willy Tarreau[MAJOR] session: only check for timeouts when they...
2009-06-21  Willy Tarreau[MAJOR] session: don't clear buffer status flags anymore
2009-06-15  Willy Tarreau[MINOR] make DEFAULT_MAXCONN user-configurable at build...
2009-06-15  Willy Tarreau[MEDIUM] support setting a server weight to zero
2009-06-14  Willy Tarreau[MEDIUM] add support for TCP MSS adjustment for listeners
2009-06-14  Yitzhak Sapir[BUILD] add support for build under Cygwin
2009-06-14  Willy Tarreau[MEDIUM] implement tcp-smart-connect option at the...
2009-06-14  Willy Tarreau[MEDIUM] stream_sock: implement tcp-cork for use during...
2009-06-14  Willy Tarreau[MEDIUM] implement option tcp-smart-accept at the frontend
2009-06-14  Willy Tarreau[MINOR] config: support resetting options do default...
2009-06-14  Willy Tarreau[MINOR] config: track "no option"/"option" changes
2009-06-10  Willy Tarreau[MEDIUM] add support for binding to source port ranges...
2009-06-09  Willy Tarreau[BUG] ensure that we correctly re-start old process...
2009-06-09  Willy Tarreau[MINOR] startup: don't imply -q with -D
2009-06-09  Willy Tarreau[DEV] open new 1.4 development branch v1.4-dev0
2009-05-10  Willy Tarreau[RELEASE] Released version 1.3.18 v1.3.18
2009-05-10  Willy Tarreau[MINOR] stats/html: use the arial font before helvetica
2009-05-10  Willy Tarreau[MINOR] stats: report max sessions/s and limit in HTML...
2009-05-10  Willy Tarreau[MINOR] stats: report max sessions/s and limit in CSV...
2009-05-10  Willy Tarreau[MINOR] compute the max of sessions/s on fe/be/srv
2009-05-10  Willy Tarreau[MINOR] implement per-logger log level limitation
2009-05-10  Benoit[MEDIUM] add support for "balance hdr(name)"
2009-05-10  Willy Tarreau[MINOR] standard: provide a new 'my_strndup' function
2009-05-10  Willy Tarreau[DOC] rearrange the configuration manual and add a...
2009-05-10  Willy Tarreau[BUG] fix parser crash on unconditional tcp content...
2009-05-10  Willy Tarreau[DOC] minor fixes and rearrangements
2009-05-10  Willy Tarreau[MINOR] add options dontlog-normal and log-separate...
2009-05-10  Willy Tarreau[MINOR] don't close stdio fds twice
2009-05-10  Willy Tarreau[BUG] O(1) pollers should check their FD before closing it
2009-05-10  Willy Tarreau[MEDIUM] convert all signals to asynchronous signals
2009-05-10  Willy Tarreau[MEDIUM] pollers: don't wait if a signal is pending
2009-05-10  Willy Tarreau[MEDIUM] call signal_process_queue from run_poll_loop
2009-05-10  Willy Tarreau[BUILD] add signal.o to all makefiles
2009-05-10  Willy Tarreau[MINOR] add basic signal handling functions
2009-05-08  Maik Broemme[BUG] x-original-to: fix missing initialization to...
2009-05-01  Maik Broemme[MINOR] add X-Original-To: header
2009-05-01  Willy Tarreau[MINOR] rhel init script : support the reload operation
2009-05-01  Willy Tarreau[BUG] fix wrong pointer arithmetics in HTTP message...
2009-04-27  Willy Tarreau[CRITICAL] uninitialized response field can sometimes...
2009-04-21  Willy Tarreau[MEDIUM] ensure we don't recursively call pool_gc2()
2009-04-11  Willy Tarreau[MINOR] switch all stat counters to 64-bit
2009-04-11  Willy Tarreau[BUILD] make it possible to pass alternative arch at...
2009-04-11  Willy Tarreau[CLEANUP] remove unused make option from haproxy.spec
2009-04-11  Willy Tarreau[MINOR] fix a few remaining printf-like formats on...
2009-04-07  Willy Tarreau[BUG] stats: total and lbtot are unsigned
2009-04-03  Sébastien Barrier[BUILD] spec file: fix broken pipe during rpmbuild...
2009-04-03  Jeffrey 'jf... [CLEANUP] give a little bit more information in error...
2009-04-03  Willy Tarreau[MINOR] fix several printf formats and missing arguments
2009-04-03  Willy Tarreau[BUILD] add format(printf) to printf-like functions
2009-04-02  Willy Tarreau[MEDIUM] http: capture invalid requests/responses even...
2009-04-02  Willy Tarreau[MEDIUM] http: add options to ignore invalid header...
2009-03-31  Willy Tarreau[MINOR] improve reporting of misplaced acl/reqxxx rules
2009-03-29  Willy Tarreau[RELEASE] Released version 1.3.17 v1.3.17
2009-03-29  Willy Tarreau[BUILD] makefile: remove unused references to linux24eo...
2009-03-29  Willy Tarreau[BUILD] remove haproxy-small.spec
2009-03-29  Jan-Frode Myklebust[PATCH] Update specfile to build for v2.6 kernel.
2009-03-29  Willy Tarreau[MINOR] stats/html: group digits by 3 to clarify numbers
2009-03-29  Willy Tarreau[MINOR] implement ulltoh() to write HTML-formatted...
2009-03-29  Willy Tarreau[BUG] don't set an expiration date directly from now_ms
2009-03-29  Willy Tarreau[BUG] stream_sock: check for shut{r,w} before refreshin...
2009-03-29  Willy Tarreau[MINOR] show sess: report a lot more information about...
2009-03-28  Willy Tarreau[MINOR] sepoll: don't count two events on the same FD.
2009-03-28  Willy Tarreau[BUG] stream_sock: disable I/O on fds reporting an...
2009-03-28  Willy Tarreau[BUG] don't call epoll_ctl() on closed sockets
2009-03-28  Willy Tarreau[MINOR] show sess: report number of calls to each task
2009-03-28  Willy Tarreau[BUG] reject unix accepts when connection limit is...
2009-03-28  Willy Tarreau[BUG] reset the stream_interface connect timeout upon...
2009-03-22  Willy Tarreau[RELEASE] Released version 1.3.16 v1.3.16
2009-03-22  Willy Tarreau[OPTIM] sepoll: do not re-check whole list upon accepts
2009-03-21  Willy Tarreau[BUG] check for global.maxconn before doing accept()
2009-03-21  Willy Tarreau[MEDIUM] session: don't resync FSMs on non-interesting...
2009-03-21  Willy Tarreau[OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAI...
2009-03-21  Willy Tarreau[OPTIM] stream_sock: don't retry to read after a large...
2009-03-21  Willy Tarreau[BUG] server check intervals must not be null
2009-03-21  Willy Tarreau[MINOR] stats: report number of tasks (active and running)
2009-03-21  Willy Tarreau[MINOR] task: keep a task count and clean up task creators
2009-03-21  Willy Tarreau[MINOR] sched: permit a task to stay up between calls
2009-03-21  Willy Tarreau[BUG] scheduler: fix improper handling of duplicates...
2009-03-21  Willy Tarreau[BUG] sched: don't leave 3 lasts tasks unprocessed...
2009-03-21  Willy Tarreau[MEDIUM] scheduler: get rid of the 4 trees thanks and...
2009-03-21  Willy Tarreau[MINOR] update ebtree to version 4.1
2009-03-21  Christian Wiese[BUILD] Fixed Makefile for linking pcre
2009-03-21  Jan-Frode Myklebust[CONTRIB] selinux policy for haproxy
2009-03-15  Willy Tarreau[CLEANUP] http: remove some commented out obsolete...
2009-03-15  Willy Tarreau[MINOR] tcp_request: let the caller take care of errors...
2009-03-15  Willy Tarreau[BUG] session: errors were not reported in termination...
2009-03-15  Willy Tarreau[BUG] connect timeout is in the stream interface, not...
2009-03-15  Willy Tarreau[CLEANUP] config: catch and report some possibly wrong...
next