]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2012-12-08  Willy TarreauCLEANUP: connection: remove unused server/proxy/task...
2012-12-08  Willy TarreauBUG/MINOR: tcp: set the ADDR_TO_SET flag on outgoing...
2012-12-08  Willy TarreauMINOR: stats: add a few more information on session...
2012-12-08  Willy TarreauBUG/MEDIUM: session: fix FD leak when transport layer...
2012-12-06  Willy TarreauBUG/MAJOR: polling: do not set speculative events on...
2012-12-06  Willy TarreauBUG/MAJOR: raw_sock: must check error code on hangup
2012-12-06  Willy TarreauBUILD: ssl: NAME_MAX is not portable, use MAXPATHLEN...
2012-12-06  Tait ClarridgeMINOR: acl: add fetch for server session rate
2012-12-05  Willy TarreauBUILD: stdbool is not portable
2012-12-04  Emeric BrunMEDIUM: ssl: manage shared cache by blocks for huge...
2012-12-04  Willy TarreauBUG/MINOR: http: don't log a 503 on client errors while...
2012-12-03  Emeric BrunBUG/MEDIUM: ssl: first outgoing connection would fail...
2012-12-03  Emeric BrunBUG/MINOR: ssl: One free session in cache remains unused.
2012-12-03  Willy TarreauDOC: document the connection error format in logs
2012-12-03  Willy TarreauMEDIUM: connection: add error reporting for the SSL
2012-12-03  Willy TarreauMEDIUM: connection: add error reporting for the PROXY...
2012-12-03  Willy TarreauMEDIUM: connection: add minimal error reporting in...
2012-12-03  Willy TarreauMEDIUM: connection: add an error code in connections
2012-12-03  Willy TarreauMINOR: connection: don't remove failed handshake flags
2012-12-03  Willy TarreauBUG/MEDIUM: comp: DEFAULT_MAXZLIBMEM was expressed...
2012-12-03  Dmitry SivachenkoDOC: add a few precisions on compression
2012-11-27  Willy TarreauMINOR: compression: make the stats a bit more robust
2012-11-27  Willy TarreauBUG/MINOR: http: disable compression when message has...
2012-11-26  Willy TarreauBUILD: ssl: OpenSSL 0.9.6 has no renegociation
2012-11-26  Emeric BrunBUG/MEDIUM: ssl: Fix handshake failure on session resum...
2012-11-26  Willy TarreauBUG/MAJOR: stats: correctly check for a possible divide...
2012-11-26  Willy TarreauMINOR: http: factor out the content-type checks
2012-11-26  Willy TarreauMINOR: stats: compute the ratio of compressed response...
2012-11-26  William LallemandMINOR: compression: disable on multipart or status...
2012-11-26  William LallemandBUG/MINOR: compression: Content-Type is case insensitive
2012-11-26  Willy TarreauBUG/MINOR: http: don't report client aborts as server...
2012-11-26  Willy Tarreau[RELEASE] Released version 1.5-dev14 v1.5-dev14
2012-11-26  Willy TarreauMINOR: cli: improve output format for show sess $ptr
2012-11-26  Willy TarreauBUG/MAJOR: cli: show sess <id> may randomly corrupt...
2012-11-26  Willy TarreauMINOR: cli: add support for the "show sess all" command
2012-11-25  Willy TarreauBUILD: buffer: fix another isprint() warning on solaris
2012-11-25  Willy TarreauDOC: stats: document the comp_rsp stats column
2012-11-24  Willy TarreauMINOR: tcp: add support for the "v4v6" bind option
2012-11-24  Willy TarreauMINOR: stats: report the total number of compressed...
2012-11-24  Willy TarreauMINOR: stats: also report the computed compression...
2012-11-24  Willy TarreauMINOR: tcp: add support for the "v6only" bind option
2012-11-24  Willy TarreauBUG/MEDIUM: connection: local_send_proxy must wait...
2012-11-24  Willy TarreauBUG/MEDIUM: checks: report handshake failures
2012-11-24  Willy TarreauMINOR: connection: abort earlier when errors are detected
2012-11-24  Willy TarreauBUG/MEDIUM: connection: always disable polling upon...
2012-11-24  Willy TarreauMEDIUM: tcp: add explicit support for delayed ACK in...
2012-11-23  Willy TarreauBUG/MINOR: stats: fix inversion of the report of a...
2012-11-23  Willy TarreauBUG/MEDIUM: acl: make prue_acl_expr() correctly free...
2012-11-23  Willy TarreauBUG/MEDIUM: acl: correctly resolve all args, not just...
2012-11-23  Dmitry SivachenkoDOC: fix minor typos
2012-11-23  Willy TarreauMINOR: listeners: make the accept loop more robust...
2012-11-23  Willy TarreauBUG/MAJOR: peers: the listener's maxaccept was not...
2012-11-23  Willy TarreauBUG/MEDIUM: checks: prevent TIME_WAITs from appearing...
2012-11-23  Willy TarreauMEDIUM: connection: provide a common conn_full_close...
2012-11-23  Willy TarreauMINOR: checks: fix recv polling after connect()
2012-11-23  Willy TarreauBUG/MAJOR: checks: close FD on all timeouts
2012-11-23  Willy TarreauMEDIUM: checks: close the socket as soon as we have...
2012-11-23  Willy TarreauMEDIUM: checks: avoid waking the application up for...
2012-11-23  Willy TarreauBUG/MINOR: checks: slightly clean the state machine up
2012-11-23  Willy TarreauMAJOR: checks: rework completely bogus state machine
2012-11-23  Willy TarreauCLEANUP: checks: rename some server check flags
2012-11-23  Willy TarreauMINOR: cli: report the msg state in full text in "show...
2012-11-23  William LallemandMINOR: buffer_dump with ASCII
2012-11-23  William LallemandBUG/MEDIUM: compression: does not forward trailers
2012-11-23  Willy TarreauMEDIUM: checks: avoid accumulating TIME_WAITs during...
2012-11-23  Willy TarreauBUG/MINOR: checks: don't mark the FD as closed before...
2012-11-23  Willy TarreauBUG/MEDIUM: checks: ensure we completely disable pollin...
2012-11-23  Willy TarreauBUG/MEDIUM: checks: mark the check as stopped after...
2012-11-22  Willy Tarreau[RELEASE] Released version 1.5-dev13 v1.5-dev13
2012-11-22  Willy TarreauMINOR: stats: report HTTP compression stats per fronten...
2012-11-22  Willy TarreauBUILD: silence a warning on Solaris about usage of...
2012-11-21  Willy TarreauDOC: update readme with build methods for BSD
2012-11-21  Willy TarreauDOC: http header capture has not been limited in size...
2012-11-21  Willy TarreauMINOR: http: allow the cookie capture size to be changed
2012-11-21  Willy TarreauDOC: documentation on http header capture is wrong
2012-11-21  Willy TarreauBUG/MAJOR: stream_interface: read0 not always handled...
2012-11-21  Willy TarreauMINOR: http: add some debugging functions to pretty...
2012-11-21  Willy TarreauMINOR: cli: report an error message on missing argument...
2012-11-21  William LallemandMINOR: compression: CPU usage limit
2012-11-21  William LallemandDOC: compression: unsupported cases.
2012-11-21  William LallemandBUG/MINOR: compression: dynamic level increase
2012-11-21  William LallemandMINOR: compression: report zlib memory usage
2012-11-21  William LallemandMINOR: compression: rate limit in 'show info'
2012-11-21  William LallemandMEDIUM: compression: use pool for comp_ctx
2012-11-19  Willy TarreauMINOR: cli: report the fd state in "show sess xxx"
2012-11-19  Willy TarreauBUILD: cli: fix build when SSL is enabled
2012-11-19  Willy TarreauBUG/MAJOR: stream_interface: certain workloads could...
2012-11-19  Willy TarreauMINOR: cli: report connection status in "show sess...
2012-11-19  William LallemandMEDIUM: compression: don't compress when no data
2012-11-19  Willy TarreauBUG: compression: properly disable compression when...
2012-11-19  Willy TarreauMEDIUM: adjust the maxaccept per listener depending...
2012-11-19  Willy TarreauMINOR: standard: add a simple popcount function
2012-11-19  Willy TarreauDOC: update the PROXY protocol spec to support v2
2012-11-16  Emeric BrunMINOR: ssl: Add tune.ssl.lifetime statement in global.
2012-11-16  Willy TarreauMINOR: ssl: rename and document the tune.ssl.cachesize...
2012-11-16  Willy TarreauMEDIUM: global: add support for CPU binding on Linux...
2012-11-15  Emeric BrunMINOR: conf: add warning if ssl is not enabled and...
2012-11-15  Willy TarreauMINOR: config: support process ranges for "bind-process"
2012-11-15  Willy TarreauMINOR: global: don't prevent nbproc from being redefined
2012-11-15  Willy TarreauBUG/MEDIUM: compression: release the zlib pools between...
next