haproxy-3.0.git
2023-09-06 Christopher... BUG/MEDIUM: stconn: Report read activity when a stream...
2023-09-06 Christopher... BUG/MEDIUM: applet: Fix API for function to push new...
2023-09-06 Christopher... BUG/MINOR: stconn: Don't inhibit shutdown on connection...
2023-09-05 Frédéric LécailleBUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var)
2023-09-05 Frédéric LécailleBUG/MINOR: quic: Wrong RTT adjusments
2023-09-05 William LallemandMINOR: httpclient: allow to configure the timeout.connect
2023-09-05 William LallemandMINOR: httpclient: allow to configure the retries
2023-09-05 William LallemandMEDIUM: mworker: display a more accessible message...
2023-09-05 William LallemandMINOR: global: export the display_version() symbol
2023-09-05 Frédéric LécailleBUG/MINOR: quic: Unchecked pointer to Handshake packet...
2023-09-05 Frédéric LécailleBUILD: quic: Compilation issue on 32-bits systems with...
2023-09-04 Willy TarreauMEDIUM: threads: detect excessive thread counts vs...
2023-09-04 Willy TarreauMEDIUM: threads: detect incomplete CPU bindings
2023-09-04 Willy TarreauMINOR: cpuset: centralize a reliable bound cpu detection
2023-09-04 Willy TarreauMINOR: cpuset: add ha_cpuset_or() to bitwise-OR two...
2023-09-04 Willy TarreauMINOR: cpuset: add ha_cpuset_isset() to check for the...
2023-09-04 Willy TarreauBUILD: checks: shut up yet another stupid gcc warning
2023-09-04 Willy TarreauBUILD: bug: make BUG_ON() void to avoid a rare warning
2023-09-04 Andrew HopkinsREGTESTS: ssl: skip ssl_dh test with AWS-LC
2023-09-04 Andrew HopkinsBUILD: ssl: Build with new cryptographic library AWS-LC
2023-09-04 Miroslav ZagoracMINOR: properly mark the end of the CLI command in...
2023-09-04 William LallemandDOC: configuration: update examples for req.ver
2023-09-04 Willy TarreauBUG/MINOR: stream: further protect stream_dump() agains...
2023-09-04 Chris StaiteBUG/MEDIUM: h1-htx: Ensure chunked parsing with full...
2023-09-04 Willy TarreauBUG/MEDIUM: connection: fix pool free regression with...
2023-09-04 Frédéric LécailleBUG/MINOR: quic: Unchecked pointer to packet number...
2023-09-04 Frédéric LécailleBUG/MAJOR: quic: Really ignore malformed ACK frames.
2023-09-04 Frédéric LécailleMINOR: quic: Add a trace to quic_release_frm()
2023-09-04 Frédéric LécailleBUG/MINOR: quic: Possible skipped RTT sampling
2023-09-01 Christopher... BUG/MEDIUM: stconn: Don't block sends if there is a...
2023-09-01 Christopher... BUG/MEDIUM: stconn: Wake applets on sending path if...
2023-09-01 Christopher... BUG/MINOR: stconn: Don't report blocked sends during...
2023-09-01 Christopher... BUG/MEDIUM: stconn: Update stream expiration date on...
2023-09-01 Christopher... DEBUG: applet: Properly report opposite SC expiration...
2023-09-01 Willy TarreauMINOR: checks: also consider the thread's queue for...
2023-09-01 Willy TarreauMEDIUM: checks: implement a queue in order to limit...
2023-09-01 Willy TarreauMEDIUM: checks: search more aggressively for another...
2023-09-01 Willy TarreauMINOR: check: also consider the random other thread...
2023-09-01 Willy TarreauMINOR: checks: maintain counters of active checks per...
2023-09-01 Willy TarreauMINOR: check/activity: collect some per-thread check...
2023-09-01 Willy TarreauMINOR: check: remember when we migrate a check
2023-09-01 Willy TarreauMINOR: checks: pin the check to its thread upon wakeup
2023-09-01 Willy TarreauMINOR: checks: start the checks in sleeping state
2023-09-01 Willy TarreauBUG/MINOR: checks: do not queue/wake a bounced check
2023-09-01 Willy TarreauMINOR: activity: report the current run queue size
2023-08-31 Willy TarreauMEDIUM: server/ssl: pick another thread's session when...
2023-08-31 Willy TarreauMINOR: server/ssl: clear the shared good session index...
2023-08-31 Willy TarreauMINOR: server/ssl: maintain an index of the last known...
2023-08-31 Willy TarreauMEDIUM: server/ssl: place an rwlock in the per-thread...
2023-08-31 Willy TarreauMEDIUM: ssl_sock: always use the SSL's server name...
2023-08-30 Willy TarreauCLEANUP: ssl: keep a pointer to the server in ssl_sock_...
2023-08-30 Willy TarreauDOC: ssl: add some comments about the non-obvious sessi...
2023-08-30 Willy TarreauMINOR: ssl_sock: avoid iterating realloc(+1) on stored...
2023-08-29 Alexander StephanMINOR: sample: Add common TLV types as constants for...
2023-08-29 Alexander StephanMINOR: sample: Refactor fc_pp_unique_id by wrapping...
2023-08-29 Alexander StephanMINOR: sample: Refactor fc_pp_authority by wrapping...
2023-08-29 Alexander StephanMEDIUM: sample: Add fetch for arbitrary TLVs
2023-08-29 Alexander StephanMEDIUM: connection: Generic, list-based allocation...
2023-08-29 Alexander StephanCLEANUP/MINOR: connection: Improve consistency of PPv2...
2023-08-29 Willy TarreauMEDIUM: capabilities: enable support for Linux capabilities
2023-08-29 Willy TarreauDOC: config: mention uid dependency on the tune.quic...
2023-08-29 Willy TarreauBUG/MINOR: stream: protect stream_dump() against incomp...
2023-08-28 William LallemandBUG/MINOR: ssl/cli: can't find ".crt" files when replac...
2023-08-26 Willy TarreauBUILD: pools: import plock.h to build even without...
2023-08-26 Willy TarreauBUILD: import: guard plock.h against multiple inclusion
2023-08-26 Willy TarreauBUG/MEDIUM: mux-h2: fix crash when checking for reverse...
2023-08-25 Willy Tarreau[RELEASE] Released version 2.9-dev4 v2.9-dev4
2023-08-25 Amaury DenoyelleMAJOR: connection: purge idle conn by last usage
2023-08-25 Amaury DenoyelleMINOR: server: move idle tree insert in a dedicated...
2023-08-25 Amaury DenoyelleMINOR: connection: simplify removal of idle conns from...
2023-08-25 Sébastien GrossDOC: Explanation of be_name and be_id fetches
2023-08-25 Frédéric LécailleDOC: map/acl: Remove the comments about map/acl perform...
2023-08-25 Frédéric LécailleMEDIUM: map/acl: Replace map/acl spin lock by a read...
2023-08-25 Frédéric LécailleMEDIUM: map/acl: Accelerate several functions using...
2023-08-25 Frédéric LécailleMEDIUM: map/acl: Improve pat_ref_set_elt() efficiency...
2023-08-25 Frédéric LécailleMEDIUM: map/acl: Improve pat_ref_set() efficiency ...
2023-08-25 Willy TarreauBUG/MINOR: ssl_sock: fix possible memory leak on OOM
2023-08-25 Aurelien DARRAGONDOC: lua: fix core.register_action typo
2023-08-25 Aurelien DARRAGONDOC: lua: fix Sphinx warning from core.get_var()
2023-08-25 Aurelien DARRAGONBUG/MINOR: hlua_fcn: potentially unsafe stktable_data_p...
2023-08-25 Ilya ShipitsinCI: fedora: fix "dnf" invocation syntax
2023-08-24 Amaury DenoyelleBUG/MINOR: h2: fix reverse if no timeout defined
2023-08-24 Amaury DenoyelleREGTESTS: write a full reverse regtest
2023-08-24 Amaury DenoyelleMEDIUM: h2: prevent stream opening before connection...
2023-08-24 Amaury DenoyelleMEDIUM: h2: implement active connection reversal
2023-08-24 Amaury DenoyelleMINOR: proto_reverse_connect: handle early error before...
2023-08-24 Amaury DenoyelleMEDIUM: proto_reverse_connect: bootstrap active reverse...
2023-08-24 Amaury DenoyelleMINOR: connection: prepare init code paths for active...
2023-08-24 Amaury DenoyelleMINOR: proto_reverse_connect: parse rev@ addresses...
2023-08-24 Amaury DenoyelleMINOR: connection: extend conn_reverse() for active...
2023-08-24 Amaury DenoyelleMINOR: proto: define dedicated protocol for active...
2023-08-24 Amaury DenoyelleREGTESTS: provide a reverse-server test with name argument
2023-08-24 Amaury DenoyelleMINOR: connection: use attach-srv name as SNI reuse...
2023-08-24 Amaury DenoyelleMINOR: tcp-act: define optional arg name for attach-srv
2023-08-24 Amaury DenoyelleREGTESTS: provide a reverse-server test
2023-08-24 Amaury DenoyelleMINOR: tcp-act: parse 'tcp-request attach-srv' session...
2023-08-24 Amaury DenoyelleMINOR: backend: only allow reuse for reverse server
2023-08-24 Amaury DenoyelleMINOR: server: define reverse-connect server
2023-08-24 Amaury DenoyelleMEDIUM: h2: reverse connection after SETTINGS reception
2023-08-24 Amaury DenoyelleMEDIUM: connection: implement passive reverse
next