]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2014-06-23  Emeric BrunBUG/MEDIUM: ssl: Fix to not serve expired OCSP responses.
2014-06-23  Emeric BrunBUG/MINOR: ssl: rejects OCSP response without nextupdate.
2014-06-20  Simon HormanMEDIUM: Add external check
2014-06-20  Simon HormanBUG/MEDIUM: Consistently use 'check' in process_chk
2014-06-19  Willy Tarreau[DEV] open new 1.6 development branch v1.6-dev0
2014-06-19  Willy Tarreau[RELEASE] Released version 1.5.0 v1.5.0
2014-06-19  Willy TarreauDOC: commit a few old design thoughts files
2014-06-19  Willy TarreauDOC: mention the maxconn limitations with the select...
2014-06-19  Willy TarreauDOC: minor updates to the README
2014-06-19  Willy TarreauDOC: update roadmap
2014-06-19  Willy TarreauDOC: remove the ultra-obsolete TODO file
2014-06-19  Emeric BrunMEDIUM: ssl: add 300s supported time skew on OCSP respo...
2014-06-19  Emeric BrunMINOR: ssl/cli: Fix unapropriate comment in code on...
2014-06-19  Thierry FOURNIERMINOR: missing regex.h include
2014-06-18  Emeric BrunMEDIUM: ssl: basic OCSP stapling support.
2014-06-18  Emeric BrunMEDIUM: ssl: ignored file names ending as '.issuer...
2014-06-18  Thierry FOURNIERMINOR: regex: Use native PCRE API.
2014-06-18  Thierry FOURNIERMEDIUM: regex: Remove null terminated strings.
2014-06-18  Thierry FOURNIERMEDIUM: regex: replace all standard regex function...
2014-06-18  Thierry FOURNIERMINOR: regex: Create JIT compatible function that retur...
2014-06-17  Willy TarreauBUG/MINOR: http: fix typos in previous patch
2014-06-17  Sasha PachevMEDIUM: http: add actions "replace-header" and "replace...
2014-06-17  Willy TarreauMEDIUM: stats: report per-backend and per-server time...
2014-06-17  Willy TarreauMEDIUM: session: maintain per-backend and per-server...
2014-06-17  Willy TarreauMINOR: freq_ctr: introduce a new averaging method
2014-06-16  Willy TarreauMEDIUM: stats: report the last check and last agent...
2014-06-16  Willy TarreauDOC: clarify the CSV format
2014-06-16  Willy TarreauMINOR: tools: add new functions to quote-encode strings
2014-06-16  Thierry FOURNIERMINOR: regex: fix a little configuration memory leak.
2014-06-16  Simon HormanMEDIUM: Add port_to_str helper
2014-06-14  Willy TarreauMEDIUM: connection: add support for proxy protocol...
2014-06-14  Willy TarreauCLEANUP: connection: merge proxy proto v2 header and...
2014-06-14  Willy TarreauDOC: minor updates to the proxy protocol doc
2014-06-14  Willy TarreauDOC: proxy protocol example parser was still wrong
2014-06-14  Willy TarreauBUG/MINOR: connection: make proxy protocol v1 support...
2014-06-13  Simon HormanMEDIUM: Break out check establishment into connect_chk()
2014-06-13  Willy TarreauMINOR: config: warn when tcp-check rules are used witho...
2014-06-13  Willy TarreauMEDIUM: session: redispatch earlier when possible
2014-06-13  Willy TarreauMEDIUM: session: don't apply the retry delay when redis...
2014-06-13  Willy TarreauMEDIUM: session: allow shorter retry delay if timeout...
2014-06-13  Willy TarreauMEDIUM: tcp: add a new tcp-request capture directive
2014-06-13  Willy TarreauMINOR: tcp: prepare support for the "capture" action
2014-06-13  Willy TarreauMINOR: capture: extend the captures to support non...
2014-06-13  Willy TarreauMINOR: sample: improve sample_fetch_string() to report...
2014-06-13  Willy TarreauMINOR: logs: don't limit HTTP header captures to HTTP...
2014-06-13  Willy TarreauMINOR: log: allow the HTTP status code to be logged...
2014-06-13  Willy TarreauDOC: fix remaining occurrences of "pattern extraction"
2014-06-12  Remi GacogneMEDIUM: ssl: fix detection of ephemeral diffie-hellman...
2014-06-12  Remi GacogneMEDIUM: ssl: Add the option to use standardized DH...
2014-06-11  Simone GottiBUG/MEDIUM: Fix unhandled connections problem with...
2014-06-11  Willy TarreauDOC: fix proxy protocol v2 decoder example
2014-06-11  Simone GottiBUG/MEDIUM: fix ignored values for half-closed timeouts...
2014-06-11  Nenad MerdanovicMINOR: checks: mysql-check: Add support for v4.1+ authe...
2014-06-11  Willy TarreauCLEANUP: http: don't clear CF_READ_NOEXP twice
2014-06-11  Willy TarreauBUG/MEDIUM: http: clear CF_READ_NOEXP when preparing...
2014-06-03  Todd LyonsDOC: Add Exim as Proxy Protocol implementer.
2014-05-28  Willy TarreauBUILD: stats: workaround stupid and bogus -Werror=forma...
2014-05-28  Willy TarreauBUILD: don't use type "uint" which is not portable
2014-05-28  Willy Tarreau[RELEASE] Released version 1.5-dev26 v1.5-dev26
2014-05-28  Willy TarreauMINOR: stats: add counters for SSL cache lookups and...
2014-05-28  Willy TarreauMINOR: stats: report SSL key computations per second
2014-05-27  Sasha PachevBUG/MEDIUM: regex: fix risk of buffer overrun in exp_re...
2014-05-23  Willy TarreauDOC: document the workarouds for Google Chrome's bogus...
2014-05-23  Willy TarreauCONTRIB: halog: avoid calling time/localtime/mktime...
2014-05-23  Olivier BurgardCONTRIB: halog: Filter input lines by date and time...
2014-05-23  Willy TarreauMINOR: stats: improve the stats web page to support...
2014-05-23  Willy TarreauMAJOR: agent: rework the response processing and suppor...
2014-05-23  Willy TarreauMEDIUM: stats: report down caused by agent prior to...
2014-05-23  Willy TarreauMEDIUM: cli: add support for enabling/disabling health...
2014-05-23  Willy TarreauBUG/MINOR: cli: "agent" was missing from the "enable...
2014-05-23  Willy TarreauMINOR: checks: support a neutral check result
2014-05-23  Willy TarreauMINOR: checks: support specific check reporting for...
2014-05-23  Willy TarreauMINOR: stats: report a distinct output for DOWN caused...
2014-05-23  Willy TarreauMINOR: cli: introduce a new "set server" command
2014-05-23  Willy TarreauMEDIUM: stats: introduce new actions to simplify admin...
2014-05-23  Willy TarreauMINOR: stats: use the admin flags for soft enable/disab...
2014-05-23  Willy TarreauMAJOR: checks: add support for a new "drain" administra...
2014-05-23  Willy TarreauMINOR: server: make use of srv_is_usable() instead...
2014-05-23  Willy TarreauMEDIUM: stats: report a server's own state instead...
2014-05-23  Willy TarreauMEDIUM: checks: simplify stopping mode notification...
2014-05-23  Willy TarreauMEDIUM: checks: simplify success notification using...
2014-05-23  Willy TarreauMEDIUM: checks: simplify failure notification using...
2014-05-23  Willy TarreauMINOR: server: implement srv_set_stopping()
2014-05-23  Willy TarreauMINOR: server: implement srv_set_running()
2014-05-23  Willy TarreauMINOR: server: implement srv_set_stopped()
2014-05-23  Willy TarreauMINOR: checks: simplify health check reporting functions
2014-05-23  Willy TarreauMINOR: server: make the status reporting function suppo...
2014-05-23  Willy TarreauMAJOR: checks: move health checks changes to set_server...
2014-05-23  Willy TarreauMEDIUM: checks: simplify server up/down/nolb transitions
2014-05-23  Willy TarreauCLEANUP: checks: rename the server_status_printf function
2014-05-23  Willy TarreauMEDIUM: server: allow multi-level server tracking
2014-05-22  Willy TarreauMEDIUM: server: properly support and propagate the...
2014-05-22  Willy TarreauREORG: checks: put the functions in the appropriate...
2014-05-22  Willy TarreauMAJOR: server: use states instead of flags to store...
2014-05-22  Willy TarreauREORG/MEDIUM: server: move the maintenance bits out...
2014-05-22  Willy TarreauREORG/MEDIUM: server: split server state and flags...
2014-05-22  Willy TarreauMEDIUM: proxy: make timeout parser a bit stricter
2014-05-21  Willy TarreauBUG/MINOR: stats: tracking servers may incorrectly...
2014-05-21  Willy TarreauBUG/MEDIUM: session: don't clear CF_READ_NOEXP if analy...
2014-05-20  Conrad HoffmannBUG/MEDIUM: polling: fix possible CPU hogging of worker...
next