- c978327 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 11 months ago
- 3d5b533 BUG/MEDIUM: h3: fix incorrect snd_buf return value by Amaury Denoyelle · 11 months ago
- 6ef8a06 CLEANUP: quic: Remaining useless code into server part by Frédéric Lécaille · 11 months ago
- 40ca072 BUG/MINOR: h3: close connection on sending alloc errors by Amaury Denoyelle · 11 months ago
- ddc1ef1 BUG/MINOR: h3: properly handle alloc failure on finalize by Amaury Denoyelle · 11 months ago
- a755439 BUG/MINOR: h3: close connection on header list too big by Amaury Denoyelle · 11 months ago
- df0ea3f MINOR: h3: check connection error during sending by Amaury Denoyelle · 11 months ago
- 5e28c3a BUG/MINOR: quic: Missing call to TLS message callbacks by Frédéric Lécaille · 11 months ago
- 7e0e1a5 BUG/MINOR: quic: Wrong keylog callback setting. by Frédéric Lécaille · 11 months ago
- 2f59038 BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission by Amaury Denoyelle · 11 months ago
- f628614 BUG/MEDIUM: stats: unhandled switching rules with TCP frontend by Aurelien DARRAGON · 12 months ago
- 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · 12 months ago
- 9183dfd DOC: config: Update documentation about local haproxy response by Christopher Faulet · 11 months ago
- 043b3c1 BUG/MINOR: resolvers: default resolvers fails when network not configured by William Lallemand · 11 months ago
- e3ec217 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · 12 months ago
- 0b25d70 BUG/MEDIUM: quic: QUIC CID removed from tree without locking by Frédéric Lécaille · 12 months ago
- ca1d881 BUG/MEDIUM: quic: Possible buffer overflow when building TLS records by Frédéric Lécaille · 12 months ago
- 7438181 BUG/MINOR: mworker/cli: fix set severity-output support by William Lallemand · 12 months ago
- 8244cb7 DOC: configuration: typo req.ssl_hello_type by William Lallemand · 12 months ago
- aaba8d0 [RELEASE] Released version 2.8.5 by Christopher Faulet · 12 months ago
- 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · 1 year ago
- 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · 12 months ago
- c557271 BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate by Frédéric Lécaille · 12 months ago
- c33e4df MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback by Frédéric Lécaille · 12 months ago
- 57359b9 BUG/MINOR: ssl: Double free of OCSP Certificate ID by Frédéric Lécaille · 12 months ago
- 1b0a5a0 BUG/MINOR: quic: Packet number spaces too lately initialized by Frédéric Lécaille · 12 months ago
- a216e06 BUG/MINOR: quic: Missing QUIC connection path member initialization by Frédéric Lécaille · 1 year, 5 months ago
- 292466e BUG/MINOR: quic: Possible leak of TX packets under heavy load by Frédéric Lécaille · 1 year ago
- fe97c6b BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load by Frédéric Lécaille · 1 year ago
- f5c2470 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 12 months ago
- ecd3225 BUG/MEDIUM: peers: fix partial message decoding by Christopher Faulet · 12 months ago
- 2a450f0 DOC: Clarify the differences between field() and word() by Tim Duesterhus · 12 months ago
- c5d7dcf BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 12 months ago
- 3c00a71 REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter by Tim Duesterhus · 12 months ago
- 4bd597b DOC: config: fix monitor-fail typo by Aurelien DARRAGON · 12 months ago
- b8e4f22 DOC: config: add matrix entry for "max-session-srv-conns" by Aurelien DARRAGON · 12 months ago
- 04445cf DOC: config: specify supported sections for "max-session-srv-conns" by Aurelien DARRAGON · 1 year ago
- 7030ce2 BUG/MINOR: cfgparse-listen: fix warning being reported as an alert by Aurelien DARRAGON · 12 months ago
- 51fad64 BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · 12 months ago
- 2778ddc BUG/MINOR: quic_tp: fix preferred_address decoding by Amaury Denoyelle · 12 months ago
- 707742f DOC: config: fix missing characters in set-spoe-group action by Willy Tarreau · 12 months ago
- 68bf6c8 BUG/MINOR: h3: always reject PUSH_PROMISE by Amaury Denoyelle · 12 months ago
- 29058f7 BUG/MINOR: h3: fix TRAILERS encoding by Amaury Denoyelle · 12 months ago
- 8e64fdf BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1 by Christopher Faulet · 12 months ago
- 765725a BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request() by Aurelien DARRAGON · 12 months ago
- 1d40fc9 BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding by Amaury Denoyelle · 12 months ago
- a5c331a DOC: lua: fix Proxy.get_mode() output by Aurelien DARRAGON · 1 year ago
- e5ad347 DOC: lua: add sticktable class reference from Proxy.stktable by Aurelien DARRAGON · 1 year ago
- 703bcae REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY by Aurelien DARRAGON · 1 year ago
- fd9ad89 DOC: config: fix timeout check inheritance restrictions by Aurelien DARRAGON · 1 year ago
- 3650eef DOC: 51d: updated 51Degrees repo URL for v3.2.10 by Eugene Dorfman · 1 year ago
- 8bb771a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · 1 year ago
- 4f40113 BUG/MINOR: quic: Possible RX packet memory leak under heavy load by Frédéric Lécaille · 1 year ago
- f4bec87 BUG/MEDIUM: quic: Possible crash for connections to be killed by Frédéric Lécaille · 1 year ago
- 3ecb341 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · 1 year ago
- a51c3e1 BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly by William Lallemand · 1 year ago
- 51ca521 REGTESTS: http: add a test to validate chunked responses delivery by Willy Tarreau · 1 year ago
- febaa3e BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · 1 year ago
- 6ce5cd0 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · 1 year ago
- 1842014 BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · 1 year ago
- e0c6ef4 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
- 54dd551 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
- 960f37c BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
- 8fc267b BUG/MAJOR: quic: complete thread migration before tcp-rules by Amaury Denoyelle · 1 year ago
- a4ebf9d [RELEASE] Released version 2.8.4 by Christopher Faulet · 1 year ago
- dd325a2 BUG/MINOR: stconn: Report read activity on non-indep streams for partial sends by Christopher Faulet · 1 year ago
- 7fb330b BUG/MINOR: stconn/applet: Report send activity only if there was output data by Christopher Faulet · 1 year ago
- d114208 BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 1 year ago
- 0b25b6a BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 1 year ago
- fe8a00e MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · 1 year ago
- bffaf79 MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · 1 year ago
- e65daba BUG/MEDIUM: stconn: Update fsb date on partial sends by Christopher Faulet · 1 year ago
- 8af1238 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · 1 year ago
- 63f43ff BUG/MEDIUM: mworker: set the master variable earlier by William Lallemand · 1 year ago
- 4887e35 BUG/MEDIUM: applet: Report a send activity everytime data were sent by Christopher Faulet · 1 year, 2 months ago
- 6d29ce2 BUG/MEDIUM: stconn: Report a send activity everytime data were sent by Christopher Faulet · 1 year, 2 months ago
- 6c90379 REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · 1 year ago
- 948a5a0 BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · 1 year ago
- 6d197f9 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · 1 year ago
- fb79f96 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 1 year ago
- d24b51a BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 1 year ago
- 482038c BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 1 year ago
- 7e491d6 DOC: quic: Wrong syntax for "quic-cc-algo" keyword. by Frédéric Lécaille · 1 year ago
- 12a9db5 BUG/MINOR: sink: don't learn srv port from srv addr by Aurelien DARRAGON · 1 year, 1 month ago
- a821a6f BUG/MEDIUM: applet: Remove appctx from buffer wait list on release by Christopher Faulet · 1 year ago
- e54afdc DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · 1 year ago
- 6b240e4 BUG/MINOR: quic: fix retry token check inconsistency by Amaury Denoyelle · 1 year, 1 month ago
- 01e1294 DOC: management: -q is quiet all the time by William Lallemand · 1 year, 1 month ago
- a93d8d2 BUG/MEDIUM: stconn: Don't update stream expiration date if already expired by Christopher Faulet · 1 year, 1 month ago
- 2101700 BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures by Frédéric Lécaille · 1 year, 1 month ago
- 30cc665 BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets by Frédéric Lécaille · 1 year, 1 month ago
- ddb9b1b BUG/MEDIUM: quic: Avoid trying to send ACK frames from an empty ack ranges tree by Frédéric Lécaille · 1 year, 1 month ago
- 11ffacf BUG/MINOR: quic: idle timer task requeued in the past by Frédéric Lécaille · 1 year, 1 month ago
- 2b17bf5 BUG/MEDIUM: pool: fix releasable pool calculation when overloaded by Willy Tarreau · 1 year, 1 month ago
- b55e9fa BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period by Christopher Faulet · 1 year, 1 month ago
- bc378bb BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 1 year, 1 month ago
- deb4e5e BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 3 months ago
- 62b950b BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
- dc654e8 BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
- 69f59f4 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 1 year, 1 month ago