haproxy-3.0.git
2023-05-24 Frédéric LécailleCLEANUP: quic: Useless tests in qc_rx_pkt_handle()
2023-05-24 Frédéric LécailleCLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn()
2023-05-24 Frédéric LécailleMINOR: quic: Align "show quic" command help information
2023-05-24 Frédéric LécailleBUG/MINOR: quic: Missing Retry token length on receipt
2023-05-24 Frédéric LécailleBUG/MINOR: quic: Wrong token length check (quic_generat...
2023-05-24 Frédéric LécailleMINOR: quic: Add low level traces (addresses, DCID)
2023-05-24 Willy TarreauBUILD: makefile: do not erase build options for some...
2023-05-24 Willy TarreauCLEANUP: makefile: don't display a dummy features list...
2023-05-24 Amaury DenoyelleDEV: add a Lua helper script for SSL keys logging
2023-05-24 Christopher... BUG/MEDIUM: mux-h2: Propagate termination flags when...
2023-05-24 Christopher... MINOR: mux-h2: Add a function to propagate termination...
2023-05-24 Christopher... MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding...
2023-05-24 Christopher... BUG/MINOR: mux-h2: Check H2_SF_BODY_TUNNEL on H2S flags...
2023-05-24 Willy TarreauBUILD: makefile: fix build issue on GNU make < 3.82
2023-05-24 Amaury DenoyelleMINOR: mux-quic: report error on stream-endpoint earlier
2023-05-24 Amaury DenoyelleMINOR: mux-quic: only set EOS on RESET_STREAM recv
2023-05-24 Amaury DenoyelleMINOR: mux-quic: set both EOI EOS for stream fin
2023-05-23 Ilya ShipitsinBUILD: quic: re-enable chacha20_poly1305 for libressl
2023-05-23 Mariam JohnDOC/MINOR: config: Fix typo in description for `ssl_bc...
2023-05-23 Willy TarreauDOC: internal: add a bit of documentation for the stcon...
2023-05-23 Willy TarreauMEDIUM: stconn: make the SE_FL_ERR_PENDING to ERROR...
2023-05-23 Christopher... MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone
2023-05-22 Amaury DenoyelleMINOR: quic: fix alignment of oneline show quic
2023-05-22 Amaury DenoyelleBUG/MINOR: quic: handle Tx packet allocation failure...
2023-05-22 Amaury DenoyelleMINOR: quic: use WARN_ON for encrypt failures
2023-05-22 Amaury DenoyelleMINOR: quic: remove return val of quic_aead_iv_build()
2023-05-22 Amaury DenoyelleCLEANUP: mux-quic/h3: complete BUG_ON with comments
2023-05-17 Daniel EppersonDOC: add size format section to manual
2023-05-17 Christopher... [RELEASE] Released version 2.8-dev12 v2.8-dev12
2023-05-17 Aurelien DARRAGONBUG/MINOR: debug: fix pointer check in debug_parse_cli_...
2023-05-17 Aurelien DARRAGONBUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_run...
2023-05-17 Christopher... MEDIUM: resolvers: Stop scheduling resolution during...
2023-05-17 Christopher... MEDIUM: checks: Stop scheduling healthchecks during...
2023-05-17 Ilya ShipitsinCI: drop Fedora m32 pipeline in favour of cross matrix
2023-05-17 Christopher... REGTESTS: log: Reduce again response inspect-delay...
2023-05-17 Christopher... CLEANUP: fcgi-app; Remove useless assignment to NULL
2023-05-17 Willy TarreauBUG/MINOR: clock: automatically adjust the internal...
2023-05-17 Willy TarreauMINOR: clock: provide a function to automatically adjus...
2023-05-17 Willy TarreauBUG/MINOR: checks: postpone the startup of health check...
2023-05-17 Willy TarreauMINOR: stats: report the boot time in "show info"
2023-05-17 Willy TarreauMINOR: clock: measure the total boot time
2023-05-17 Willy TarreauCLEANUP: stats: update the trash chunk where it's used
2023-05-17 Christopher... CLEANUP: check; Remove some useless assignments to...
2023-05-17 Aurelien DARRAGONBUG/MINOR: server: memory leak in _srv_update_status_op...
2023-05-17 Aurelien DARRAGONCLEANUP: server: remove useless tmptrash assigments...
2023-05-17 Christopher... DOC: config: Clarify conditions to shorten the inspect...
2023-05-17 Christopher... REGTESTS: log: Reduce response inspect-delay for last_r...
2023-05-17 Christopher... BUG/MINOR: tcp-rules: Don't shortened the inspect-delay...
2023-05-17 Willy TarreauMINOR: checks: make sure spread-checks is used also...
2023-05-16 Amaury DenoyelleBUG/MEDIUM: mux-quic: fix EOI for request without payload
2023-05-16 Amaury DenoyelleMINOR: mux-quic: uninline qc_attach_sc()
2023-05-16 Amaury DenoyelleMINOR: mux-quic: properly report end-of-stream on recv
2023-05-16 Amaury DenoyelleMINOR: mux-quic: add trace to stream rcv_buf operation
2023-05-15 Dragan DosenBUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_A...
2023-05-15 William LallemandBUILD: ssl: get0_verified chain is available on libreSSL
2023-05-15 Amaury DenoyelleBUG/MINOR: h3: missing goto on buf alloc failure
2023-05-15 Amaury DenoyelleBUG/MINOR: mux-quic: handle properly Tx buf exhaustion
2023-05-15 William LallemandBUILD: ssl: ssl_c_r_dn fetches uses functiosn only...
2023-05-15 Willy TarreauBUG/MEDIUM: mux-h2: make sure control frames do not...
2023-05-15 Abhijeet RastogiMINOR: ssl: add new sample ssl_c_r_dn
2023-05-15 William LallemandMEDIUM: proxy: stop emitting logs for internal proxies...
2023-05-15 Christopher... MINOR: stconn: Remove useless test on sedesc on detach...
2023-05-14 William LallemandMEDIUM: mworker/cli: does not disconnect the master...
2023-05-13 Ilya ShipitsinCI: enable monthly Fedora Rawhide clang builds
2023-05-12 William LallemandMEDIUM: session/ssl: return the SSL error string during...
2023-05-12 Amaury DenoyelleBUG/MINOR: mux-quic: free task on qc_init() app ops...
2023-05-12 Amaury DenoyelleBUG/MINOR: mux-quic: differentiate failure on qc_stream...
2023-05-12 Amaury DenoyelleBUG/MINOR: quic: do not alloc buf count on alloc failure
2023-05-12 Amaury DenoyelleBUG/MINOR: mux-quic: handle properly recv ncbuf alloc...
2023-05-12 Amaury DenoyelleBUG/MINOR: mux-quic: properly handle buf alloc failure
2023-05-12 Amaury DenoyelleMINOR: mux-quic: remove dedicated function to handle...
2023-05-12 Amaury DenoyelleMINOR: htx: add function to set EOM reliably
2023-05-12 Frédéric LécailleBUG/MINOR: quic: Wrong redispatch for external data...
2023-05-12 Aurelien DARRAGONBUG/MINOR: log: fix memory error handling in parse_logsrv()
2023-05-12 Aurelien DARRAGONBUG/MINOR: errors: handle malloc failure in usermsgs_put()
2023-05-12 Aurelien DARRAGONEXAMPLES: fix race condition in lua mailers script
2023-05-12 Aurelien DARRAGONDOC: lua: fix core.{proxies,frontends,backends} visibility
2023-05-12 Aurelien DARRAGONMINOR: ncbuf: missing malloc checks in standalone code
2023-05-12 Willy TarreauBUILD: debug: fix build issue on 32-bit platforms in...
2023-05-11 William LallemandMINOR: httpclient: allow to disable the DNS resolvers...
2023-05-11 Willy TarreauMINOR: cli: make "show fd" identify QUIC connections...
2023-05-11 Willy TarreauMINOR: master/cli: also implement the timed prompt...
2023-05-11 Willy TarreauMINOR: cli: add an option to display the uptime in...
2023-05-11 Willy TarreauBUG/MINOR: cli: don't complain about empty command...
2023-05-11 Aurelien DARRAGONCLEANUP: acl: discard prune_acl_cond() function
2023-05-11 Aurelien DARRAGONMINOR: tree-wide: use free_acl_cond() where relevant
2023-05-11 Aurelien DARRAGONCLEANUP: http_act: use http_free_redirect_rule() to...
2023-05-11 Aurelien DARRAGONBUG/MINOR: http_rules: fix errors paths in http_parse_r...
2023-05-11 Aurelien DARRAGONMINOR: proxy: add http_free_redirect_rule() function
2023-05-11 Aurelien DARRAGONBUG/MINOR: proxy: missing free in free_proxy for redire...
2023-05-11 Christopher... MINOR: stconn: Add a cross-reference between SE descriptor
2023-05-11 Christopher... BUG/MEDIUM: mux-fcgi: Don't request more room if mux...
2023-05-11 Christopher... BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL...
2023-05-11 Willy TarreauMINOR: stats: report the listener's protocol along...
2023-05-11 Amaury DenoyelleMEDIUM: mux-quic: adjust transport layer error handling
2023-05-11 Amaury DenoyelleMEDIUM: quic: streamline error notification
2023-05-11 Amaury DenoyelleMINOR: mux-quic: simplify return path of qc_send()
2023-05-11 Amaury DenoyelleMINOR: mux-quic: factorize send subscribing
2023-05-11 Amaury DenoyelleMINOR: mux-quic: do not send STREAM frames if already...
2023-05-11 Amaury DenoyelleMINOR: mux-quic: add traces for stream wake
next