haproxy-3.0.git
2008-06-20 Willy Tarreau[DOC] documentation for the "retries" parameter was...
2008-06-20 Willy Tarreau[BUG] fix the dequeuing logic to ensure that all reques...
2008-06-20 Willy Tarreau[BUG] log: reported queue position was offed-by-one
2008-06-20 Willy Tarreau[BUG] queue management: wake oldest request in queues
2008-06-20 Willy Tarreau[BUG] event pollers must not wait if a task exists...
2008-06-20 Willy Tarreau[DEBUG] add a TRACE macro to facilitate runtime data...
2008-06-11 Willy Tarreau[BUILD] make install should depend on haproxy not ...
2008-06-07 Willy Tarreau[MEDIUM] add support for conditional HTTP redirection
2008-06-07 Krzysztof Piotr... [MEDIUM] Fix memory freeing at exit, part 2
2008-05-30 Krzysztof Piotr... [MEDIUM] Fix memory freeing at exit
2008-05-30 Krzysztof Piotr... [BUG/CLEANUP] cookiedomain -> cookie_domain rename...
2008-05-25 Willy Tarreau[MEDIUM] detect streaming buffers and tag them as such
2008-05-25 Willy Tarreau[MEDIUM] reduce risk of event starvation in ev_sepoll
2008-05-25 Willy Tarreau[DOC] update the README file with new build options
2008-05-25 Krzysztof Piotr... [MINOR] Allow to specify a domain for a cookie
2008-05-16 Willy Tarreau[MEDIUM] upgrade to ebtree v4.0
2008-04-27 Marek Majkowski[MEDIUM] add support for URI hash depth and length...
2008-04-21 Jeremy Hinegardner[BUILD] fix build with gcc 4.3
2008-04-21 Krzysztof Oledzki[TESTS] add a debug patch to help trigger the stats bug
2008-04-21 Krzysztof Piotr... [BUG] Flush buffers also where there are exactly 0...
2008-04-19 Willy Tarreau[RELEASE] Released version 1.3.15 v1.3.15
2008-04-19 Willy Tarreau[BUILD] fix build of POST analysis code with gcc < 3
2008-04-15 matt.farnsworth... [MAJOR] implement parameter hashing for POST requests
2008-04-13 Willy Tarreau[TESTS] add new methods in ip-hash test file
2008-04-12 Willy Tarreau[TESTS] add a benchmark for integer hashing
2008-04-12 Willy Tarreau[TESTS] add a test case for port mapping
2008-03-28 Willy Tarreau[BUG] fix double-decrement of server connections
2008-03-21 Willy Tarreau[DOC] fix unescaped space in httpchk example.
2008-03-17 Christian Wiese[BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
2008-03-17 Willy Tarreau[MEDIUM] fix stats socket limitation to 16 kB
2008-03-17 Willy Tarreau[DOC] document the leastconn LB algo
2008-03-17 Christian Wiese[BUILD] Changed 'install' target to install the binarie...
2008-03-17 Christian Wiese[BUILD] Removed "/" after '$(DESTDIR)' in install targets
2008-03-17 Christian Wiese[BUILD] Added 'install-doc' make target
2008-03-17 Christian Wiese[BUILD] Added 'install-bin' make target
2008-03-17 Christian Wiese[BUILD] Added 'install-man' make target for installing...
2008-03-17 Christian Wiese[BUILD] Added support for 'make install'
2008-03-11 Willy Tarreau[BUILD] ensure that users don't build without setting...
2008-03-10 Willy Tarreau[MAJOR] implementation of the "leastconn" load balancin...
2008-03-08 Willy Tarreau[BUG] option allbackups was not working anymore in...
2008-03-07 Willy Tarreau[BUG] str2sun could leak a small buffer in case of...
2008-03-07 Willy Tarreau[CLEANUP] report dlmalloc's source path only if explict...
2008-03-07 Willy Tarreau[CLEANUP] update .gitignore to ignore more temporary...
2008-03-04 Willy Tarreau[MINOR] silent gcc for a wrong warning
2008-03-04 Krzysztof Piotr... [MAJOR] proto_uxst rework -> SNMP support
2008-03-04 Krzysztof Piotr... [MEDIUM]: Prevent redispatcher from selecting the same...
2008-03-04 Krzysztof Piotr... [BUG] Don't increment server connections too much ...
2008-02-28 Krzysztof Piotr... [MINOR] Implement persistent id for proxies and servers
2008-02-27 Krzysztof Piotr... [MEDIUM] Implement "track [<backend>/]<server>"
2008-02-19 Willy Tarreau[BUILD] ensure that makefile understands USE_DLMALLOC=1
2008-02-17 Willy Tarreau[BUG] do not apply timeout.connect in checks if unset
2008-02-17 Ryan Warnick[BUG] appsession lookup in URL does not work
2008-02-16 Willy Tarreau[TESTS] add test-pollers.cfg to easily report pollers...
2008-02-15 Willy Tarreau[BUG] timeout.check was not pre-set to eternity
2008-02-15 Willy Tarreau[BUG] failed conns were sometimes incremented in the...
2008-02-14 Willy Tarreau[OPTIM] GCC4's builtin_expect() is suboptimal
2008-02-14 Willy Tarreau[OPTIM] used unsigned ints for HTTP state and message...
2008-02-14 Willy Tarreau[BUILD] backend.c and checks.c did not build without...
2008-02-14 Willy TarreauRevert "[BUILD] backend.c and checks.c did not build...
2008-02-13 Willy Tarreau[BUILD] backend.c and checks.c did not build without...
2008-02-13 Willy Tarreau[DOC] add a configuration entry for "server ... redir...
2008-02-12 Willy Tarreau[TESTS] add a test case for the server redirection...
2008-02-12 Willy Tarreau[MEDIUM] completely implement the server redirection...
2008-02-12 Willy Tarreau[MINOR] add configuration support for "redir" server...
2008-02-12 Willy Tarreau[DOC] applied small fixes from early readers
2008-02-12 Willy Tarreau[DOC] fix erroneous "useallbackups" option in the doc
2008-02-10 Willy Tarreau[BUILD] update MacOS Makefile to build on newer versions
2008-02-04 Krzysztof Piotr... [DOC] Update a "contrib" file with a hint about a schem...
2008-01-22 Willy Tarreau[MINOR] report correct section type for unknown keywords.
2008-01-22 Willy Tarreau[DOC] minor cleanup of the doc and notice to contributors
2008-01-22 Krzysztof Piotr... [MEDIUM]: rework checks handling
2008-01-22 Krzysztof Piotr... [BUG]: Restore clearing t->logs.bytes
2008-01-20 Willy Tarreau[MINOR] fix configuration hint about timeouts
2008-01-19 Willy Tarreau[MINOR] use s->frt_addr as the server's address in...
2008-01-18 Willy Tarreau[BUG] fix truncated responses with sepoll
2008-01-18 Willy Tarreau[BUILD] code did not build in full debug mode
2008-01-18 Willy Tarreau[BUG] log response byte count, not request
2008-01-17 Willy Tarreau[DOC] added documentation about HTTP header manipulations
2008-01-17 Willy Tarreau[DOC] document all req* and rsp* keywords.
2008-01-17 Willy Tarreau[DOC] all server parameters have been documented
2008-01-16 Willy Tarreau[DOC] added "server", "source" and "stats" keywords
2008-01-14 Willy Tarreau[BUG] build failed on CONFIG_HAP_LINUX_TPROXY without...
2008-01-13 Willy Tarreau[MEDIUM] fix server health checks source address selection
2008-01-13 Willy Tarreau[BUG] fix overlapping server flags
2008-01-13 Willy Tarreau[BUG] use backend's source and not server's source...
2008-01-13 Willy Tarreau[MINOR] add transparent proxy support for balabit's...
2008-01-13 Willy Tarreau[MEDIUM] add non-local bind to connect() on Linux
2008-01-13 Willy Tarreau[MEDIUM] support fully transparent proxy on Linux ...
2008-01-12 Willy Tarreau[BUG] connect_server: server might not exist when sendi...
2008-01-11 Willy Tarreau[DOC] added documentation for "option tcplog" to "use_b...
2008-01-08 Willy Tarreau[DOC] document options nolinger to ssl-hello-chk
2008-01-06 Willy Tarreau[BUG] fix typo in redispatched connection
2008-01-06 Willy Tarreau[MEDIUM] add a turn-around state of one second after...
2008-01-06 Krzysztof Piotr... [MEDIUM]: Count retries and redispatches also for serve...
2008-01-06 Willy Tarreau[BUG] increment server connections for each connect()
2008-01-06 Willy Tarreau[MINOR] tarpit timeout is also allowed in backends
2008-01-06 Willy Tarreau[MEDIUM] introduce "timeout http-request" in frontends
2008-01-06 Willy Tarreau[OPTIM] introduce global parameter "tune.maxaccept"
2008-01-06 Willy Tarreau[MINOR] add support for the "backlog" parameter
2008-01-06 Willy Tarreau[DOC] document options forwardfor to logasap
next