]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2022-05-20  Willy TarreauCLEANUP: listener: replace bind_conf->quic_force_retry...
2022-05-20  Willy TarreauCLEANUP: listener: replace bind_conf->generate_cers...
2022-05-20  Willy TarreauCLEANUP: listener: replace all uses of bind_conf->is_ss...
2022-05-20  Willy TarreauMINOR: listener: add a new "options" entry in bind_conf
2022-05-20  Willy TarreauCLEANUP: listener: add a comment about what the BC_SSL_...
2022-05-20  Willy TarreauMINOR: config: use the new bind_parse_args_list() to...
2022-05-20  Willy TarreauMINOR: listener: provide a function to process all...
2022-05-20  Willy TarreauMINOR: protocol: replace ctrl_type with xprt_type and...
2022-05-20  Willy TarreauCLEANUP: config: provide cleare hints about unsupported...
2022-05-20  Willy TarreauCLEANUP: config: improve address parser error report...
2022-05-20  Willy TarreauBUG/MINOR: peers: fix error reporting of "bind" lines
2022-05-20  Amaury DenoyelleMINOR: mux-quic: close connection on error if different...
2022-05-20  Amaury DenoyelleMINOR: mux-quic: emit STREAM_LIMIT_ERROR
2022-05-20  Amaury DenoyelleMINOR: mux-quic: emit FLOW_CONTROL_ERROR
2022-05-20  Amaury DenoyelleMINOR: quic/mux-quic: define CONNECTION_CLOSE send API
2022-05-20  Frédéric LécailleMINOR: quic: Dynamic Retry implementation
2022-05-20  Frédéric LécailleMINOR: quic: Add tune.quic.retry-threshold keyword
next