]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-05-27  Willy TarreauCLEANUP: muxes: rename "get_first_cs" to "get_first_sc"
2022-05-27  Willy TarreauREORG: stconn: rename conn_stream.{c,h} to stconn....
2022-05-27  Willy TarreauREORG: rename cs_utils.h to sc_strm.h
2022-05-27  Willy TarreauCLEANUP: quic: drop the name "conn_stream" from the...
2022-05-27  Willy TarreauCLEANUP: stconn: rename final state manipulation functi...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_{shut,chk}* to sc_*
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_*
2022-05-27  Willy TarreauCLEANUP: stconn: rename remaining management functions...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_{new,create,free,destroy...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_cant_get() to se_need_more_d...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_{want,stop}_get() to se_...
2022-05-27  Willy TarreauCLEANUP: stconn: remove cs_tx_blocked() and cs_tx_endp_...
2022-05-27  Willy TarreauCLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CO...
2022-05-27  Willy TarreauMEDIUM: stconn: move the RXBLK flags to the stream...
2022-05-27  Willy TarreauCLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_...
2022-05-27  Willy TarreauMINOR: stconn: add sc_is_recv_allowed() to check for...
2022-05-27  Willy TarreauMINOR: stconn: start to rename cs_rx_endp_{more,done...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_rx_chan_{blk,rdy} to sc_...
2022-05-27  Willy TarreauCLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_...
2022-05-27  Willy TarreauMEDIUM: stconn: take SE_FL_APPLET_NEED_CONN out of...
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...
next