- 8bca3cc MEDIUM: checks: Stop scheduling healthchecks during stopping stage by Christopher Faulet · 1 year, 7 months ago
- c8a7bb1 CLEANUP: fcgi-app; Remove useless assignment to NULL by Christopher Faulet · 1 year, 7 months ago
- c7b9308 BUG/MINOR: clock: automatically adjust the internal clock with the boot time by Willy Tarreau · 1 year, 7 months ago
- 5345490 MINOR: clock: provide a function to automatically adjust now_offset by Willy Tarreau · 1 year, 7 months ago
- 8e978a0 BUG/MINOR: checks: postpone the startup of health checks by the boot time by Willy Tarreau · 1 year, 7 months ago
- 5723b38 MINOR: stats: report the boot time in "show info" by Willy Tarreau · 1 year, 7 months ago
- da4aa69 MINOR: clock: measure the total boot time by Willy Tarreau · 1 year, 7 months ago
- 52fd879 CLEANUP: stats: update the trash chunk where it's used by Willy Tarreau · 1 year, 7 months ago
- cb76030 CLEANUP: check; Remove some useless assignments to NULL by Christopher Faulet · 1 year, 7 months ago
- 0d2f1ac BUG/MINOR: server: memory leak in _srv_update_status_op() on server DOWN by Aurelien DARRAGON · 1 year, 7 months ago
- 22d584a CLEANUP: server: remove useless tmptrash assigments in srv_update_status() by Aurelien DARRAGON · 1 year, 7 months ago
- 2d5a566 BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set by Christopher Faulet · 1 year, 7 months ago
- b93758c MINOR: checks: make sure spread-checks is used also at boot time by Willy Tarreau · 1 year, 7 months ago
- bf86d89 BUG/MEDIUM: mux-quic: fix EOI for request without payload by Amaury Denoyelle · 1 year, 7 months ago
- 1a2faef MINOR: mux-quic: uninline qc_attach_sc() by Amaury Denoyelle · 1 year, 7 months ago
- 3cb7814 MINOR: mux-quic: properly report end-of-stream on recv by Amaury Denoyelle · 1 year, 7 months ago
- 1649469 MINOR: mux-quic: add trace to stream rcv_buf operation by Amaury Denoyelle · 1 year, 7 months ago
- 6133aba BUG/MINOR: h3: missing goto on buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
- 1611a76 BUG/MINOR: mux-quic: handle properly Tx buf exhaustion by Amaury Denoyelle · 1 year, 7 months ago
- 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · 1 year, 7 months ago
- d38d8c6 BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout by Willy Tarreau · 1 year, 7 months ago
- df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · 1 year, 7 months ago
- 7f95469 MEDIUM: proxy: stop emitting logs for internal proxies when stopping by William Lallemand · 1 year, 7 months ago
- 6eb53b1 MINOR: stconn: Remove useless test on sedesc on detach to release the xref by Christopher Faulet · 1 year, 7 months ago
- 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · 1 year, 7 months ago
- 4adb4b9 MEDIUM: session/ssl: return the SSL error string during a SSL handshake error by William Lallemand · 1 year, 7 months ago
- ee65efb BUG/MINOR: mux-quic: free task on qc_init() app ops failure by Amaury Denoyelle · 1 year, 7 months ago
- 6c501ed BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc by Amaury Denoyelle · 1 year, 7 months ago
- 50fe006 BUG/MINOR: quic: do not alloc buf count on alloc failure by Amaury Denoyelle · 1 year, 7 months ago
- d00b309 BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
- 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
- 93dd23c MINOR: mux-quic: remove dedicated function to handle standalone FIN by Amaury Denoyelle · 1 year, 7 months ago
- 25cf19d MINOR: htx: add function to set EOM reliably by Amaury Denoyelle · 1 year, 7 months ago
- 76d5025 BUG/MINOR: quic: Wrong redispatch for external data on connection socket by Frédéric Lécaille · 1 year, 7 months ago
- 256d581 BUG/MINOR: log: fix memory error handling in parse_logsrv() by Aurelien DARRAGON · 1 year, 7 months ago
- d4dba38 BUG/MINOR: errors: handle malloc failure in usermsgs_put() by Aurelien DARRAGON · 1 year, 7 months ago
- ceb13b5 MINOR: ncbuf: missing malloc checks in standalone code by Aurelien DARRAGON · 1 year, 7 months ago
- 94df1b5 BUILD: debug: fix build issue on 32-bit platforms in "debug dev task" by Willy Tarreau · 1 year, 7 months ago
- e279f59 MINOR: httpclient: allow to disable the DNS resolvers of the httpclient by William Lallemand · 1 year, 7 months ago
- fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · 1 year, 7 months ago
- ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · 1 year, 7 months ago
- 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · 1 year, 7 months ago
- 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · 1 year, 7 months ago
- 31b23ae CLEANUP: acl: discard prune_acl_cond() function by Aurelien DARRAGON · 1 year, 7 months ago
- c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · 1 year, 7 months ago
- cd9aff1 CLEANUP: http_act: use http_free_redirect_rule() to clean redirect act by Aurelien DARRAGON · 1 year, 7 months ago
- 5313570 BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() by Aurelien DARRAGON · 1 year, 7 months ago
- 7abc922 MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · 1 year, 7 months ago
- 8dfc249 BUG/MINOR: proxy: missing free in free_proxy for redirect rules by Aurelien DARRAGON · 1 year, 7 months ago
- 7542fb4 MINOR: stconn: Add a cross-reference between SE descriptor by Christopher Faulet · 1 year, 7 months ago
- efebff3 BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data by Christopher Faulet · 1 year, 7 months ago
- a272c39 BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR by Christopher Faulet · 1 year, 7 months ago
- 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · 1 year, 7 months ago
- 5f67b17 MEDIUM: mux-quic: adjust transport layer error handling by Amaury Denoyelle · 1 year, 7 months ago
- b2e31d3 MEDIUM: quic: streamline error notification by Amaury Denoyelle · 1 year, 7 months ago
- 2ad41b8 MINOR: mux-quic: simplify return path of qc_send() by Amaury Denoyelle · 1 year, 7 months ago
- b35e32e MINOR: mux-quic: factorize send subscribing by Amaury Denoyelle · 1 year, 7 months ago
- 04b2208 MINOR: mux-quic: do not send STREAM frames if already subscribe by Amaury Denoyelle · 1 year, 7 months ago
- 2d5c3f5 MINOR: mux-quic: add traces for stream wake by Amaury Denoyelle · 1 year, 7 months ago
- 69670e8 BUG/MINOR: mux-quic: no need to subscribe for detach streams by Amaury Denoyelle · 1 year, 7 months ago
- 131f2d9 BUG/MINOR: mux-quic: do not free frame already released by quic-conn by Amaury Denoyelle · 1 year, 7 months ago
- 3fd4093 BUG/MINOR: mux-quic: do not prevent shutw on error by Amaury Denoyelle · 1 year, 7 months ago
- 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · 1 year, 7 months ago
- 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · 1 year, 7 months ago
- 0dd4fa5 BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function by Frédéric Lécaille · 1 year, 7 months ago
- d7d507a CLEANUP: hlua_fcn/queue: make queue:push() easier to read by Aurelien DARRAGON · 1 year, 7 months ago
- c0af7cd BUG/MINOR: hlua_fcn/queue: fix reference leak by Aurelien DARRAGON · 1 year, 7 months ago
- bd8a94a BUG/MINOR: hlua_fcn/queue: fix broken pop_wait() by Aurelien DARRAGON · 1 year, 7 months ago
- 0fda8d2 BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup by Christopher Faulet · 1 year, 7 months ago
- 7f4ffad MINOR: spoe: Don't stop disabled proxies by Christopher Faulet · 1 year, 7 months ago
- 16e3141 BUILD: mjson: Fix warning about unused variables by Christopher Faulet · 1 year, 7 months ago
- 83f54b9 CLEANUP: src/listener.c: remove redundant NULL check by Ilya Shipitsin · 1 year, 7 months ago
- bd90a16 MEDIUM: stream: Resync analyzers at the end of process_stream() on change by Christopher Faulet · 1 year, 7 months ago
- b1368ad BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught by Christopher Faulet · 1 year, 7 months ago
- 862588a BUG/MINOR: config: make compression work again in defaults section by Willy Tarreau · 1 year, 7 months ago
- b971696 BUG/MINOR: quic: Possible crash when dumping version information by Frédéric Lécaille · 1 year, 7 months ago
- da24bcf BUG/MEDIUM: mux-quic: wakeup tasklet to close on error by Amaury Denoyelle · 1 year, 7 months ago
- 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · 1 year, 7 months ago
- a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · 1 year, 7 months ago
- 930afdf BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 7 months ago
- d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · 1 year, 7 months ago
- 7a01ff7 BUG/MINOR: quic: Wrong key update cipher context initialization for encryption by Frédéric Lécaille · 1 year, 7 months ago
- a946125 CLEANUP: quic: Typo fix for quic_connection_id pool by Frédéric Lécaille · 1 year, 7 months ago
- 1bc6e31 CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h) by Frédéric Lécaille · 1 year, 7 months ago
- 95e6c99 BUILD: debug: do not check the isolated_thread variable in non-threaded builds by Willy Tarreau · 1 year, 7 months ago
- dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · 1 year, 7 months ago
- 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · 1 year, 7 months ago
- 2273af1 MINOR: quic: implement oneline format for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
- bc1f5fe MINOR: quic: add format argument for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
- 86fb22c MINOR: hlua_fcn: add Queue class by Aurelien DARRAGON · 1 year, 7 months ago
- 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · 1 year, 7 months ago
- e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · 1 year, 7 months ago
- 977688b MINOR: server: fix message report when IDRAIN is set and MAINT is cleared by Aurelien DARRAGON · 1 year, 7 months ago
- a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · 1 year, 7 months ago
- 717a38d MINOR: hlua: expose proxy mailers by Aurelien DARRAGON · 1 year, 7 months ago
- 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · 1 year, 7 months ago
- 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · 1 year, 8 months ago
- dcbc2d2 MINOR: checks/event_hdl: SERVER_CHECK event by Aurelien DARRAGON · 1 year, 8 months ago
- 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · 1 year, 7 months ago
- a163d65 MINOR: server/event_hdl: add SERVER_ADMIN event by Aurelien DARRAGON · 1 year, 7 months ago