haproxy-3.1.git
2025-01-06 Amaury DenoyelleMINOR: mux-quic: split STREAM and RS/SS emission
2025-01-06 Amaury DenoyelleMINOR: mux-quic: extract code to build STREAM frames...
2025-01-06 Amaury DenoyelleMEDIUM/OPTIM: mux-quic: implement purg_list
2025-01-06 Amaury DenoyelleMEDIUM/OPTIM: mux-quic: define a recv_list for demux...
2025-01-06 Amaury DenoyelleMINOR: mux-quic: refactor wait-for-handshake support
2025-01-06 Amaury DenoyelleMINOR: quic: add traces
2025-01-06 Amaury DenoyelleCLEANUP: mux-quic: remove unused qcc member send_retry_list
2025-01-06 Amaury DenoyelleBUG/MEDIUM: mux-quic: do not mix qcc_io_send() return...
2025-01-06 Willy TarreauBUILD: debug: only dump/reset glitch counters when...
2025-01-06 Olivier HouchardBUG/MEDIUM: queues: Do not use pendconn_grab_from_px().
2025-01-06 Olivier HouchardBUG/MEDIUM: queues: Make sure we call process_srv_queue...
2025-01-06 Christopher... BUG/MEDIUM: stconn: Only consider I/O timers to update...
2025-01-06 Frederic LecailleCLEANUP: quic: Rename some BBR functions in relation...
2025-01-06 Frederic LecailleBUG/MINOR: quic: missing Startup accelerating probing...
2025-01-06 Valentine KrasnobaevaREGTESTS: ssl: add a PEM with mix of LF and CRLF line...
2025-01-06 Valentine KrasnobaevaBUG/MINOR: cli: cli_snd_buf: preserve \r\n for payload...
2025-01-06 Frederic LecailleBUG/MINOR: quic: too permissive exit condition for...
2025-01-06 Frederic LecailleBUG/MINOR: quic: fix the wrong tracked recovery start...
2025-01-06 Frederic LecailleCLEANUP: quic: remove a wrong comment about ->app_limit...
2025-01-06 Frederic LecailleMINOR: quic: reduce the private data size of QUIC cc...
2025-01-06 Frederic LecailleBUG/MINOR: quic: reduce packet losses at least during...
2025-01-06 Frederic LecailleBUG/MINOR: quic: underflow issue for bbr_inflight_hi_fr...
2025-01-06 Frederic LecailleBUG/MINOR: quic: remove max_bw filter from delivery...
2025-01-06 Frederic LecailleBUG/MINOR: quic: wrong bbr_target_inflight() implementation
2025-01-06 Frederic LecailleBUG/MINOR: quic: fix BBB max bandwidth oscillation...
2025-01-06 Frederic LecailleBUG/MINOR: quic: wrong logical statement in in_recovery...
2025-01-06 Frederic LecailleMINOR: window_filter: rely on the time to update the...
2024-12-11 Willy Tarreau[RELEASE] Released version 3.1.1 v3.1.1
2024-12-11 Aurelien DARRAGONBUG/MINOR: hlua_fcn: restore server pairs iterator...
2024-12-11 Christopher... BUG/MINOR: server-state: Fix expiration date of srvrq_c...
2024-12-11 Christopher... BUG/MINOR: http-fetch: Ignore empty argument string...
2024-12-11 Amaury DenoyelleBUG/MEDIUM: stats/server: use watcher to track server...
2024-12-11 Amaury DenoyelleMINOR: list: define a watcher type
2024-12-11 Amaury DenoyelleBUG/MINOR: stats: decrement srv refcount on stats-file...
2024-12-10 Ilia ShipitsinBUG/MINOR: resolvers: handle a possible strdup() failure
2024-12-10 Ilia ShipitsinBUG/MINOR: ssl_crtlist: handle a possible strdup()...
2024-12-10 Ilia ShipitsinBUG/MINOR: namespace: handle a possible strdup() failure
2024-12-10 Valentine KrasnobaevaBUG/MEDIUM: mworker: report status, if daemonized maste...
2024-12-10 Valentine KrasnobaevaBUG/MEDIUM: startup: report status if daemonized proces...
2024-12-10 Valentine KrasnobaevaBUG/MEDIUM: startup: don't daemonize if started with -c
2024-12-10 Valentine KrasnobaevaBUG/MINOR: startup: fix error path for master, if can...
2024-12-10 Valentine KrasnobaevaBUG/MINOR: mworker: fix -D -W -sf/-st modes
2024-12-10 Valentine KrasnobaevaBUG/MINOR: mworker: don't save program PIDs in oldpids
2024-12-10 Willy TarreauBUG/MINOR: mux-h2: fix expression when detecting excess...
2024-12-10 Willy TarreauMINOR: mux-h2/glitches: add a description to the H2...
2024-12-10 Willy TarreauCLEANUP: mux-h2/traces: reword certain ambiguous traces
2024-12-10 Willy TarreauMINOR: mux-h2/traces: add a missing trace on negative...
2024-12-10 Willy TarreauBUILD: debug: fix build issues in COUNT_IF() with ...
2024-12-10 Willy TarreauBUG/MINOR: debug: COUNT_IF() should return true/false
2024-12-10 Aurelien DARRAGONDOC: config: fix confusing init-state examples
2024-12-10 Christopher... BUG/MINOR: config: Fix parsing of accept-invalid-http...
2024-12-05 Willy TarreauBUG/MEDIUM: mux-h2: make sure not to touch dummy stream...
2024-12-05 Amaury DenoyelleBUG/MINOR: quic: remove startup alert if GSO unsupported
2024-12-05 Amaury DenoyelleBUG/MINOR: quic: remove startup alert if conn socket...
2024-12-05 Amaury DenoyelleBUG/MEDIUM: mux-quic: remove pacing status when everyth...
2024-12-05 Willy TarreauBUG/MINOR: init: do not call fork_poller() for non...
2024-12-05 Willy TarreauBUG/MEDIUM: init: make sure only daemonized processes...
2024-12-05 Frederic LecailleBUG/MINOR: quic: fix bbr_inflight() calls with wrong...
2024-12-05 Valentine KrasnobaevaBUG/MINOR: startup: fix pidfile creation
2024-12-05 Valentine KrasnobaevaBUG/MINOR: startup: close pidfd and free global.pidfile...
2024-12-05 Valentine KrasnobaevaBUG/MINOR: signal: register default handler for SIGINT...
2024-12-05 Frederic LecailleBUILD: quic: fix a build error about an non initialized...
2024-12-05 Christopher... BUG/MINOR: h1-htx: Use default reason if not set when...
2024-12-05 Christopher... BUG/MEDIUM: http-ana: Reset request flag about data...
2024-12-05 Amaury DenoyelleBUG/MEDIUM: quic: prevent stream freeze on pacing
2024-12-05 Aurelien DARRAGONBUG/MEDIUM: event_hdl: fix uninitialized value in async...
2024-12-05 Frederic LecailleBUG/MINOR: improve BBR throughput on very fast links
2024-12-05 Aurelien DARRAGONBUG/MINOR: log: fix lf_text() behavior with empty string
2024-12-05 Christopher... MINOR: proxy: Add support of 421-Misdirected-Request...
2024-11-27 Christopher... BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect...
2024-11-26 Willy Tarreau[RELEASE] Released version 3.1.0 v3.1.0
2024-11-26 Christopher... MINOR: version: mention that 3.1 is stable now
2024-11-26 Willy TarreauDOC: install: update the list of supported versions
2024-11-26 Willy TarreauDOC: management: mention "show sess help" and "show...
2024-11-26 Olivier HouchardMINOR: cli/quic: Add a "help" keyword to show quic
2024-11-26 Olivier HouchardMINOR: cli: Add a "help" keyword to show sess
2024-11-26 Amaury DenoyelleBUG/MEDIUM: quic: prevent EMSGSIZE with GSO for larger...
2024-11-26 Frederic LecailleDOC: quic: Amend the pacing information about BBR.
2024-11-26 Frederic LecailleMINOR: quic: make bbr consider the max window size...
2024-11-25 Christopher... BUG/MEDIUM: http-ana: Don't release too early the L7...
2024-11-25 Christopher... DEV: lags/show-sess-to-flags: Properly handle fd state...
2024-11-25 Frederic LecailleBUG/MAJOR: quic: fix wrong packet building due to alrea...
2024-11-25 Amaury DenoyelleMINOR: cfgparse-quic: strengthen quic-cc-algo parsing
2024-11-25 Valentine KrasnobaevaREORG: startup: move mworker_apply_master_worker_mode...
2024-11-25 Valentine KrasnobaevaMINOR: startup: prefix apply_master_worker_mode with...
2024-11-25 Valentine KrasnobaevaREORG: startup: move mworker_reexec and mworker_reload...
2024-11-25 Valentine KrasnobaevaREORG: startup: move mworker_run_master and mworker_loo...
2024-11-25 Valentine KrasnobaevaMINOR: startup: keep updating verbosity modes only...
2024-11-25 Valentine KrasnobaevaREORG: startup: move mworker_prepare_master in mworker.c
2024-11-25 Valentine KrasnobaevaMINOR: startup: prefix prepare_master and run_master...
2024-11-25 Valentine KrasnobaevaREORG: startup: move on_new_child_failure in mworker.c
2024-11-25 Valentine KrasnobaevaMINOR: startup: rename on_new_child_failure to mworker_...
2024-11-25 Valentine KrasnobaevaMINOR: proto_sockpair: send_fd_uxst: init iobuf, cmsghd...
2024-11-25 Willy TarreauDOC: config: refine a little bit the text on QUIC pacing
2024-11-25 William LallemandCI: github: add 'workflow_dispatch' on remaining build...
2024-11-25 William LallemandBUILD: tcp_sample: var_fc_counter defined but not used
2024-11-25 William LallemandCI: github: allow to run the Illumos job manually
2024-11-25 Amaury DenoyelleMINOR: mux-quic: use sched call time for pacing
2024-11-25 Amaury DenoyelleBUG/MEDIUM: quic: fix sending performance due to qc_pre...
2024-11-25 Amaury DenoyelleBUG/MINOR: mux-quic: fix show quic report of QCS prepar...
next