]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-11-17  Willy TarreauBUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
2023-11-17  Willy TarreauBUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
2023-11-17  Willy TarreauBUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
2023-11-17  Willy TarreauCLEANUP: haproxy: remove old comment from 1.1 from...
2023-11-17  Frédéric LécailleMINOR: quic: Rename "handshake" timeout to "client-hs"
2023-11-17  Frédéric LécailleDOC: proxy: Add "handshake" timeout documentation.
2023-11-17  Frédéric LécailleMEDIUM: session: handshake timeout (TCP)
2023-11-17  Frédéric LécailleBUG/MINOR: quic: Malformed CONNECTION_CLOSE frame
2023-11-17  Frédéric LécailleMINOR: quic: Dump the expiration date of the idle timer...
2023-11-17  Frédéric LécailleMEDIUM: quic: Add support for "handshake" timeout setting.
2023-11-17  Frédéric LécailleMINOR: proxy: Add "handshake" new timeout (frontend...
2023-11-17  William LallemandREGTESTS: try to activate again the seamless reload...
2023-11-17  Remi Tricot... BUG/MINOR: shctx: Remove old HA_SPIN_INIT
2023-11-17  Christopher... BUG/MINOR: stconn: Report read activity on non-indep...
2023-11-17  Christopher... BUG/MINOR: stconn/applet: Report send activity only...
2023-11-17  Christopher... BUG/MINOR: stconn: Use HTX-aware channel's functions...
2023-11-17  Christopher... BUG/MINOR: stconn: Fix streamer detection for HTX streams
2023-11-17  Christopher... MINOR: channel: Add functions to get info on buffers...
2023-11-17  Christopher... MINOR: htx: Use a macro for overhead induced by HTX
2023-11-17  Christopher... BUG/MEDIUM: stconn: Update fsb date on partial sends
2023-11-16  Remi Tricot... DOC: cache: Specify when function expects a cache lock
2023-11-16  Remi Tricot... MINOR: shctx: Remove 'use_shared_mem' variable
2023-11-16  Remi Tricot... MINOR: shctx: Remove redundant arg from free_block...
2023-11-16  Remi Tricot... MAJOR: cache: Delay cache entry delete in reserve_hot...
2023-11-16  Remi Tricot... MINOR: shctx: Add new reserve_finish callback call...
2023-11-16  Remi Tricot... MEDIUM: shctx: Descend shctx_lock calls into the shctx_...
2023-11-16  Remi Tricot... MEDIUM: cache: Add refcount on cache_entry
2023-11-16  Remi Tricot... MEDIUM: cache: Switch shctx spinlock to rwlock and...
2023-11-16  Remi Tricot... MINOR: cache: Use dedicated trash for "show cache"...
2023-11-16  Remi Tricot... MEDIUM: shctx: Remove 'hot' list from shared_context
2023-11-16  Remi Tricot... MEDIUM: cache: Use rdlock on cache in cache_use
2023-11-16  Remi Tricot... MINOR: cache: Add option to avoid removing expired...
2023-11-16  Remi Tricot... MINOR: cache: Remove expired entry delete in "show...
2023-11-16  Remi Tricot... MEDIUM: cache: Use dedicated cache tree lock alongside...
2023-11-16  Remi Tricot... MINOR: shctx: Remove explicit 'from' param from shctx_r...
2023-11-16  Remi Tricot... MEDIUM: shctx: Simplify shctx_row_reserve_hot loop
2023-11-16  Remi Tricot... MEDIUM: shctx: Move list between hot and avail list...
2023-11-16  Remi Tricot... MINOR: shctx: Set last_append to NULL when reserving...
2023-11-16  Amaury DenoyelleMINOR: server: force add to idle on reverse
2023-11-16  Amaury DenoyelleBUG/MINOR: mux_h2: reject passive reverse conn if error...
2023-11-16  Amaury DenoyelleMINOR: connection: update rhttp flags usage
2023-11-14  Christopher... BUG/MEDIUM: stream: Don't call mux .ctl() callback...
2023-11-14  William LallemandBUG/MEDIUM: mworker: set the master variable earlier
2023-11-14  Willy TarreauMINOR: activity: report profiling duration and age...
2023-11-14  Christopher... REGTESTS: http: Improve script testing abortonclose...
2023-11-14  Christopher... MINOR: stconn: Use SC to detect frontend connections...
2023-11-14  Christopher... BUG/MEDIUM: stream: Properly handle abortonclose when...
2023-11-14  Christopher... MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl...
2023-11-14  Christopher... MINOR: connection: Add a CTL flag to notify mux it...
2023-11-14  Christopher... BUG/MINOR: stconn: Handle abortonclose if backend conne...
2023-11-14  Willy TarreauBUG/MEDIUM: connection: report connection errors even...
2023-11-13  Frédéric LécailleBUG/MINOR: quic: maximum window limits do not match...
2023-11-13  Frédéric LécailleDOC: quic: Maximum congestion control window configuration
2023-11-13  Frédéric LécailleDOC: quic: Wrong syntax for "quic-cc-algo" keyword.
2023-11-13  Frédéric LécailleMINOR: quic: Maximum congestion control window for...
2023-11-13  Frédéric LécailleMINOR: quic: Add a max window parameter to congestion...
2023-11-13  Frédéric LécailleBUG/MEDIUM: quic: Non initialized CRYPTO data stream...
2023-11-13  William LallemandREGTESTS: startup: -conf-OK requires -V with current...
2023-11-13  Christopher... DOC: config: Fix name for tune.disable-zero-copy-forwar...
2023-11-13  Amaury DenoyelleBUG/MEDIUM: quic: fix FD for quic_cc_conn
2023-11-13  Amaury DenoyelleBUG/MINOR: quic: fix decrement of half_open counter...
2023-11-13  Amaury DenoyelleBUG/MINOR: quic: fix crash on qc_new_conn alloc failure
2023-11-13  Aurelien DARRAGONBUG/MINOR: log: keep the ref in dup_logger()
2023-11-13  Christopher... BUG/MINOR: sample: Fix bytes converter if offset is...
2023-11-13  William LallemandMEDIUM: startup: 'haproxy -c' is quiet when valid
2023-11-13  Willy TarreauBUG/MEDIUM: proxy: always initialize the default settin...
2023-11-13  Willy TarreauMINOR: server: always initialize pp_tlvs for default...
2023-11-10  Frédéric LécailleBUG/MINOR: quic: Useless use of non-contiguous buffer...
2023-11-10  Aurelien DARRAGONCLEANUP: sink: useless leftover in sink_add_srv()
2023-11-10  Aurelien DARRAGONCLEANUP: sink: bad indent in sink_new_from_logger()
2023-11-10  Aurelien DARRAGONBUG/MINOR: sink: don't learn srv port from srv addr
2023-11-10  Aurelien DARRAGONBUG/MEDIUM: server: invalid address (post)parsing checks
2023-11-10  Aurelien DARRAGONMINOR: tools: make str2sa_range() directly return type...
2023-11-10  Christopher... BUG/MEDIUM: applet: Remove appctx from buffer wait...
2023-11-10  Willy TarreauDOC: config: use the word 'backend' instead of 'proxy...
2023-11-10  Amaury DenoyelleMEDIUM: quic: release conn socket before using quic_cc_conn
2023-11-10  Amaury DenoyelleMEDIUM: quic: respect closing state even on soft-stop
2023-11-10  Amaury DenoyelleBUG/MINOR: quic: remove dead code in error path
2023-11-09  Willy TarreauOPTIM: mux-h2: don't allocate more buffers per connecti...
2023-11-09  Willy TarreauMINOR: task/debug: make task_queue() and task_schedule...
2023-11-09  Willy TarreauMINOR: task/debug: explicitly support passing a null...
2023-11-09  Amaury DenoyelleBUG/MINOR: quic: fix retry token check inconsistency
2023-11-09  Amaury DenoyelleMEDIUM: quic: define an accept queue limit
2023-11-09  Amaury DenoyelleMEDIUM: quic: limit handshake per listener
2023-11-09  Amaury DenoyelleMINOR: quic: reduce half open counters scope
2023-11-09  Amaury DenoyelleMEDIUM: quic: adjust address validation
2023-11-09  Christopher... BUG/MEDIUM: mux-h1: Exit early if fast-forward is not...
2023-11-09  William LallemandMEDIUM: mworker: -W is mandatory when using -S
2023-11-09  William LallemandDOC: management: -q is quiet all the time
2023-11-09  William LallemandMEDIUM: errors: move the MODE_QUIET test in print_message()
2023-11-09  William LallemandMINOR: errors: does not check MODE_STARTING for log...
2023-11-09  William LallemandMINOR: errors: ha_alert() and ha_warning() uses warn_ex...
2023-11-09  Christopher... BUG/MEDIUM: stconn: Don't update stream expiration...
2023-11-09  Frédéric LécailleBUG/MEDIUM: quic: Possible crashes during secrets alloc...
2023-11-09  Frédéric LécailleBUG/MEDIUM: quic: Avoid some crashes upon TX packet...
2023-11-09  Frédéric LécailleBUG/MEDIUM: quic: Possible crashes when sending too...
2023-11-09  Frédéric LécailleBUG/MEDIUM: quic: Avoid trying to send ACK frames from...
2023-11-09  Frédéric LécailleBUG/MEDIUM: quic: Too short Initial packet sent (enc...
2023-11-09  Frédéric LécailleMINOR: quic: Avoid zeroing frame structures
2023-11-09  Frédéric LécailleCLEANUP: quic: Indentation fix in qc_do_build_pkt()
next