]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
10 days ago  William LallemandCI: scripts: build curl with ECH support
10 days ago  Christopher... BUG/MINOR: pattern: Fix pattern lookup for map with...
10 days ago  William LallemandCLEANUP: acme: acme_will_expire() uses acme_schedule_date()
10 days ago  William LallemandBUG/MINOR: acme: possible overflow in acme_will_expire()
10 days ago  William LallemandBUG/MINOR: acme: possible overflow on scheduling comput...
10 days ago  Christopher... BUG/MINOR: pattern: Properly flag virtual maps as using...
10 days ago  Christopher... BUG/MINOR: compression: Test payload size only if conte...
13 days ago  Olivier HouchardBUG/MEDIUM: stick-tables: Don't let table_process_entry...
13 days ago  Ilia ShipitsinCI: move VTest preparation & friends to dedicated compo...
13 days ago  William LallemandBUG/MINOR: acme/cli: wrong description for "acme challe...
2025-09-19  William LallemandMINOR: acme: check acme-vars allocation during escaping 20250918-acme-vars
2025-09-19  William LallemandMINOR: acme: acme-vars allow to pass data to the dpapi...
2025-09-19  Christopher... BUG/MEDIUM: http-client: Fix the test on the response...
2025-09-18  Aurelien DARRAGONMEDIUM: stats: consider that shared stats pointers...
2025-09-18  Aurelien DARRAGONBUG/MEDIUM: sink: fix unexpected double postinit of...
2025-09-18  Willy TarreauOPTIM: ring: avoid reloading the tail_ofs value before...
2025-09-18  Willy TarreauOPTIM: ring: check the queue's owner using a CAS on x86
2025-09-18  Willy TarreauOPTIM: ring: always relax in the ring lock and leader...
2025-09-18  Willy TarreauCLEANUP: ring: rearrange the wait loop in ring_write()
2025-09-18  Willy TarreauOPTIM: sink: don't waste time calling sink_announce_dro...
2025-09-18  Willy TarreauOPTIM: sink: reduce contention on sink_announce_dropped()
2025-09-18  Willy TarreauMINOR: trace: don't call strlen() on the function's...
2025-09-18  Willy TarreauMINOR: trace: don't call strlen() on the thread-id...
2025-09-17  Willy TarreauBUG/MEDIUM: ring: invert the length check to avoid...
2025-09-17  Willy TarreauMINOR: server: add the "cc" keyword to set the TCP...
2025-09-17  Willy TarreauMINOR: listener: add the "cc" bind keyword to set the...
2025-09-17  Ben KallusIMPORT: ebtree: replace hand-rolled offsetof to avoid UB
2025-09-17  Willy TarreauIMPORT: ebtree: add a definition of offsetof()
2025-09-17  Ben KallusIMPORT: ebtree: Fix UB from clz(0)
2025-09-17  Willy TarreauIMPORT: ebst: use prefetching in lookup() and insert()
2025-09-17  Willy TarreauIMPORT: ebtree: only use __builtin_prefetch() when...
2025-09-17  Willy TarreauIMPORT: eb32/64: optimize insert for modern CPUs
2025-09-17  Willy TarreauIMPORT: ebmb: optimize the lookup for modern CPUs
2025-09-17  Willy TarreauIMPORT: eb32/eb64: place an unlikely() on the leaf...
2025-09-17  Willy TarreauIMPORT: eb32: drop the now useless node_bit variable
2025-09-17  Willy TarreauIMPORT: eb32/eb64: use a more parallelizable check...
2025-09-17  Willy TarreauIMPORT: eb32/eb64: reorder the lookup loop for modern...
2025-09-17  Willy TarreauIMPORT: ebtree: delete unusable ebpttree.c
2025-09-17  Aurelien DARRAGONDOC: internals: document the shm-stats-file format...
2025-09-17  Aurelien DARRAGONMINOR: counters: document that tg shared counters are...
2025-09-17  Aurelien DARRAGONCLEANUP: log: remove deadcode in px_parse_log_steps()
2025-09-16  Willy TarreauBUG/MEDIUM: pattern: fix possible infinite loops on...
2025-09-16  Willy TarreauRevert "BUG/MEDIUM: pattern: fix possible infinite...
2025-09-16  William LallemandCI: scripts: mkdir BUILDSSL_TMPDIR
2025-09-16  William LallemandCI: github: add an OpenSSL + ECH job
2025-09-16  William LallemandCI: scripts: add support for git in openssl builds
2025-09-16  Willy TarreauBUG/MEDIUM: pattern: fix possible infinite loops on...
2025-09-16  Willy TarreauCLEANUP: vars: use the item API for the variables trees
2025-09-16  Willy TarreauCLEANUP: tools: use the item API for the file names...
2025-09-16  Willy TarreauMEDIUM: connection: reintegrate conn_hash_node into...
2025-09-16  Willy TarreauMEDIUM: connection: move idle connection trees to ceb64
2025-09-16  Willy TarreauMINOR: connection: pass the thread number to conn_delet...
2025-09-16  Willy TarreauCLEANUP: backend: use a single variable for removed...
2025-09-16  Willy TarreauMINOR: server: pass the server and thread to srv_migrat...
2025-09-16  Willy TarreauCLEANUP: server: use eb64_entry() not ebmb_entry()...
2025-09-16  Willy TarreauCLEANUP: backend: factor the connection lookup loop
2025-09-16  Willy TarreauCLEANUP: proxy: slightly reorganize fields to plug...
2025-09-16  Willy TarreauCLEANUP: server: slightly reorder fields in the struct...
2025-09-16  Willy TarreauMEDIUM: server: index server ID using compact trees
2025-09-16  Willy TarreauMEDIUM: listener: index listener ID using compact trees
2025-09-16  Willy TarreauMEDIUM: proxy: index proxy ID using compact trees
2025-09-16  Willy TarreauMINOR: proxy: add proxy_index_id() to index a proxy...
2025-09-16  Willy TarreauMINOR: listener: add listener_index_id() to index a...
2025-09-16  Willy TarreauMINOR: server: add server_index_id() to index a server...
2025-09-16  Willy TarreauCLEANUP: server: use server_find_by_id() when looking...
2025-09-16  Willy TarreauMINOR: server: add server_get_next_id() to find next...
2025-09-16  Willy TarreauMINOR: listener: add listener_get_next_id() to find...
2025-09-16  Willy TarreauMINOR: proxy: add proxy_get_next_id() to find next...
2025-09-16  Willy TarreauMEDIUM: stktable: index table names using compact trees
2025-09-16  Willy TarreauMEDIUM: proxy: switch conf.name to cebis_tree
2025-09-16  Willy TarreauMEDIUM: server: switch the host_dn member to cebis_tree
2025-09-16  Willy TarreauMEDIUM: server: switch conf.name to cebis_tree
2025-09-16  Willy TarreauMEDIUM: server: switch addr_node to cebis_tree
2025-09-16  Willy TarreauMEDIUM: guid: switch guid to more compact cebuis_tree
2025-09-16  Willy TarreauMEDIUM: migrate the patterns reference to cebs_tree
2025-09-16  Willy TarreauIMPORT: cebtree: import version 0.5.0 to support duplicates
2025-09-16  Willy TarreauBUILD: makefile: implement support for running a comman...
2025-09-15  Valentine KrasnobaevaBUG/MINOR: resolvers: always normalize FQDN from response
2025-09-15  Remi Tricot... BUG/MINOR: ocsp: Crash when updating CA during ocsp...
2025-09-15  Aurelien DARRAGONMEDIUM: log/proxy: store log-steps selection using...
2025-09-15  Aurelien DARRAGONBUG/MEDIUM: http_ana: fix potential NULL deref in http_...
2025-09-15  Christopher... Revert "BUG/MINOR: ocsp: Crash when updating CA during...
2025-09-15  Remi Tricot... BUG/MINOR: ocsp: Crash when updating CA during ocsp...
2025-09-15  Christopher... BUG/MEDIUM: resolvers: Wake resolver task up whne unlin...
2025-09-12  Christopher... BUG/MEDIUM: resolvers: Accept to create resolution...
2025-09-12  Christopher... BUG/MEDIUM: resolvers: Make resolution owns its hostnam...
2025-09-12  Christopher... BUG/MEDIUM: resolvers: Test for empty tree when getting...
2025-09-12  Collison, StevenDOC: proxy-protocol: Add TLS group and sig scheme TLVs
2025-09-11  Willy TarreauMINOR: activity/memory: count allocations performed...
2025-09-11  Willy TarreauMINOR: activity: collect CPU time spent on memory alloc...
2025-09-11  Willy TarreauMINOR: activity: add a new mem_avg column to show profi...
2025-09-11  Willy TarreauMINOR: activity: collect time spent with a lock held...
2025-09-11  Willy TarreauMINOR: activity: add a new lkd_avg column to show profi...
2025-09-11  Willy TarreauMINOR: thread: add a lock level information in the...
2025-09-11  Willy TarreauMINOR: activity: collect time spent waiting on a lock...
2025-09-11  Willy TarreauMINOR: activity: add a new lkw_avg column to show profi...
2025-09-11  Willy TarreauMINOR: activity: don't report the lat_tot column for...
2025-09-11  Christopher... BUG/MINOR: resolvers: Restore round-robin selection...
2025-09-11  Christopher... BUG/MEDIUM: resolvers: Properly cache do-resolv resolution
2025-09-11  William LallemandBUILD: ssl: functions defined but not used
next