]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2023-08-24  Amaury DenoyelleMINOR: connection: centralize init/deinit of backend...
2023-08-24  Amaury DenoyelleMINOR: proxy: simplify parsing 'backend/server'
2023-08-24  Willy TarreauIMPORT: xxhash: update xxHash to version 0.8.2
2023-08-22  Willy TarreauMINOR: pattern: do not needlessly lookup the LRU cache...
2023-08-21  William LallemandBUG/MINOR: quic: ssl_quic_initial_ctx() uses error...
2023-08-21  William LallemandBUG/MINOR: quic: allow-0rtt warning must only be emitte...
2023-08-17  Frédéric LécailleMINOR: quic+openssl_compat: Emit an alert for "allow...
2023-08-17  Frédéric LécailleMINOR: quic+openssl_compat: Do not start without "limit...
2023-08-17  Amaury DenoyelleBUILD/IMPORT: fix compilation with PLOCK_DISABLE_EBO=1
2023-08-17  Willy TarreauMINOR: pools: use EBO to wait for unlock during pool_fl...
2023-08-17  Willy TarreauMINOR: atomic: make sure to always relax after a failed CAS
2023-08-16  Willy TarreauMINOR: threads: inline the wait function for pthread_rw...
2023-08-16  Willy TarreauIMPORT: lorw: support inlining the wait call
next