]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-05-27  Willy TarreauMINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_...
2022-05-27  Willy TarreauMEDIUM: stconn: remove SE_FL_RXBLK_SHUT
2022-05-27  Willy TarreauMEDIUM: stconn: always rely on CF_SHUTR in addition...
2022-05-27  Willy TarreauMINOR: stconn: remove calls to cs_done_get()
2022-05-27  Willy TarreauMINOR: stconn: consider CF_SHUTW for sc_is_send_allowed()
2022-05-27  Willy TarreauCLEANUP: stconn: use a single function to know if SC...
2022-05-27  Willy TarreauCLEANUP: stconn: make a few functions take a const...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_conn_get_first() to conn_get...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_conn_*() to sc_conn_*()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_get_data_name() to sc_get_da...
2022-05-27  Willy TarreauCLEANUP: stconn: rename __cs_endp_target() to __sc_endp()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_appctx() to sc_appctx()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_mux() to sc_mux_strm()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_conn() to sc_conn()
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_{check,strm,strm_task} to...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c}
2022-05-27  Willy TarreauCLEANUP: applet: use applet_put*() everywhere possible
2022-05-27  Willy TarreauMINOR: applet: add new wrappers to put chk/blk/str...
2022-05-27  Willy TarreauMEDIUM: stconn: merge the app_ops and the data_cb fields
2022-05-27  Willy TarreauMINOR: conn_stream: test the various ops functions...
2022-05-27  Willy TarreauMINOR: check: export wake_srv_chk()
2022-05-27  Willy TarreauCLEANUP: stconn: tree-wide rename stconn states CS_ST...
2022-05-27  Willy TarreauCLEANUP: stconn: tree-wide rename stream connector...
2022-05-27  Willy TarreauCLEANUP: stream: rename "csf" and "csb" to "scf" and...
2022-05-27  Willy TarreauCLEANUP: stdesc: rename the stream connector ->cs field...
2022-05-27  Willy TarreauCLEANUP: mux-pt: add and use pt_sc() to retrieve the...
2022-05-27  Willy TarreauCLEANUP: mux-fcgi: add and use fcgi_strm_sc() to retrie...
2022-05-27  Willy TarreauCLEANUP: mux-h2: add and use h2s_sc() to retrieve the...
2022-05-27  Willy TarreauCLEANUP: mux-h1: add and use h1s_sc() to retrieve the...
2022-05-27  Willy TarreauCLEANUP: conn_stream: tree-wide rename to stconn (strea...
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename cs_app_* to sc_app_*
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename the conn_stream's endp...
2022-05-27  Willy TarreauCLEANUP: applet: rename the sedesc pointer from "endp...
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename cs_endpoint to sedesc...
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename the cs_endpoint's target...
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename the stream endpoint flags...
2022-05-27  Willy TarreauCLEANUP: conn_stream: apply endp_flags.cocci tree-wide
2022-05-27  Willy TarreauDEV: coccinelle: add endp_flags.cocci
2022-05-27  Willy TarreauCLEANUP: conn_stream: apply cs_endp_flags.cocci tree...
2022-05-27  Willy TarreauDEV: coccinelle: add cs_endp_flags.cocci
2022-05-27  Willy TarreauMINOR: conn_stream: add new sets of functions to set...
2022-05-27  Willy TarreauCLEANUP: conn_stream: rename the cs_endpoint's context...
2022-05-27  Willy TarreauCLEANUP: conn_stream: remove unneeded exclusion of...
2022-05-27  Tim DuesterhusREGTESTS: Do not use REQUIRE_VERSION for HAProxy 2...
2022-05-27  Thayne McCombsBUG/MEDIUM: sample: Fix adjusting size in word converter
2022-05-26  William LallemandBUG/MINOR: ssl/lua: use correctly cert_ext in CertCache...
2022-05-26  Willy TarreauCLEANUP: init: address another coverity warning about...
2022-05-25  William LallemandDOC: configuration: add a warning for @system-ca on...
2022-05-25  Christopher... Revert "BUG/MINOR: task: Don't defer tasks release...
2022-05-25  Amaury DenoyelleMINOR: h3: refactor SETTINGS parsing/error reporting
2022-05-25  Amaury DenoyelleMINOR: h3: abort read on unknown uni stream
2022-05-25  Amaury DenoyelleCLEANUP: h3: remove h3 uni tasklet
2022-05-25  Amaury DenoyelleMEDIUM: quic: refactor uni streams RX
2022-05-25  Amaury DenoyelleMINOR: h3: define non-h3 generic parsing function
2022-05-25  Amaury DenoyelleMINOR: h3: check if frame is valid for stream type
2022-05-25  Amaury DenoyelleMINOR: h3: refactor uni streams initialization
2022-05-25  Amaury DenoyelleMINOR: h3: define stream type
2022-05-25  Amaury DenoyelleMINOR: h3/qpack: use qcs as type in decode callbacks
2022-05-25  Amaury DenoyelleBUG/MINOR: mux-quic: refactor uni streams TX/send H3...
2022-05-25  Amaury DenoyelleMINOR: mux-quic: emit STREAM_STATE_ERROR in qcc_recv
2022-05-25  Amaury DenoyelleMINOR: h3: reject too big frames
2022-05-25  Amaury DenoyelleMINOR: mux-quic: disable read on CONNECTION_CLOSE emission
2022-05-25  Amaury DenoyelleMINOR: quic: support CONNECTION_CLOSE_APP emission
2022-05-25  Amaury DenoyelleMINOR: h3: refactor h3_control_send()
2022-05-25  Amaury DenoyelleBUG/MINOR: h3: prevent overflow when parsing SETTINGS
2022-05-25  Amaury DenoyelleCLEANUP: h3: rename uni stream type constants
2022-05-25  Amaury DenoyelleCLEANUP: h3: rename struct h3 -> h3c
2022-05-25  Amaury DenoyelleMINOR: mux-quic: adjust return value of decode_qcs
2022-05-25  Amaury DenoyelleMINOR: mux-quic: add traces in qc_recv()
2022-05-25  Amaury DenoyelleMINOR: mux-quic: delay cs_endpoint allocation
2022-05-25  Amaury DenoyelleMINOR: mux-quic: do not alloc quic_stream_desc for...
2022-05-25  Amaury DenoyelleMINOR: h3: mark ncbuf as const on h3_b_dup
2022-05-25  Christopher... BUG/MINOR: task: Don't defer tasks release when HAProxy...
2022-05-25  Emeric BrunBUG/MEDIUM: peers: prevent unitialized multiple listene...
2022-05-25  Emeric BrunBUG/MEDIUM: peers: fix segfault using multiple bind...
2022-05-24  Christopher... BUG/MEDIUM: resolvers: Don't defer resolutions release...
2022-05-24  Willy TarreauMEDIUM: h1: enlarge the scope of accepted version chars...
2022-05-24  Tim DuesterhusBUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols
2022-05-24  Willy TarreauCLEANUP: init: address a coverity warning about possibl...
2022-05-23  Amaury DenoyelleRevert "MINOR: mux-quic: activate qmux traces on stdout...
2022-05-23  Amaury DenoyelleRevert "MINOR: quic: activate QUIC traces at compilation"
2022-05-23  Amaury DenoyelleBUG/MEDIUM: mux-quic: adjust buggy proxy closing support
2022-05-23  Tim DuesterhusCLEANUP: tools: Crash if inet_ntop fails due to ENOSPC...
2022-05-23  Tim DuesterhusBUG/MEDIUM: tools: Fix `inet_ntop` usage in sa2str
2022-05-23  Tim DuesterhusCLEANUP: tools: Clean up non-QUIC error message handlin...
2022-05-20  Willy Tarreau[RELEASE] Released version 2.6-dev11 v2.6-dev11
2022-05-20  Ilya ShipitsinCI: determine actual OpenSSL version dynamically
2022-05-20  David CARLIERBUILD/MINOR: cpuset fix build for FreeBSD 13.1
2022-05-20  Frédéric LécailleBUG/MINOR: quic: Missing <conn_opening> stats counter...
2022-05-20  Frédéric LécailleBUG/MINOR: quic: Fixe a typo in qc_idle_timer_task()
2022-05-20  Willy TarreauMINOR: listener: automatically enable SSL if a QUIC...
2022-05-20  Willy TarreauMINOR: listener: automatically select a QUIC mux with...
2022-05-20  Willy TarreauMINOR: config: detect and report mux and transport...
2022-05-20  Willy TarreauMINOR: connection: add flag MX_FL_FRAMED to mark muxes...
2022-05-20  Willy TarreauMINOR: listener/ssl: set the SSL xprt layer only once...
2022-05-20  Willy TarreauMINOR: listener: set the QUIC xprt layer immediately...
2022-05-20  Willy TarreauMINOR: listener: detect stream vs dgram conflict during...
2022-05-20  Willy TarreauCLEANUP: listener: store stream vs dgram at the bind_co...
next