haproxy-3.0.git
2023-04-05 Aurelien DARRAGONMINOR: hlua: properly handle hlua_process_task HLUA_E_E...
2023-04-05 Aurelien DARRAGONBUG/MINOR: hlua: hook yield does not behave as expected
2023-04-05 Aurelien DARRAGONMINOR: server: correctly free servers on deinit()
2023-04-05 Aurelien DARRAGONMINOR: server: always call ssl->destroy_srv when available
2023-04-05 Aurelien DARRAGONBUG/MINOR: log: free log forward proxies on deinit()
2023-04-05 Aurelien DARRAGONBUG/MINOR: sink: free forward_px on deinit()
2023-04-05 Aurelien DARRAGONBUG/MINOR: stats: properly handle server stats dumping...
2023-04-05 Aurelien DARRAGONBUG/MINOR: server/del: fix srv->next pointer consistency
2023-04-05 Aurelien DARRAGONMINOR: server: add SRV_F_DELETED flag
2023-04-05 Christopher... MINOR: stconn/applet: Add BUG_ON_HOT() to be sure SE_FL...
2023-04-05 Christopher... MINOR: tree-wide: Simplifiy some tests on SHUT flags...
2023-04-05 Christopher... MEDIUM: tree-wide: Move flags about shut from the chann...
2023-04-05 Christopher... MINOR: stconn/channel: Move CF_EOI into the SC and...
2023-04-05 Christopher... MEDIUM: http_client: Use the sedesc to report and detec...
2023-04-05 Christopher... MEDIUM: promex: Use the sedesc to report and detect...
2023-04-05 Christopher... MEDIUM: stats: Use the sedesc to report and detect...
2023-04-05 Christopher... MEDIUM: sink: Use the sedesc to report and detect end...
2023-04-05 Christopher... MINOR: sink: Remove the tests on the opposite SC state...
2023-04-05 Christopher... MEDIUM: peers: Use the sedesc to report and detect...
2023-04-05 Christopher... MEDIUM: log: Use the sedesc to report and detect end...
2023-04-05 Christopher... MEDIUM: hlua/applet: Use the sedesc to report and detec...
2023-04-05 Christopher... MEDIUM: spoe: Use the sedesc to report and detect end...
2023-04-05 Christopher... MEDIUM: dns: Use the sedesc to report and detect end...
2023-04-05 Christopher... MINOR: dns: Remove the test on the opposite SC state...
2023-04-05 Christopher... MEDIUM: cli: Use the sedesc to report and detect end...
2023-04-05 Christopher... MEDIUM: cache: Use the sedesc to report and detect...
2023-04-05 Christopher... MINOR: stconn/applet: Handle EOS in the applet .wake...
2023-04-05 Christopher... MINOR: applet: No longer set EOI on the SC
2023-04-05 Christopher... MINOR: stconn/applet: Handle EOI in the applet .wake...
2023-04-05 Christopher... MINOR: stconn: Always ack EOS at the end of sc_conn_recv()
2023-04-05 Christopher... MINOR: mux-h1: Report an error to the SE descriptor...
2023-04-05 Christopher... CLEANUP: mux-h1/mux-pt: Remove useless test on SE_FL_SH...
2023-04-05 Christopher... BUG/MINOR: mux-h1: Properly report EOI/ERROR on read0...
2023-04-05 Christopher... MINOR: mux-pt: Report end-of-input with the end-of...
2023-04-05 Christopher... MINOR: stconn/channel: Move CF_EXPECT_MORE into the...
2023-04-05 Christopher... MINOR: stconn/channel: Move CF_NEVER_WAIT into the...
2023-04-05 Christopher... MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the...
2023-04-05 Christopher... MINOR: stconn/channel: Move CF_READ_DONTWAIT into the...
2023-04-05 Christopher... MINOR: stconn: Remove unecessary test on SE_FL_EOS...
2023-04-05 Christopher... BUG/MEDIUM: dns: Properly handle error when a response...
2023-04-05 Christopher... BUG/MEDIUM: channel: Improve reports for shut in co_get...
2023-04-05 Christopher... CLEANUP: stconn: Remove remaining debug messages
2023-04-05 Christopher... MEDIUM: applet/trace: Register a new trace source with...
2023-04-05 Christopher... MINOR: applet: Uninline appctx_free()
2023-04-05 Christopher... BUG/MINOR: stream: Fix test on channels flags to set...
2023-04-05 Christopher... BUG/MEDIUM: stconn: Add a missing return statement...
2023-04-05 Christopher... BUG/MINOR: tcpcheck: Be able to expect an empty response
2023-04-04 Frédéric LécailleBUG/MINOR: quic: Possible wrong PTO computing
2023-04-04 Frédéric LécailleBUILD: quic: 32bits compilation issue in cli_io_handler...
2023-04-04 Frédéric LécailleBUG/MINOR: quic: Wrong idle timer expiration (during...
2023-04-04 Frédéric LécailleBUG/MINOR: quic: Unexpected connection closures upon...
2023-04-04 Frédéric LécailleMINOR: quic: Add trace to debug idle timer task issues
2023-04-04 William LallemandDOC: config: strict-sni allows to start without certificate
2023-04-04 Willy TarreauMINOR: http-act: emit a warning when a header field...
2023-04-03 Frédéric LécailleBUG/MINOR: quic: Remove useless BUG_ON() in newreno...
2023-04-03 Remi Tricot... BUG/MINOR: ssl: Undefined reference when building with...
2023-04-02 Frédéric LécailleBUG/MAJOR: quic: Congestion algorithms states shared...
2023-04-02 Frédéric LécailleMINOR: quic: Add missing traces in cubic algorithm...
2023-04-02 Frédéric LécailleBUG/MINOR: quic: Cubic congestion control window may...
2023-04-02 Frédéric LécailleBUG/MINOR: quic: Remaining useless statements in cubic...
2023-04-01 Ilya ShipitsinCI: exclude doc/{design-thoughts,internals} from spell...
2023-04-01 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2023-04-01 Ilya ShipitsinCI: run smoke tests on config syntax to check memory...
2023-03-31 Frédéric LécailleMINOR: quic: Add a fake congestion control algorithm...
2023-03-31 Willy TarreauMINOR: cli: support filtering on FD types in "show fd"
2023-03-31 Frédéric LécailleBUG/MINOR: quic: Wrong rtt variance computing
2023-03-31 Frédéric LécailleMEDIUM: quic: Ack delay implementation
2023-03-31 Frédéric LécailleMINOR: quic: Traces adjustments at proto level.
2023-03-31 Frédéric LécailleMINOR: quic: Adjustments for generic control congestion...
2023-03-31 Frédéric LécailleMINOR: quic: Implement cubic state trace callback
2023-03-31 Frédéric LécailleBUG/MINOR: quic: Missing max_idle_timeout initializatio...
2023-03-31 Frédéric LécailleBUG/MINOR: quic: Wrong use of now_ms timestamps (newren...
2023-03-31 Frédéric LécailleMINOR: quic: Add recovery related information to "show...
2023-03-31 Frédéric LécailleBUG/MINOR: quic: Wrong use of now_ms timestamps (cubic...
2023-03-31 Remi Tricot... BUG/MINOR: ssl: ssl-(min|max)-ver parameter not duplica...
2023-03-31 Remi Tricot... BUG/MINOR: ssl: Fix potential leak in cli_parse_update_...
2023-03-31 Remi Tricot... BUG/MINOR: ssl: Remove dead code in cli_parse_update_oc...
2023-03-31 Aurelien DARRAGONBUG/MINOR: backend: make be_usable_srv() consistent...
2023-03-31 Aurelien DARRAGONBUG/MEDIUM: proxy/sktable: prevent watchdog trigger...
2023-03-30 Martin DOLEZREGTESTS : Add test support for case insentitive for...
2023-03-30 Martin DOLEZMINOR: http_fetch: Add case-insensitive argument for...
2023-03-30 Martin DOLEZMINOR: http_fetch: add case insensitive support for...
2023-03-30 Martin DOLEZMINOR: http_fetch: Add support for empty delim in url_param
2023-03-29 Marcos de OliveiraDOC/MINOR: reformat configuration.txt's "quoting and...
2023-03-28 Aurelien DARRAGONCLEANUP: proxy: remove stop_time related dead code
2023-03-28 Aurelien DARRAGONMINOR: proxy/pool: prevent unnecessary calls to pool_gc()
2023-03-28 Frédéric LécailleBUG/MINOR: quic: Missing padding in very short probe...
2023-03-28 Christopher... BUG/MEDIUM: mux-h2: Be able to detect connection error...
2023-03-28 Christopher... BUG/MINOR: stats: Don't replace sc_shutr() by SE_FL_EOS...
2023-03-28 Willy Tarreau[RELEASE] Released version 2.8-dev6 v2.8-dev6
2023-03-28 Tim DuesterhusBUG/MINOR: ssl: Stop leaking `err` in ssl_sock_load_ocsp()
2023-03-28 David CarlierBUILD: da: extends CFLAGS to support API v3 from 3...
2023-03-27 Frédéric LécailleBUG/MINOR: quic: Missing STREAM frame type updated
2023-03-24 Aurelien DARRAGONBUG/MINOR: applet/new: fix sedesc freeing logic
2023-03-24 Christopher... BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is...
2023-03-24 Aurelien DARRAGONDOC: config: set-var() dconv rendering issues
2023-03-24 Christopher... BUG/MEDIUM: stats: Consume the request except when...
2023-03-24 Christopher... BUG/MINOR: syslog: Request for more data if message...
2023-03-23 Amaury DenoyelleMINOR: mux-quic: close on frame alloc failure
2023-03-23 Amaury DenoyelleMINOR: mux-quic: close on qcs allocation failure
next