summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RELEASE] Released version 1.5.0v1.5.0Willy Tarreau2014-06-196-6/+63
* DOC: commit a few old design thoughts filesWilly Tarreau2014-06-194-0/+705
* DOC: mention the maxconn limitations with the select pollerWilly Tarreau2014-06-191-1/+5
* DOC: minor updates to the READMEWilly Tarreau2014-06-191-18/+19
* DOC: update roadmapWilly Tarreau2014-06-191-123/+31
* DOC: remove the ultra-obsolete TODO fileWilly Tarreau2014-06-191-181/+0
* MEDIUM: ssl: add 300s supported time skew on OCSP response update.Emeric Brun2014-06-192-1/+4
* MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'Emeric Brun2014-06-191-1/+1
* MINOR: missing regex.h includeThierry FOURNIER2014-06-191-0/+1
* MEDIUM: ssl: basic OCSP stapling support.Emeric Brun2014-06-185-1/+439
* MEDIUM: ssl: ignored file names ending as '.issuer' or '.ocsp'.Emeric Brun2014-06-181-0/+4
* MINOR: regex: Use native PCRE API.Thierry FOURNIER2014-06-182-10/+14
* MEDIUM: regex: Remove null terminated strings.Thierry FOURNIER2014-06-181-73/+21
* MEDIUM: regex: replace all standard regex function by own functionsThierry FOURNIER2014-06-189-75/+77
* MINOR: regex: Create JIT compatible function that return match stringsThierry FOURNIER2014-06-183-4/+152
* BUG/MINOR: http: fix typos in previous patchWilly Tarreau2014-06-171-3/+3
* MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/respSasha Pachev2014-06-175-3/+324
* MEDIUM: stats: report per-backend and per-server time stats in HTML and CSV o...Willy Tarreau2014-06-172-5/+37
* MEDIUM: session: maintain per-backend and per-server time statisticsWilly Tarreau2014-06-175-1/+66
* MINOR: freq_ctr: introduce a new averaging methodWilly Tarreau2014-06-171-19/+136
* MEDIUM: stats: report the last check and last agent's output on the CSV statusWilly Tarreau2014-06-162-7/+13
* DOC: clarify the CSV formatWilly Tarreau2014-06-161-1/+9
* MINOR: tools: add new functions to quote-encode stringsWilly Tarreau2014-06-162-0/+66
* MINOR: regex: fix a little configuration memory leak.Thierry FOURNIER2014-06-161-3/+15
* MEDIUM: Add port_to_str helperSimon Horman2014-06-162-0/+42
* MEDIUM: connection: add support for proxy protocol v2 in accept-proxyWilly Tarreau2014-06-142-6/+60
* CLEANUP: connection: merge proxy proto v2 header and address blockWilly Tarreau2014-06-142-61/+70
* DOC: minor updates to the proxy protocol docWilly Tarreau2014-06-141-9/+12
* DOC: proxy protocol example parser was still wrongWilly Tarreau2014-06-141-2/+3
* BUG/MINOR: connection: make proxy protocol v1 support the UNKNOWN protocolWilly Tarreau2014-06-141-2/+6
* MEDIUM: Break out check establishment into connect_chk()Simon Horman2014-06-131-84/+101
* MINOR: config: warn when tcp-check rules are used without option tcp-checkWilly Tarreau2014-06-131-0/+7
* MEDIUM: session: redispatch earlier when possibleWilly Tarreau2014-06-131-1/+8
* MEDIUM: session: don't apply the retry delay when redispatchingWilly Tarreau2014-06-131-2/+7
* MEDIUM: session: allow shorter retry delay if timeout connect is smallWilly Tarreau2014-06-131-2/+7
* MEDIUM: tcp: add a new tcp-request capture directiveWilly Tarreau2014-06-132-13/+142
* MINOR: tcp: prepare support for the "capture" actionWilly Tarreau2014-06-133-0/+9
* MINOR: capture: extend the captures to support non-header keysWilly Tarreau2014-06-132-4/+4
* MINOR: sample: improve sample_fetch_string() to report partial contentsWilly Tarreau2014-06-131-7/+16
* MINOR: logs: don't limit HTTP header captures to HTTP frontendsWilly Tarreau2014-06-134-40/+23
* MINOR: log: allow the HTTP status code to be logged even in TCP frontendsWilly Tarreau2014-06-132-2/+2
* DOC: fix remaining occurrences of "pattern extraction"Willy Tarreau2014-06-131-8/+8
* MEDIUM: ssl: fix detection of ephemeral diffie-hellman key exchange by using ...Remi Gacogne2014-06-121-8/+12
* MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bitsRemi Gacogne2014-06-126-38/+380
* BUG/MEDIUM: Fix unhandled connections problem with systemd daemon mode and SO...Simone Gotti2014-06-111-0/+1
* DOC: fix proxy protocol v2 decoder exampleWilly Tarreau2014-06-111-5/+4
* BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and serve...Simone Gotti2014-06-111-0/+2
* MINOR: checks: mysql-check: Add support for v4.1+ authenticationNenad Merdanovic2014-06-112-20/+68
* CLEANUP: http: don't clear CF_READ_NOEXP twiceWilly Tarreau2014-06-111-1/+1
* BUG/MEDIUM: http: clear CF_READ_NOEXP when preparing a new transactionWilly Tarreau2014-06-111-2/+2