]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move half-close timeout...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move src/dst addresses...
2022-04-13  Christopher... MINOR: stream: Simplify retries counter calculation
2022-04-13  Christopher... MINOR: stream-int/stream: Move conn_retries counter...
2022-04-13  Christopher... CLEANUP: http-ana: Remove http_alloc_txn() function
2022-04-13  Christopher... MINOR: stream-int/txn: Move buffer for L7 retries in...
2022-04-13  Christopher... MEDIUM: tree-wide: Use CS util functions instead of...
2022-04-13  Christopher... MINOR: conn-stream: Add header file with util functions...
2022-04-13  Christopher... MINOR: conn-stream: Add ISBACK conn-stream flag
2022-04-13  Christopher... MINOR: mux-pt: Rely on the endpoint instead of the...
2022-04-13  Christopher... MEDIUM: conn-stream: Move remaning flags from CS to...
2022-04-13  Christopher... MAJOR: conn-stream: Share endpoint struct between the...
2022-04-13  Christopher... REORG: applet: Uninline appctx_new function
2022-04-13  Christopher... MEDIUM: conn-stream: Pre-allocate endpoint to create...
2022-04-13  Christopher... MEDIUM: conn-stream: Be able to pass endpoint to create...
2022-04-13  Christopher... MINOR: conn-stream: Move some CS flags to the endpoint
2022-04-13  Christopher... MEDIUM: conn-stream: Add an endpoint structure in the...
2022-04-13  Christopher... REORG: Initialize the conn-stream by hand in cs_init()
2022-04-13  Christopher... MAJOR: conn-stream: Invert conn-stream endpoint and...
2022-04-13  Christopher... MEDIUM: applet: Set the appctx owner during allocation
2022-04-13  Christopher... MINOR: conn-stream: Add flags to set the type of the...
2022-04-13  Christopher... MINOR: applet: Make .init callback more generic
2022-04-13  Christopher... BUG/MINOR: mux-h1: Don't release unallocated CS on...
2022-04-13  Willy TarreauBUG/MINOR: cache: do not display expired entries in...
2022-04-13  Willy TarreauBUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were...
2022-04-12  Amaury DenoyelleBUG/MINOR: h3: fix build with DEBUG_H3
2022-04-12  Willy TarreauBUILD: halog: fix some incorrect signs in printf format...
2022-04-12  Willy TarreauBUILD/DEBUG: hpack: use unsigned int in printf format...
2022-04-12  Willy TarreauBUILD/DEBUG: hpack-tbl: fix format string in standalone...
2022-04-12  Willy TarreauBUILD: peers: adjust some printf format to silence...
2022-04-12  Willy TarreauBUILD/DEBUG: lru: fix printf format in debug code
2022-04-12  Willy TarreauMINOR: log: add '~' to frontend when the transport...
2022-04-12  Ilya ShipitsinCI: cirrus: switch to FreeBSD-13.0
2022-04-12  Willy TarreauBUG/MINOR: sock: do not double-close the accepted socke...
2022-04-12  Willy TarreauMINOR: ssl: refine the error testing for fc_err and...
2022-04-12  Willy TarreauBUILD: ssl: add an unchecked version of __conn_get_ssl_...
2022-04-11  Willy TarreauBUILD: ssl: fix build warning with previous changes...
2022-04-11  Willy TarreauMEDIUM: quic: move conn->qc into conn->handle
2022-04-11  Willy TarreauMEDIUM: xprt-quic: implement get_ssl_sock_ctx()
2022-04-11  Willy TarreauMEDIUM: ssl: stop using conn->xprt_ctx to access the...
2022-04-11  Willy TarreauMEDIUM: ssl: improve retrieval of ssl_sock_ctx and...
2022-04-11  Willy TarreauMINOR: quic-sock: provide a pair of get_src/get_dst...
2022-04-11  Willy TarreauMINOR: protocol: add get_src() and get_dst() at the...
2022-04-11  Willy TarreauMINOR: connection: rearrange conn_get_src/dst to be...
2022-04-11  Willy TarreauMINOR: mux-quic: properly set the flags and name fields
2022-04-11  Willy TarreauMEDIUM: connection: panic when calling FD-specific...
2022-04-11  Willy TarreauMINOR: connection: skip FD-based syscalls for FD-less...
2022-04-11  Willy TarreauMINOR: connection: use conn_fd() when displaying connec...
2022-04-11  Willy TarreauMINOR: stream: only dump connections' FDs when they...
2022-04-11  Willy TarreauMINOR: connection: add conn_fd() to retrieve the FD...
2022-04-11  Willy TarreauMINOR: connection: add a new flag CO_FL_FDLESS on fd...
2022-04-11  Willy TarreauMINOR: sock: check configured limits at the sock layer...
2022-04-11  Willy TarreauBUILD: makefile: silence unbearable OpenSSL deprecation...
2022-04-11  William LallemandCI: github actions: disable -Wno-deprecated
2022-04-11  Willy TarreauDOC: install: document the fact that SSL engines are...
2022-04-11  Willy TarreauBUILD: xprt-quic: replace ERR_func_error_string() with...
2022-04-11  Willy TarreauBUILD: makefile: pass USE_ENGINE to cflags
2022-04-11  William LallemandBUILD: ssl: add USE_ENGINE and disable the openssl...
2022-04-11  Willy TarreauBUG/MINOR: stats: define the description' background...
2022-04-11  Ilya ShipitsinDOC: adjust QUIC instruction in INSTALL
2022-04-11  Tim DuesterhusCI: Update to actions/cache@v3
2022-04-11  Tim DuesterhusCI: Update to actions/checkout@v3
2022-04-09  Willy TarreauCLEANUP: connection: reduce the with of the mux dump...
2022-04-09  Willy Tarreau[RELEASE] Released version 2.6-dev5 v2.6-dev5
2022-04-08  Remi Tricot... MEDIUM: global: Add a "close-spread-time" option to...
2022-04-08  Miroslav ZagoracRevert "BUILD: opentracing: display warning in case...
2022-04-08  Miroslav ZagoracMAJOR: opentracing: reenable usage of vars to transmit...
2022-04-08  Miroslav ZagoracDEBUG: opentracing: display the contents of the err...
2022-04-08  Miroslav ZagoracCLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum...
2022-04-08  Miroslav ZagoracDEBUG: opentracing: show return values of all functions...
2022-04-08  Miroslav ZagoracMINOR: opentracing: improved normalization of context...
2022-04-08  Miroslav ZagoracCLEANUP: opentracing: added variable to store variable...
2022-04-08  Miroslav ZagoracCLEANUP: opentracing: added flt_ot_smp_init() function
2022-04-08  Miroslav ZagoracMINOR: opentracing: only takes the variables lock on...
2022-04-08  Miroslav ZagoracRevert "MINOR: opentracing: change the scope of the...
2022-04-08  Miroslav ZagoracCLEANUP: opentracing: removed unused function flt_ot_va...
2022-04-08  Miroslav ZagoracCLEANUP: opentracing: removed unused function flt_ot_va...
2022-04-08  Miroslav ZagoracDOC: opentracing: corrected comments in function descri...
2022-04-08  Miroslav ZagoracEXAMPLES: opentracing: refined shell scripts for testin...
2022-04-08  Miroslav ZagoracBUG/BUILD: opentracing: fixed OT_DEFINE variable setting
2022-04-08  Miroslav ZagoracBUG/MINOR: opentracing: setting the return value in...
2022-04-08  Frédéric LécailleMINOR: quic_tls: Make key update use of reusable cipher...
2022-04-08  Frédéric LécailleMINOR: quic: Add short packet key phase bit values...
2022-04-08  Frédéric LécailleCLEANUP: quic: Do not set any cipher/group from ssl_qui...
2022-04-08  Frédéric LécailleMINOR: quic_tls: Stop hardcoding cipher IV lengths
2022-04-08  Frédéric LécailleMINOR: quic_tls: Add reusable cipher contexts to QUIC...
2022-04-08  Frédéric LécailleBUG/MEDIUM: quic: Possible crash from quic_free_arngs()
2022-04-08  Willy TarreauBUG/MINOR: quic: set the source not the destination...
2022-04-08  Amaury DenoyelleBUG/MEDIUM: mux-quic: properly release conn-stream...
2022-04-08  Amaury DenoyelleCLEANUP: mux-quic: remove uneeded TODO in qc_detach
2022-04-08  Christopher... BUG/MEDIUM: http-act: Don't replace URI if path is...
2022-04-08  Christopher... BUG/MEDIUM: http-conv: Fix url_enc() to not crush const...
2022-04-07  Christopher... BUG/MINOR: http_client: Don't add input data on an...
2022-04-07  Christopher... BUG/MEDIUM: mux-h1: Set outgoing message to DONE when...
2022-04-07  Christopher... BUG/MEDIUM: promex: Be sure to never set EOM flag on...
2022-04-07  Christopher... BUG/MEDIUM: hlua: Don't set EOM flag on an empty HTX...
2022-04-07  Christopher... BUG/MEDIUM: stats: Be sure to never set EOM flag on...
2022-04-07  Christopher... BUG/MINOR: fcgi-app: Don't add C-L header on response...
2022-04-07  Amaury DenoyelleMEDIUM: quic: report closing state for the MUX
2022-04-07  Amaury DenoyelleMEDIUM: mux-quic: report errors on conn-streams
next