]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
4 days ago  Frederic LecailleMINOR: quic-be: Parse, store and reuse tokens provided... 20250911-quic-be-0rtt
4 days ago  Frederic LecailleMINOR: quic-be: Parse the NEW_TOKEN frame
4 days ago  Frederic LecailleWIP: TO CHECK!!! quic-be: Start asap the mux for 0-RTT
4 days ago  Frederic LecailleMINOR: quic-be: validate the 0-RTT transport parameters
4 days ago  Frederic LecailleMINOR: quic-be: enable the use of 0-RTT
4 days ago  Frederic LecailleMINOR: quic-be: discard the 0-RTT keys
4 days ago  Frederic LecailleMINOR: quic-be: qc_send_mux() adaptation for 0-RTT
4 days ago  Frederic LecailleMINOR: quic-be: allow the preparation of 0-RTT packets
4 days ago  Frederic LecailleMINOR: quic-be: modify ssl_sock_srv_try_reuse_sess...
4 days ago  Frederic LecailleMINOR: quic-be: Save the backend parameters (0-RTT)
4 days ago  Frederic LecailleMINOR: quic-be: helper quic_reuse_srv_params() function...
4 days ago  Frederic LecailleMINOR: quic-be: helper functions to save/restore transp...
4 days ago  Frederic LecailleMINOR: quic-be: Send post handshake frames from list...
4 days ago  Willy TarreauMINOR: activity/memory: count allocations performed...
4 days ago  Willy TarreauMINOR: activity: collect CPU time spent on memory alloc...
4 days ago  Willy TarreauMINOR: activity: add a new mem_avg column to show profi...
4 days ago  Willy TarreauMINOR: activity: collect time spent with a lock held...
4 days ago  Willy TarreauMINOR: activity: add a new lkd_avg column to show profi...
4 days ago  Willy TarreauMINOR: thread: add a lock level information in the...
4 days ago  Willy TarreauMINOR: activity: collect time spent waiting on a lock...
4 days ago  Willy TarreauMINOR: activity: add a new lkw_avg column to show profi...
4 days ago  Willy TarreauMINOR: activity: don't report the lat_tot column for...
4 days ago  Christopher... BUG/MINOR: resolvers: Restore round-robin selection...
4 days ago  Christopher... BUG/MEDIUM: resolvers: Properly cache do-resolv resolution
4 days ago  William LallemandBUILD: ssl: functions defined but not used
4 days ago  William LallemandMINOR: ssl: set functions as static when no protypes...
4 days ago  William LallemandMINOR: ocsp: put internal functions as static ones
4 days ago  William LallemandBUG/MINOR: ocsp: prototype inconsistency
4 days ago  Remi Tricot... BUG/MINOR: ssl: Fix potential NULL deref in trace callback
4 days ago  Remi Tricot... BUG/MINOR: ssl: Potential NULL deref in trace macro
4 days ago  William LallemandBUG/MEDIUM: jws: return size_t in JWS functions
4 days ago  William LallemandBUG/MINOR: acme: null pointer dereference upon allocati...
5 days ago  Amaury DenoyelleDOC: quic: clarifies limited-quic support quic-interop
5 days ago  Amaury DenoyelleMINOR: quic: display build warning for compat layer...
5 days ago  Frederic LecailleMINOR: quic-be: make SSL/QUIC objects use their own...
5 days ago  Frederic LecailleMINOR: quic: get rid of ->target quic_conn struct member
5 days ago  Christopher... BUG/MAJOR: stream: Force channel analysis on successful...
5 days ago  Willy TarreauMEDIUM: peers: move process_peer_sync() to a single...
5 days ago  Willy TarreauMEDIUM: stick-table: move process_table_expire() to...
5 days ago  Willy TarreauBUG/MINOR: stick-table: make sure never to miss a proce...
5 days ago  Willy TarreauMEDIUM: resolvers: make the process_resolvers() task...
5 days ago  Willy TarreauMEDIUM: dns: bind the nameserver sockets to the initiat...
5 days ago  Olivier HouchardBUG/MEDIUM: ssl: Fix a crash if we failed to create...
6 days ago  Olivier HouchardBUG/MEDIUM: ssl: Fix a crash when using QUIC
6 days ago  Willy TarreauDEBUG: stick-tables: export stktable_add_pend_updates...
6 days ago  Willy TarreauBUG/MEDIUM: stick-tables: don't loop on non-expirable...
6 days ago  Willy TarreauMINOR: tools: don't emit "+0" for symbol names which...
6 days ago  Willy TarreauMINOR: activity: indicate the number of calls on "show...
6 days ago  Willy TarreauBUG/MINOR: activity: fix reporting of task latency
6 days ago  Willy TarreauBUILD: ssl: address a recent build warning when QUIC...
6 days ago  Olivier HouchardMEDIUM: server: Make use of the stored ALPN stored...
6 days ago  Willy TarreauCLEANUP: backend: clarify the cases where we want to...
6 days ago  Willy TarreauCLEANUP: backend: simplify the complex ifdef related...
6 days ago  Willy TarreauCLEANUP: backend: invert the condition to start the...
6 days ago  Willy TarreauCLEANUP: backend: clarify the role of the init_mux...
6 days ago  Olivier HouchardMEDIUM: server: Introduce the concept of path parameters
6 days ago  Olivier HouchardMINOR: ssl: Use the new flag to know when the ALPN...
6 days ago  Olivier HouchardMINOR: ssl: Add a flag to let it known we have an ALPN...
6 days ago  Olivier HouchardBUG/MEDIUM: ssl: create the mux immediately on early...
6 days ago  Olivier HouchardBUG/MEDIUM: h1: Allow reception if we have early data
6 days ago  Willy TarreauMEDIUM: peers: don't even try to process updates under...
6 days ago  Willy TarreauMEDIUM: stick-tables: don't wait indefinitely in stktab...
6 days ago  Willy TarreauMEDIUM: stick-tables: give up on lock contention in...
6 days ago  Willy TarreauMEDIUM: stick-tables: relax stktable_trash_oldest(...
6 days ago  Willy TarreauMINOR: stick-table: permit stksess_new() to temporarily...
6 days ago  Willy TarreauDEBUG: peers: export functions that use locks
6 days ago  Willy TarreauMINOR: debug: report the time since last wakeup and...
6 days ago  Willy TarreauMINOR: debug: report the number of loops and ctxsw...
6 days ago  Willy TarreauDEBUG: stream: count the number of passes in the connec...
6 days ago  Willy TarreauMINOR: debug: report the process id in warnings and...
6 days ago  Amaury DenoyelleMINOR: check: reject invalid check config on a QUIC...
6 days ago  Amaury DenoyelleBUG/MINOR: check: ensure checks are compatible with...
6 days ago  Amaury DenoyelleBUG/MEDIUM: checks: fix ALPN inheritance from server
6 days ago  Amaury DenoyelleOPTIM: check: do not delay MUX for ALPN if SSL not...
6 days ago  Amaury DenoyelleBUG/MINOR: hq-interop: adjust parsing/encoding on backe...
6 days ago  Christopher... BUG/MEDIUM: mux-h2: Reinforce conditions to report...
6 days ago  Christopher... BUG/MEDIUM: mux-h2: Report RST/error to app-layer strea...
6 days ago  Christopher... BUG/MINOR: mux-h2: Remove H2_CF_DEM_DFULL flags when...
6 days ago  Christopher... BUG/MEDIUM: mux-h2: Restart reading when mbuf ring...
6 days ago  Christopher... BUG/MEDIUM: mux-h2; Don't block reveives in H2_CS_ERROR...
6 days ago  Christopher... BUG/MEDIUM: mux-h2: Reset MUX blocking flags when a...
7 days ago  Amaury DenoyelleBUG/MINOR: quic: properly support GSO on backend side
7 days ago  Christopher... MINOR: pools: Don't dump anymore info about pools when...
7 days ago  Christopher... BUG/MINOR: pools: Fix the dump of pools info to deal...
7 days ago  Christopher... REGTESTS: ssl: Fix the script about automatic SNI selection
7 days ago  Amaury DenoyelleMINOR: quic: restore QUIC_HP_SAMPLE_LEN constant
7 days ago  Amaury DenoyelleTESTS: quic: add unit-tests for QUIC TX part
7 days ago  Amaury DenoyelleCLEANUP: quic: fix typo in quic_tx trace
7 days ago  Aurelien DARRAGONMINOR: stats-file: use explicit unsigned integer bitshi...
7 days ago  Aurelien DARRAGONBUG/MEDIUM: proxy: fix crash with stop_proxy() called...
8 days ago  Frederic LecailleMINOR: quic: SSL session reuse for QUIC
9 days ago  Olivier HouchardBUG/MEDIUM: ssl: Properly initialize msg_controllen.
10 days ago  Willy TarreauBUG/MINOR: cpu_topo: work around a small bug in musl...
10 days ago  Frederic LecailleBUG/MINOR: quic: too short PADDING frame for too short...
10 days ago  Frederic LecailleMINOR: quic: add useful trace about padding params...
10 days ago  Christopher... REGTESTS: ssl: Add a script to test the automatic SNI...
10 days ago  Christopher... OPTIM: tcpcheck: Reorder tcpchek_connect structure...
10 days ago  Christopher... MEDIUM: httpcheck/ssl: Base the SNI value on the HTTP...
10 days ago  Christopher... MEDIUM: server/ssl: Base the SNI value to the HTTP...
10 days ago  Christopher... BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name...
next