summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-0/+5
* 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-171-0/+5
* MINOR: clock: measure the total boot timeWilly Tarreau2023-05-173-3/+16
* 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
* 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-161-0/+44
* MINOR: mux-quic: properly report end-of-stream on recvAmaury Denoyelle2023-05-161-1/+31
* MINOR: mux-quic: add trace to stream rcv_buf operationAmaury Denoyelle2023-05-161-6/+11
* 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-152-0/+6
* 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-152-0/+84
* 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
* 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-122-9/+16
* 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-123-24/+24
* MINOR: htx: add function to set EOM reliablyAmaury Denoyelle2023-05-121-12/+3
* 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
* MINOR: ncbuf: missing malloc checks in standalone codeAurelien DARRAGON2023-05-121-0/+2
* BUILD: debug: fix build issue on 32-bit platforms in "debug dev task"Willy Tarreau2023-05-121-1/+1
* MINOR: httpclient: allow to disable the DNS resolvers of the httpclientWilliam Lallemand2023-05-111-0/+25
* MINOR: cli: make "show fd" identify QUIC connections and listenersWilly Tarreau2023-05-111-5/+26
* MINOR: master/cli: also implement the timed prompt on the master CLIWilly Tarreau2023-05-111-4/+43
* MINOR: cli: add an option to display the uptime in the CLI's promptWilly Tarreau2023-05-111-2/+15
* BUG/MINOR: cli: don't complain about empty command on empty linesWilly Tarreau2023-05-111-0/+3
* CLEANUP: acl: discard prune_acl_cond() functionAurelien DARRAGON2023-05-111-15/+0
* MINOR: tree-wide: use free_acl_cond() where relevantAurelien DARRAGON2023-05-116-43/+15
* CLEANUP: http_act: use http_free_redirect_rule() to clean redirect actAurelien DARRAGON2023-05-111-14/+1
* BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule()Aurelien DARRAGON2023-05-111-11/+27