summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REGTESTS: ssl: test the TLS resumption2021-11-17-fix-tls-resumeWilliam Lallemand2021-11-181-0/+141
* BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not foundWilliam Lallemand2021-11-181-9/+14
* BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3William Lallemand2021-11-183-7/+29
* REGTESTS: extend the default I/O timeouts and make them overridableWilly Tarreau2021-11-18142-506/+512
* REGTESTS: make tcp-check_min-recv fail fastWilly Tarreau2021-11-181-0/+3
* REGTEST: set retries count to zero for all tests that expect at 503Willy Tarreau2021-11-189-1/+9
* SCRIPT: run-regtests: avoid calling awk to compute the versionWilly Tarreau2021-11-181-1/+6
* SCRIPT: run-regtests: avoid several calls to grep to test for featuresWilly Tarreau2021-11-181-2/+5
* SCRIPTS: run-regtests: reduce the number of processes needed to check optionsWilly Tarreau2021-11-181-14/+36
* MINOR: config: support default values for environment variablesWilly Tarreau2021-11-182-3/+20
* CLEANUP: ssl: fix wrong #else commentaryWilliam Lallemand2021-11-181-1/+1
* BUG/MINOR: quic: fix version negotiation packet generationAmaury Denoyelle2021-11-181-2/+2
* DOC: internals: document the scheduler APIWilly Tarreau2021-11-181-0/+226
* BUG/MEDIUM: mworker: cleanup the listeners when reexecutingWilliam Lallemand2021-11-181-1/+3
* MEDIUM: quic: send version negotiation packet on unknown versionAmaury Denoyelle2021-11-181-2/+107
* MINOR: quic: support hq-interopAmaury Denoyelle2021-11-184-1/+144
* MEDIUM: quic: inspect ALPN to install app_opsAmaury Denoyelle2021-11-184-5/+25
* MINOR: quic: redirect app_ops snd_buf through muxAmaury Denoyelle2021-11-184-4/+9
* BUG/MINOR: h3: ignore unknown frame typesAmaury Denoyelle2021-11-181-3/+4
* DOC: internals: document the list APIWilly Tarreau2021-11-171-0/+195
* REGTESTS: ssl_crt-list_filters: feature cmd incorrectly setWilliam Lallemand2021-11-171-1/+1
* BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_process() to release H1CChristopher Faulet2021-11-151-3/+11
* DOC: log: Add comments to specify when session's listener is defined or notChristopher Faulet2021-11-151-0/+4
* CLEANUP: peers: Remove useless test on peer variable in peer_trace()Christopher Faulet2021-11-151-3/+2
* BUG/MINOR: stick-table/cli: Check for invalid ipv6 keyChristopher Faulet2021-11-151-1/+2
* [RELEASE] Released version 2.5-dev14v2.5-dev14Willy Tarreau2021-11-144-3/+53
* BUILD: makefile: simplify detection of libatomicWilly Tarreau2021-11-141-9/+17
* BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotentWilly Tarreau2021-11-141-0/+4
* BUG/MINOR: pools: don't mark ourselves as harmless in DEBUG_UAF modeWilly Tarreau2021-11-121-8/+0
* BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ valueChristopher Faulet2021-11-101-1/+1
* REGTESTS: httpclient/lua: add greater body valuesWilliam Lallemand2021-11-101-2/+6
* BUG/MEDIUM: httpclient/cli: free of unallocated hc->req.uriWilliam Lallemand2021-11-101-1/+1
* DOC: management: edit the "show proc" example to show the current outputWilliam Lallemand2021-11-101-6/+8
* BUG/MINOR: mworker: doesn't launch the program postparserWilliam Lallemand2021-11-101-0/+5
* MINOR: mworker: change the way we set PROC_O_LEAVINGWilliam Lallemand2021-11-101-4/+12
* MINOR: mworker: ReloadFailed shown depending on failedreloadWilliam Lallemand2021-11-101-1/+2
* MINOR: mworker: implement a reload failure counterWilliam Lallemand2021-11-103-2/+24
* MINOR: mworker: only increment the number of reload in wait modeWilliam Lallemand2021-11-102-2/+10
* MINOR: mworker: clarify starting/failure messagesWilliam Lallemand2021-11-101-3/+3
* MEDIUM: mworker: reexec in waitpid mode after successful loadingWilliam Lallemand2021-11-101-7/+25
* CLEANUP: mworker: remove any relative PID referenceWilliam Lallemand2021-11-102-12/+11
* BUG/MEDIUM: conn-stream: Don't reset CS flags on closeChristopher Faulet2021-11-101-2/+0
* MINOR: mux-h1: Slightly Improve H1 tracesChristopher Faulet2021-11-101-3/+8
* DOC: lua: Be explicit with the Reply object limitsChristopher Faulet2021-11-091-5/+13
* DOC: config: Be more explicit in "allow" actions descriptionChristopher Faulet2021-11-091-4/+3
* Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped...Christopher Faulet2021-11-092-9/+8
* BUG/MINOR: http-ana: Apply stop to the current section for http-response rulesChristopher Faulet2021-11-092-1/+3
* DOC: config: Fix typo in ssl_fc_unique_id descriptionChristopher Faulet2021-11-091-1/+1
* MINOR: promex: backend aggregated server check statusWilliam Dauchy2021-11-093-103/+131
* BUG/MEDIUM: httpclient: channel_add_input() must use htx->datahaproxy-httpclient-lua-2021-11-08William Lallemand2021-11-081-11/+27