]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2025-09-11  William LallemandMINOR: ssl: set functions as static when no protypes...
2025-09-11  William LallemandMINOR: ocsp: put internal functions as static ones
2025-09-11  William LallemandBUG/MINOR: ocsp: prototype inconsistency
2025-09-11  Remi Tricot... BUG/MINOR: ssl: Fix potential NULL deref in trace callback
2025-09-11  Remi Tricot... BUG/MINOR: ssl: Potential NULL deref in trace macro
2025-09-11  William LallemandBUG/MEDIUM: jws: return size_t in JWS functions
2025-09-11  William LallemandBUG/MINOR: acme: null pointer dereference upon allocati...
2025-09-11  Amaury DenoyelleDOC: quic: clarifies limited-quic support quic-interop
2025-09-11  Amaury DenoyelleMINOR: quic: display build warning for compat layer...
2025-09-11  Frederic LecailleMINOR: quic-be: make SSL/QUIC objects use their own...
2025-09-11  Frederic LecailleMINOR: quic: get rid of ->target quic_conn struct member
2025-09-11  Christopher... BUG/MAJOR: stream: Force channel analysis on successful...
2025-09-10  Willy TarreauMEDIUM: peers: move process_peer_sync() to a single...
2025-09-10  Willy TarreauMEDIUM: stick-table: move process_table_expire() to...
2025-09-10  Willy TarreauBUG/MINOR: stick-table: make sure never to miss a proce...
2025-09-10  Willy TarreauMEDIUM: resolvers: make the process_resolvers() task...
2025-09-10  Willy TarreauMEDIUM: dns: bind the nameserver sockets to the initiat...
2025-09-10  Olivier HouchardBUG/MEDIUM: ssl: Fix a crash if we failed to create...
2025-09-10  Olivier HouchardBUG/MEDIUM: ssl: Fix a crash when using QUIC
2025-09-10  Willy TarreauDEBUG: stick-tables: export stktable_add_pend_updates...
2025-09-10  Willy TarreauBUG/MEDIUM: stick-tables: don't loop on non-expirable...
2025-09-10  Willy TarreauMINOR: tools: don't emit "+0" for symbol names which...
2025-09-10  Willy TarreauMINOR: activity: indicate the number of calls on "show...
2025-09-10  Willy TarreauBUG/MINOR: activity: fix reporting of task latency
2025-09-10  Willy TarreauBUILD: ssl: address a recent build warning when QUIC...
2025-09-09  Olivier HouchardMEDIUM: server: Make use of the stored ALPN stored...
2025-09-09  Willy TarreauCLEANUP: backend: clarify the cases where we want to...
2025-09-09  Willy TarreauCLEANUP: backend: simplify the complex ifdef related...
2025-09-09  Willy TarreauCLEANUP: backend: invert the condition to start the...
2025-09-09  Willy TarreauCLEANUP: backend: clarify the role of the init_mux...
2025-09-09  Olivier HouchardMEDIUM: server: Introduce the concept of path parameters
2025-09-09  Olivier HouchardMINOR: ssl: Use the new flag to know when the ALPN...
2025-09-09  Olivier HouchardMINOR: ssl: Add a flag to let it known we have an ALPN...
2025-09-09  Olivier HouchardBUG/MEDIUM: ssl: create the mux immediately on early...
2025-09-09  Olivier HouchardBUG/MEDIUM: h1: Allow reception if we have early data
2025-09-09  Willy TarreauMEDIUM: peers: don't even try to process updates under...
2025-09-09  Willy TarreauMEDIUM: stick-tables: don't wait indefinitely in stktab...
2025-09-09  Willy TarreauMEDIUM: stick-tables: give up on lock contention in...
2025-09-09  Willy TarreauMEDIUM: stick-tables: relax stktable_trash_oldest(...
2025-09-09  Willy TarreauMINOR: stick-table: permit stksess_new() to temporarily...
2025-09-09  Willy TarreauDEBUG: peers: export functions that use locks
2025-09-09  Willy TarreauMINOR: debug: report the time since last wakeup and...
2025-09-09  Willy TarreauMINOR: debug: report the number of loops and ctxsw...
2025-09-09  Willy TarreauDEBUG: stream: count the number of passes in the connec...
2025-09-09  Willy TarreauMINOR: debug: report the process id in warnings and...
2025-09-09  Amaury DenoyelleMINOR: check: reject invalid check config on a QUIC...
2025-09-09  Amaury DenoyelleBUG/MINOR: check: ensure checks are compatible with...
2025-09-09  Amaury DenoyelleBUG/MEDIUM: checks: fix ALPN inheritance from server
2025-09-09  Amaury DenoyelleOPTIM: check: do not delay MUX for ALPN if SSL not...
2025-09-09  Amaury DenoyelleBUG/MINOR: hq-interop: adjust parsing/encoding on backe...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Reinforce conditions to report...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Report RST/error to app-layer strea...
2025-09-09  Christopher... BUG/MINOR: mux-h2: Remove H2_CF_DEM_DFULL flags when...
next