summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: add size format section to manualHEADmasterDaniel Epperson2023-05-171-2/+19
* [RELEASE] Released version 2.8-dev12v2.8-dev12Christopher Faulet2023-05-174-3/+89
* BUG/MINOR: debug: fix pointer check in debug_parse_cli_task()Aurelien DARRAGON2023-05-171-1/+1
* BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner()Aurelien DARRAGON2023-05-171-9/+14
* MEDIUM: resolvers: Stop scheduling resolution during stopping stageChristopher Faulet2023-05-171-1/+4
* MEDIUM: checks: Stop scheduling healthchecks during stopping stageChristopher Faulet2023-05-171-2/+7
* CI: drop Fedora m32 pipeline in favour of cross matrixIlya Shipitsin2023-05-171-42/+0
* REGTESTS: log: Reduce again response inspect-delay for last_rule.vtcChristopher Faulet2023-05-171-1/+1
* CLEANUP: fcgi-app; Remove useless assignment to NULLChristopher Faulet2023-05-171-1/+0
* BUG/MINOR: clock: automatically adjust the internal clock with the boot timeWilly Tarreau2023-05-172-2/+5
* MINOR: clock: provide a function to automatically adjust now_offsetWilly Tarreau2023-05-172-0/+6
* BUG/MINOR: checks: postpone the startup of health checks by the boot timeWilly Tarreau2023-05-171-1/+2
* MINOR: stats: report the boot time in "show info"Willy Tarreau2023-05-172-0/+6
* MINOR: clock: measure the total boot timeWilly Tarreau2023-05-174-3/+17
* CLEANUP: stats: update the trash chunk where it's usedWilly Tarreau2023-05-171-1/+1
* CLEANUP: check; Remove some useless assignments to NULLChristopher Faulet2023-05-171-3/+1
* BUG/MINOR: server: memory leak in _srv_update_status_op() on server DOWNAurelien DARRAGON2023-05-171-0/+1
* CLEANUP: server: remove useless tmptrash assigments in srv_update_status()Aurelien DARRAGON2023-05-171-11/+0
* DOC: config: Clarify conditions to shorten the inspect-delay for TCP rulesChristopher Faulet2023-05-171-0/+3
* REGTESTS: log: Reduce response inspect-delay for last_rule.vtcChristopher Faulet2023-05-171-1/+1
* BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is setChristopher Faulet2023-05-171-2/+2
* MINOR: checks: make sure spread-checks is used also at boot timeWilly Tarreau2023-05-171-0/+8
* BUG/MEDIUM: mux-quic: fix EOI for request without payloadAmaury Denoyelle2023-05-163-4/+9
* MINOR: mux-quic: uninline qc_attach_sc()Amaury Denoyelle2023-05-162-44/+46
* MINOR: mux-quic: properly report end-of-stream on recvAmaury Denoyelle2023-05-162-1/+32
* MINOR: mux-quic: add trace to stream rcv_buf operationAmaury Denoyelle2023-05-161-6/+11
* BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMICDragan Dosen2023-05-151-1/+1
* BUILD: ssl: get0_verified chain is available on libreSSLWilliam Lallemand2023-05-151-0/+4
* BUG/MINOR: h3: missing goto on buf alloc failureAmaury Denoyelle2023-05-151-0/+1
* BUG/MINOR: mux-quic: handle properly Tx buf exhaustionAmaury Denoyelle2023-05-151-2/+2
* BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1William Lallemand2023-05-154-2/+9
* BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeoutWilly Tarreau2023-05-151-23/+30
* MINOR: ssl: add new sample ssl_c_r_dnAbhijeet Rastogi2023-05-155-0/+101
* MEDIUM: proxy: stop emitting logs for internal proxies when stoppingWilliam Lallemand2023-05-151-2/+2
* MINOR: stconn: Remove useless test on sedesc on detach to release the xrefChristopher Faulet2023-05-151-7/+5
* MEDIUM: mworker/cli: does not disconnect the master CLI upon errorWilliam Lallemand2023-05-141-8/+24
* CI: enable monthly Fedora Rawhide clang buildsIlya Shipitsin2023-05-131-3/+1
* MEDIUM: session/ssl: return the SSL error string during a SSL handshake errorWilliam Lallemand2023-05-121-9/+44
* BUG/MINOR: mux-quic: free task on qc_init() app ops failureAmaury Denoyelle2023-05-121-0/+1
* BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc allocAmaury Denoyelle2023-05-123-10/+17
* BUG/MINOR: quic: do not alloc buf count on alloc failureAmaury Denoyelle2023-05-121-2/+2
* BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failureAmaury Denoyelle2023-05-121-5/+9
* BUG/MINOR: mux-quic: properly handle buf alloc failureAmaury Denoyelle2023-05-122-12/+44
* MINOR: mux-quic: remove dedicated function to handle standalone FINAmaury Denoyelle2023-05-124-26/+24
* MINOR: htx: add function to set EOM reliablyAmaury Denoyelle2023-05-122-12/+21
* BUG/MINOR: quic: Wrong redispatch for external data on connection socketFrédéric Lécaille2023-05-121-1/+1
* BUG/MINOR: log: fix memory error handling in parse_logsrv()Aurelien DARRAGON2023-05-121-0/+4
* BUG/MINOR: errors: handle malloc failure in usermsgs_put()Aurelien DARRAGON2023-05-121-1/+2
* EXAMPLES: fix race condition in lua mailers scriptAurelien DARRAGON2023-05-121-3/+3
* DOC: lua: fix core.{proxies,frontends,backends} visibilityAurelien DARRAGON2023-05-121-3/+3