summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-112-0/+32
* 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-113-4/+56
* MINOR: cli: add an option to display the uptime in the CLI's promptWilly Tarreau2023-05-113-2/+30
* 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-112-18/+0
* MINOR: tree-wide: use free_acl_cond() where relevantAurelien DARRAGON2023-05-117-47/+16
* 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
* MINOR: proxy: add http_free_redirect_rule() functionAurelien DARRAGON2023-05-113-13/+23
* BUG/MINOR: proxy: missing free in free_proxy for redirect rulesAurelien DARRAGON2023-05-111-0/+1
* MINOR: stconn: Add a cross-reference between SE descriptorChristopher Faulet2023-05-112-1/+18
* BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more dataChristopher Faulet2023-05-111-2/+9
* BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERRORChristopher Faulet2023-05-111-1/+4
* MINOR: stats: report the listener's protocol along with the address in statsWilly Tarreau2023-05-112-0/+6
* MEDIUM: mux-quic: adjust transport layer error handlingAmaury Denoyelle2023-05-112-9/+22
* MEDIUM: quic: streamline error notificationAmaury Denoyelle2023-05-114-25/+37
* MINOR: mux-quic: simplify return path of qc_send()Amaury Denoyelle2023-05-111-12/+8
* MINOR: mux-quic: factorize send subscribingAmaury Denoyelle2023-05-111-6/+16
* MINOR: mux-quic: do not send STREAM frames if already subscribeAmaury Denoyelle2023-05-111-0/+15
* MINOR: mux-quic: add traces for stream wakeAmaury Denoyelle2023-05-112-7/+12
* BUG/MINOR: mux-quic: no need to subscribe for detach streamsAmaury Denoyelle2023-05-111-3/+0
* BUG/MINOR: mux-quic: do not free frame already released by quic-connAmaury Denoyelle2023-05-111-2/+4
* BUG/MINOR: mux-quic: do not prevent shutw on errorAmaury Denoyelle2023-05-111-9/+8
* MINOR: stats: report the number of times the global maxconn was reachedWilly Tarreau2023-05-114-2/+16
* MINOR: stats: report the total number of warnings issuedWilly Tarreau2023-05-114-1/+8
* DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after deleteWilly Tarreau2023-05-112-1/+6
* BUG/MINOR: quic: Buggy acknowlegments of acknowlegments functionFrédéric Lécaille2023-05-111-0/+6
* CLEANUP: hlua_fcn/queue: make queue:push() easier to readAurelien DARRAGON2023-05-111-0/+6
* BUG/MINOR: hlua_fcn/queue: fix reference leakAurelien DARRAGON2023-05-111-0/+5
* BUG/MINOR: hlua_fcn/queue: fix broken pop_wait()Aurelien DARRAGON2023-05-111-7/+15
* BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startupChristopher Faulet2023-05-111-3/+2
* MINOR: spoe: Don't stop disabled proxiesChristopher Faulet2023-05-111-0/+8
* BUILD: mjson: Fix warning about unused variablesChristopher Faulet2023-05-111-2/+2
* [RELEASE] Released version 2.8-dev11v2.8-dev11Willy Tarreau2023-05-114-3/+30
* CLEANUP: src/listener.c: remove redundant NULL checkIlya Shipitsin2023-05-111-1/+1
* DEV: flags/show-sess-to-flags: add support for color outputWilly Tarreau2023-05-101-1/+28
* DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fieldsWilly Tarreau2023-05-101-31/+31
* DEV: flags: add missing stream flags to show-sess-to-flagsWilly Tarreau2023-05-101-3/+5
* MEDIUM: stream: Resync analyzers at the end of process_stream() on changeChristopher Faulet2023-05-101-3/+10
* BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caughtChristopher Faulet2023-05-101-0/+2
* BUG/MINOR: config: make compression work again in defaults sectionWilly Tarreau2023-05-101-0/+1
* BUG/MINOR: quic: Possible crash when dumping version informationFrédéric Lécaille2023-05-103-22/+7
* DEV: flags: add a script to decode most flags in the "show sess all" outputWilly Tarreau2023-05-091-0/+180
* BUG/MEDIUM: mux-quic: wakeup tasklet to close on errorAmaury Denoyelle2023-05-091-0/+9
* BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSEAmaury Denoyelle2023-05-094-30/+31
* DOC: configuration: add info about ssl-engine for 2.6Aleksandar Lazic2023-05-091-0/+5
* BUG/MEDIUM: stats: Require more room if buffer is almost fullChristopher Faulet2023-05-091-4/+12