haproxy-3.0.git
2024-09-17 Aurelien DARRAGONBUG/MINOR: peers: local entries updates may not be...
2024-09-17 Willy TarreauBUG/MEDIUM: queue: implement a flag to check for the...
2024-09-17 Willy TarreauBUG/MINOR: clock: validate that now_offset still applie...
2024-09-17 Willy TarreauBUG/MINOR: clock: make time jump corrections a bit...
2024-09-17 Willy TarreauBUG/MINOR: polling: fix time reporting when using busy...
2024-09-17 Christopher... MEDIUM: h1: Accept invalid T-E values with accept-inval...
2024-09-10 Willy TarreauBUG/MINOR: pattern: do not leave a leading comma on...
2024-09-09 Christopher... BUG/MINOR: h1-htx: Don't flag response as bodyless...
2024-09-09 Christopher... BUG/MAJOR: mux-h1: Wake SC to perform 0-copy forwarding...
2024-09-09 Aurelien DARRAGONBUG/MEDIUM: pattern: prevent UAF on reused pattern...
2024-09-09 Aurelien DARRAGONBUG/MINOR: pattern: prevent const sample from being...
2024-09-09 Willy TarreauBUG/MEDIUM: clock: detect and cover jumps during execution
2024-09-09 Willy TarreauREGTESTS: fix random failures with wrong_ip_port_loggin...
2024-09-09 Willy TarreauDOC: configuration: place the HAPROXY_HTTP_LOG_FMT...
2024-09-06 Frederic LecailleBUG/MINOR: quic: Too short datagram during packet build...
2024-09-05 Frederic LecailleBUG/MINOR: quic: Crash from trace dumping SSL eary...
2024-09-05 Frederic LecailleBUG/MEDIUM: quic: always validate sender address on...
2024-09-05 Frederic LecailleMINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
2024-09-05 Frederic LecailleMINOR: quic: Implement qc_ssl_eary_data_accepted().
2024-09-05 Frederic LecailleMINOR: quic: Modify NEW_TOKEN frame structure (qf_new_t...
2024-09-05 Frederic LecailleBUG/MINOR: quic: Missing incrementation in NEW_TOKEN...
2024-09-05 Frederic LecailleMINOR: quic: Token for future connections implementation.
2024-09-05 William LallemandMEDIUM: ssl/quic: implement quic crypto with EVP_AEAD
2024-09-05 Frederic LecailleMINOR: quic: Implement quic_tls_derive_token_secret().
2024-09-05 Frederic LecailleMINOR: tools: Implement ipaddrcpy().
2024-09-04 Willy TarreauBUG/MEDIUM: clock: also update the date offset on time...
2024-09-03 Frederic LecailleBUILD: quic: 32bits build broken by wrong integer conve... missing-backports
2024-09-03 Valentine KrasnobaevaBUG/MINOR: cfgparse-global: remove tune.fast-forward...
2024-09-03 Nathan WehrmanDOC: config: correct the table for option tcplog
2024-09-03 Valentine KrasnobaevaBUG/MINOR: pattern: pat_ref_set: return 0 if err was...
2024-09-03 Valentine KrasnobaevaBUG/MINOR: pattern: pat_ref_set: fix UAF reported by...
2024-09-03 Amaury DenoyelleBUG/MINOR: h3: properly reject too long header responses
2024-09-03 Valentine KrasnobaevaBUG/MINOR: proto_uxst: delete fd from fdtab if listen...
2024-09-03 Amaury DenoyelleBUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID
2024-09-03 William LallemandREGTESTS: mcli: test the pipelined commands on master CLI
2024-09-03 William LallemandBUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI
2024-09-03 William LallemandMINOR: channel: implement ci_insert() function
2024-09-03 Valentine KrasnobaevaBUG/MINOR: proto_tcp: keep error msg if listen() fails
2024-09-03 Valentine KrasnobaevaBUG/MINOR: proto_tcp: delete fd from fdtab if listen...
2024-09-03 Willy TarreauBUG/MINOR: quic/trace: make quic_conn_enc_level_init...
2024-09-03 Willy TarreauBUG/MINOR: trace/quic: make "qconn" selectable as a...
2024-09-03 Willy TarreauBUG/MINOR: trace: automatically start in waiting mode...
2024-09-03 Willy TarreauBUG/MEDIUM: trace: fix null deref in lockon mechanism...
2024-09-03 Willy TarreauBUG/MINOR: trace/quic: permit to lock on frontend/conne...
2024-09-03 Willy TarreauBUG/MINOR: trace/quic: enable conn/session pointer...
2024-09-03 Willy TarreauDOC: configuration: fix alphabetical ordering of {bs...
2024-09-03 Ilia ShipitsinBUG/MINOR: fcgi-app: handle a possible strdup() failure
2024-09-03 Christopher... BUG/MEDIUM: peer: Notify the applet won't consume data...
2024-09-03 Christopher... BUG/MEDIUM: mux-h2: Propagate term flags to SE on error...
2024-09-03 Christopher... BUG/MEDIUM: h2: Only report early HTX EOM for tunneled...
2024-09-03 Christopher... BUG/MEDIUM: http-ana: Report error on write error waiti...
2024-09-03 Amaury DenoyelleBUG/MEDIUM: quic: prevent conn freeze on 0RTT undeciphe...
2024-09-03 William LallemandBUG/MEDIUM: ssl: 0-RTT initialized at the wrong place...
2024-09-03 William LallemandBUG/MEDIUM: ssl: reactivate 0-RTT for AWS-LC
2024-09-03 Willy TarreauBUG/MINOR: stconn: bs.id and fs.id had their dependenci...
2024-09-03 Christopher... BUILD: mux-pt: Use the right name for the sedesc variable
2024-09-03 Christopher... BUG/MEDIUM: mux-pt/mux-h1: Release the pipe on connecti...
2024-09-03 Christopher... BUG/MEDIUM: stconn: Report error on SC on send if a...
2024-09-03 Aurelien DARRAGONBUG/MEDIUM: server/addr: fix tune.events.max-events...
2024-09-03 Willy Tarreau[RELEASE] Released version 3.0.4 v3.0.4
2024-09-03 Christopher... BUG/MEDIUM: mux-pt: Fix condition to perform a shutdown...
2024-09-03 Frederic LecailleBUG/MINOR: Crash on O-RTT RX packet after dropping...
2024-09-03 Frederic LecailleBUG/MINOR: quic: Too shord datagram during O-RTT handsh...
2024-09-03 Willy TarreauBUG/MAJOR: mux-h2: always clear MUX_MFULL and DEM_MROOM...
2024-09-03 Willy TarreauMINOR: mux-h2: try to clear DEM_MROOM and MUX_MFULL...
2024-09-03 Christopher... BUG/MEDIUM: mux-h1: Properly handle empty message when...
2024-09-03 Frederic LecailleBUG/MINOR: quic: unexploited retransmission cases for...
2024-09-03 Christopher... BUG/MEDIUM: cli: Always release back endpoint between...
2024-09-03 Christopher... BUG/MEDIUM: mux-pt: Never fully close the connection...
2024-09-02 Christopher... BUG/MINIR: proxy: Match on 429 status when trying to...
2024-09-02 Christopher... BUG/MEDIUM: stream: Prevent mux upgrades if client...
2024-09-02 Christopher... BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0...
2024-09-02 Christopher... MINOR: proxy: Add support of 429-Too-Many-Requests...
2024-09-02 Amaury DenoyelleDOC: quic: fix default minimal value for max window...
2024-08-16 Aurelien DARRAGONMEDIUM: log: relax some checks and emit diag warnings...
2024-07-29 Willy TarreauRevert "MEDIUM: sink: don't set NOLINGER flag on the...
2024-07-29 Valentine KrasnobaevaBUG/MEDIUM: init: fix fd_hard_limit default in compute_...
2024-07-29 Valentine KrasnobaevaMEDIUM: init: set default for fd_hard_limit via DEFAULT...
2024-07-29 Willy TarreauBUG/MEDIUM: queue: deal with a rare TOCTOU in assign_se...
2024-07-29 Willy TarreauMINOR: queue: add a function to check for TOCTOU after...
2024-07-29 Willy TarreauMEDIUM: h1: allow to preserve keep-alive on T-E + C-L
2024-07-29 Frederic LecailleMINOR: quic: Add information to "show quic" for CUBIC cc.
2024-07-29 Frederic LecailleMINOR: quic: Dump TX in flight bytes vs window values...
2024-07-29 Christopher... BUG/MEDIUM: jwt: Clear SSL error queue on error when...
2024-07-29 Frederic LecailleBUG/MINOR: quic: Lack of precision when computing K...
2024-07-29 Aurelien DARRAGONMEDIUM: sink: don't set NOLINGER flag on the outgoing...
2024-07-29 Frederic LecailleBUG/MINOR: quic: Non optimal first datagram.
2024-07-29 Christopher... BUG/MINOR: cli: Atomically inc the global request count...
2024-07-29 Christopher... BUG/MINOR: server: Don't warn fallback IP is used durin...
2024-07-29 Amaury DenoyelleBUG/MINOR: stick-table: fix crash for src_inc_gpc(...
2024-07-29 Willy TarreauDOC: config: improve the http-keep-alive section
2024-07-29 William LallemandDOC: configuration: issuers-chain-path not compatible...
2024-07-29 Willy TarreauBUG/MAJOR: mux-h2: force a hard error upon short read...
2024-07-29 Valentine KrasnobaevaBUG/MEDIUM: ssl_sock: fix deadlock in ssl_sock_load_ocs...
2024-07-29 Lukas TribusDOC: install: don't reference removed CPU arg
2024-07-29 Willy TarreauBUG/MEDIUM: debug/cli: fix "show threads" crashing...
2024-07-29 Christopher... BUG/MINOR: session: Eval L4/L5 rules defined in the...
2024-07-29 Amaury DenoyelleCLEANUP: quic: rename TID affinity elements
2024-07-29 Amaury DenoyelleCLEANUP: proto: rename TID affinity callbacks
2024-07-29 Amaury DenoyelleBUG/MEDIUM: quic: prevent crash on accept queue full
next