]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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!)...
2009-02-04  Willy Tarreau[MEDIUM] implement bind-process to limit service presen...
2009-02-04  Willy Tarreau[MEDIUM] add support for source interface binding at...
2009-02-04  Willy Tarreau[MEDIUM] add support for source interface binding
2009-02-04  Willy Tarreau[BUG] inform the user when root is expected but not set
2009-02-04  Willy Tarreau[MINOR] add support for bind interface name
2009-02-04  Willy Tarreau[BUG] we must not exit if protocol binding only returns...
2009-01-27  Krzysztof Piotr... [DOC] remove buggy comment for use_backend
2009-01-27  Krzysztof Piotr... [BUG] Fix listen & more of 2 couples <ip>:<port>
2009-01-25  Willy Tarreau[BUILD] add USE_LINUX_SPLICE to enable LINUX_SPLICE...
2009-01-25  Willy Tarreau[MEDIUM] splice: add the global "nosplice" option
2009-01-25  Willy Tarreau[MEDIUM] move global tuning options to the global structure
2009-01-25  Willy Tarreau[BUILD] fix snapshot date extraction with negative...
2009-01-25  Willy Tarreau[OPTIM] make global.maxpipes default to global.maxconn...
2009-01-25  Willy Tarreau[STATS] report pipe usage in the statistics
2009-01-25  Willy Tarreau[MEDIUM] splice: make use of pipe pools
2009-01-25  Willy Tarreau[MEDIUM] introduce pipe pools
2009-01-25  Ross West[BUILD] fix Makefile.bsd and Makefile.osx for stream_in...
2009-01-25  Willy Tarreau[MEDIUM] splice: add hints to support older buggy kernels
2009-01-25  Willy Tarreau[BUG] reserve some pipes for backends with splice enabled
2009-01-18  Willy Tarreau[MAJOR] complete support for linux 2.6 kernel splicing
2009-01-18  Willy Tarreau[MEDIUM] add definitions for Linux kernel splicing
2009-01-18  Willy Tarreau[MINOR] introduce structures required to support Linux...
2009-01-18  Willy Tarreau[MEDIUM] splice: add configuration options and set...
2009-01-18  Willy Tarreau[MINOR] global.maxpipes: add the ability to reserve...
2009-01-18  Willy Tarreau[MEDIUM] stream_sock: try to send pending data on chk_snd()
2009-01-18  Willy Tarreau[MINOR] stream_sock: fix a few wrong empty calculations
2009-01-18  Willy Tarreau[MEDIUM] stream_sock_read: call ->chk_snd whenever...
2009-01-18  Willy Tarreau[MEDIUM] split stream_sock_write() into callback and...
2009-01-09  Willy Tarreau[CLEANUP] stream_sock: move the write-nothing condition...
2009-01-09  Willy Tarreau[CLEANUP] replace a few occurrences of (flags & X)...
2009-01-09  Willy Tarreau[OPTIM] stream_sock: factor out the buffer full handlin...
2009-01-09  Willy Tarreau[OPTIM] buffer: replace rlim by max_len
2009-01-09  Willy Tarreau[OPTIM] stream_sock: do not ask for polling on EAGAIN...
2009-01-09  Willy Tarreau[MEDIUM] i/o: rework ->to_forward and ->send_max
2009-01-09  Willy Tarreau[MEDIUM] stream_sock: factor out the return path in...
2009-01-09  Willy Tarreau[MINOR] add the splice_len member to the buffer struct...
2009-01-09  Willy Tarreau[MAJOR] implement autonomous inter-socket forwarding
2008-12-28  Willy Tarreau[MEDIUM] enable inter-stream_interface wakeup calls
2008-12-28  Willy Tarreau[MINOR] add flags to indicate when a stream interface...
2008-12-28  Willy Tarreau[MEDIUM] indicate when we don't care about read timeout
2008-12-28  Willy Tarreau[MEDIUM] don't report buffer timeout when there is...
2008-12-28  Willy Tarreau[MEDIUM] add a send limit to a buffer
2008-12-28  Willy Tarreau[MINOR] transfer errors were not reported anymore in...
2008-12-23  Willy Tarreau[BUG] "option transparent" is for backend, not frontend !
2008-12-23  Willy Tarreau[BUG] check timeout must not be changed if timeout...
2008-12-07  Willy Tarreau[MINOR] stats: indicate if a task is running in "show...
2008-12-07  Willy Tarreau[BUG] do not dequeue the backend's pending connections...
2008-12-07  Willy Tarreau[BUG] do not dequeue requests on a dead server
2008-12-07  Willy Tarreau[MINOR] redirect: in prefix mode a "/" means not to...
2008-12-07  Willy Tarreau[MINOR] redirect: add support for "set-cookie" and...
2008-12-07  Willy Tarreau[MINOR] redirect: add support for the "drop-query"...
2008-12-07  Willy Tarreau[BUG] critical errors should be reported even in daemon...
2008-12-07  Jeremy Hinegardner[BUILD] fix MANDIR default location to match documentation
2008-12-07  Jeffrey 'jf... [MINOR] cfgparse: fix off-by 2 in error message size
2008-12-07  Willy Tarreau[BUG] cookie capture is declared in the frontend but...
2008-12-07  Willy Tarreau[BUG] acl-related keywords are not allowed in defaults...
2008-12-07  Willy Tarreau[BUG] ensure that listeners from disabled proxies are...
2008-12-07  Willy Tarreau[BUG] do not try to pause backends during reload
2008-12-07  Willy Tarreau[BUG] dynamic connection throttling could return a...
2008-12-07  Willy Tarreau[BUG] do not release the connection slot during a retry
2008-12-07  Jeffrey 'jf... [MINOR] acl: add new keyword "connslots"
2008-12-07  Willy Tarreau[MEDIUM] add support for "show sess" in unix stats...
2008-12-07  Willy Tarreau[MINOR] add back-references to sessions for later use...
2008-12-07  Willy Tarreau[MINOR] add a new back-reference type : struct bref
2008-12-07  Willy Tarreau[MINOR] slightly rebalance stats_dump_{raw,http}
2008-12-07  Willy Tarreau[MEDIUM] reference the current hijack function in the...
2008-12-07  Willy Tarreau[MINOR] move the listener reference from fd to session
2008-12-07  Willy Tarreau[MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state...
2008-12-07  Willy Tarreau[MAJOR] make unix sockets work again with stats
next