haproxy-3.0.git
2024-10-02 Willy TarreauBUG/MINOR: queue: make sure that maintenance redispatch...
2024-10-02 Willy TarreauBUG/MEDIUM: stream: make stream_shutdown() async-safe
2024-10-02 Willy TarreauMINOR: task: define two new one-shot events for use...
2024-10-02 Willy TarreauMINOR: tools: do not attempt to use backtrace() on...
2024-10-02 Willy TarreauBUILD: tools: only include execinfo.h for the real...
2024-10-01 Valentine KrasnobaevaBUG/MINOR: cfgparse-global: fix allowed args number...
2024-10-01 Willy TarreauBUG/MINOR: server: make sure the HMAINT state is part...
2024-10-01 Oliver DalaBUG/MEDIUM: cli: Deadlock when setting frontend maxconn
2024-10-01 Christopher... BUG/MEDIUM: cli: Be sure to catch immediate client...
2024-10-01 Amaury DenoyelleBUG/MINOR: mux-quic: report glitches to session
2024-10-01 Willy TarreauREGTESTS: shorten a bit the delay for the h1/h2 upgrade...
2024-10-01 Christopher... REGTESTS: h1/h2: Update script testing H1/H2 protocol...
2024-10-01 Christopher... BUG/MEDIUM: mux-h1/mux-h2: Reject upgrades with payload...
2024-10-01 Christopher... MINOR: mux-h1: Set EOI on SE during demux when both...
2024-10-01 Amaury DenoyelleBUG/MINOR: h2: reject extended connect for h2c protocol
2024-10-01 Amaury DenoyelleBUG/MINOR: h1: do not forward h2c upgrade header token
2024-09-30 Christopher... MINOR: connection: No longer include stconn type header...
2024-09-19 Christopher... [RELEASE] Released version 3.0.5 v3.0.5
2024-09-19 Amaury DenoyelleBUG/MINOR: quic: prevent freeze after early QCS closure
2024-09-19 Amaury DenoyelleBUG/MEDIUM: quic: handle retransmit for standalone...
2024-09-19 Amaury DenoyelleMINOR: quic: implement function to check if STREAM...
2024-09-19 Amaury DenoyelleMINOR: quic: convert qc_stream_desc release field to...
2024-09-18 Aurelien DARRAGONBUG/MINOR: cfgparse-listen: fix option httpslog overrid...
2024-09-17 Christopher... BUG/MEDIUM: promex: Wait to have the request before...
2024-09-17 Christopher... BUG/MEDIUM: cache/stats: Wait to have the request befor...
2024-09-17 Christopher... BUG/MEDIUM: sc_strm/applet: Wake applet after a success...
2024-09-17 Christopher... DOC: config: Explicitly list relaxing rules for accept...
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...
next