]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2009-03-15  Willy Tarreau[MEDIUM] reverse internal proxy declaration order to...
2009-03-15  Willy Tarreau[MINOR] tcp-inspect: permit the use of no-delay inspection
2009-03-15  Willy Tarreau[MINOR] cfgparse: set backends to "balance roundrobin...
2009-03-15  Willy Tarreau[MINOR] cfgparse: some cleanups in the consistency...
2009-03-12  Willy Tarreau[MINOR] show errors: encode backslash as well as non...
2009-03-09  Willy Tarreau[RELEASE] Released version 1.3.16-rc2 v1.3.16-rc2
2009-03-09  Willy Tarreau[BUG] stream_sock: write timeout must be updated when...
2009-03-09  Willy Tarreau[RELEASE] Released version 1.3.16-rc1 v1.3.16-rc1
2009-03-08  Willy Tarreau[CONTRIB] halog: faster fgets() and add support for...
2009-03-08  Willy Tarreau[CONTRIB] halog: fast log parser for haproxy
2009-03-08  Willy Tarreau[BUILD] proto_http did not build on gcc-2.95 (again)
2009-03-08  Willy Tarreau[BUILD] build fixes for Solaris
2009-03-08  Willy Tarreau[MEDIUM] rearrange forwarding condition to enable splic...
2009-03-08  Willy Tarreau[MINOR] buffers: implement buffer_flush()
2009-03-08  Willy Tarreau[CLEANUP] buffer_flush() was misleading, rename it...
2009-03-08  Willy Tarreau[CLEANUP] don't enable kernel splicing when socket...
2009-03-08  Willy Tarreau[OPTIM] do not re-check req buffer when only response...
2009-03-08  Willy Tarreau[OPTIM] task: reduce the number of calls to task_queue()
2009-03-08  Willy Tarreau[CLEANUP] task: distinguish between clock ticks and...
2009-03-08  Willy Tarreau[BUG] event_accept() must always wake the task up,...
2009-03-08  Willy Tarreau[MEDIUM] minor update to the task api: let the schedule...
2009-03-08  Willy Tarreau[OPTIM] displace tasks in the wait queue only if absolu...
2009-03-08  Willy Tarreau[OPTIM] task: don't unlink a task from a wait queue...
2009-03-08  Willy Tarreau[BUG] task: fix handling of duplicate keys
2009-03-07  Willy Tarreau[BUG] rate-limit in defaults section was ignored
2009-03-06  Willy Tarreau[BUG] disable any analysers for monitoring requests
2009-03-06  Willy Tarreau[OPTIM] freq_ctr: do not rotate the counters when reading
2009-03-06  Willy Tarreau[CLEANUP] remove last references to term_trace
2009-03-06  Willy Tarreau[BUG] switch server-side stream interface to close...
2009-03-06  Willy Tarreau[OPTIM] rate-limit: cleaner behaviour on low rates...
2009-03-06  Willy Tarreau[OPTIM] maintain_proxies: only wake up when the fronten...
2009-03-06  Willy Tarreau[BUG] typo in timeout error reporting : report *res...
2009-03-05  Willy Tarreau[BUG] interface binding: length must include the traili...
2009-03-05  Willy Tarreau[MEDIUM] implement "rate-limit sessions" for the frontend
2009-03-05  Willy Tarreau[MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate
2009-03-05  Willy Tarreau[BUG] the "connslots" keyword was matched as "connlots"
2009-03-05  Willy Tarreau[MEDIUM] measure and report session rate on frontend...
2009-03-05  Willy Tarreau[MINOR] add curr_sec_ms and curr_sec_ms_scaled for...
2009-03-04  Willy Tarreau[MINOR] time: add __usec_to_1024th to convert usecs...
2009-03-04  Willy Tarreau[MINOR] errors dump must use user-visible date, not...
2009-03-04  Willy Tarreau[DOC] document "show errors"
2009-03-04  Willy Tarreau[MEDIUM] implement error dump on unix socket with ...
2009-03-04  Willy Tarreau[MEDIUM] store a complete dump of request and response...
2009-03-01  Willy Tarreau[MINOR] ensure that http_msg_analyzer updates pointer...
2009-03-01  Willy Tarreau[BUG] global.tune.maxaccept must be limited even in...
2009-03-01  Willy Tarreau[BUG] the "source" keyword must first clear optional...
2009-02-24  Willy Tarreau[BUILD] proto_http did not build on gcc-2.95
2009-02-22  Willy Tarreau[DOC] add diagrams of queuing and future ACL design
2009-02-22  Willy Tarreau[BUG] fix unix socket processing of interrupted output
2009-02-22  Willy Tarreau[BUG] fix random memory corruption using "show sess"
2009-02-22  Willy Tarreau[DOC] document a few missing info about errorfile
2009-02-22  Willy Tarreau[DOC] document HTTP status codes
2009-02-22  Willy Tarreau[DOC] filled the logging section of the configuration...
2009-02-06  Willy Tarreau[DOC] document maxpipes, nosplice, option splice-{auto...
2009-02-04  Vincenzo Farruggia[BUILD] Haproxy won't compile if DEBUG_FULL is defined
2009-02-04  Krzysztof Piotr... [CRITICAL] fix server state tracking: it was O(n!)...
next