]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move si_ops in the...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_shut* and si_chk...
2022-04-13  Christopher... MINOR: conn-stream: Rename CS functions dedicated to...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Handle I/O subscription...
2022-04-13  Christopher... MEDIUM: conn-stream: Be prepared to fail to attach...
2022-04-13  Christopher... MINOR: conn-stream/connection: Move SHR/SHW modes in...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_conn_ready(...
2022-04-13  Christopher... MINOR: stream-int/backend: Move si_connect() in the...
2022-04-13  Christopher... MINOR: stream-int/stream: Move si_retnclose() in the...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move stream-interface...
2022-04-13  Christopher... MEDIUM: stream-int: Move SI err_type in the stream
2022-04-13  Christopher... MINOR: stream: Only save previous connection state...
2022-04-13  Christopher... CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT...
2022-04-13  Christopher... MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on...
2022-04-13  Christopher... MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on...
2022-04-13  Christopher... MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on...
2022-04-13  Christopher... MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to...
2022-04-13  Christopher... MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN
2022-04-13  Christopher... MINOR: stream-int: Remove SI_FL_KILL_CON to rely on...
2022-04-13  Christopher... MINOR: channel: Use conn-streams as channel producer...
2022-04-13  Christopher... MEDIUM: conn-stream: Use endpoint error instead of...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Report error to the...
2022-04-13  Christopher... MEDIUM: stream-int/stream: Use connect expiration inste...
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...
next