]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-05-17  Tim DuesterhusCLEANUP: Add missing header to ssl_utils.c
2022-05-17  Remi Tricot... MINOR: ssl: Add 'ssl-provider' global option
2022-05-17  Remi Tricot... MINOR: ssl: Add 'ssl-propquery' global option
2022-05-17  Remi Tricot... MEDIUM: ssl: Delay random generator initialization...
2022-05-16  Christopher... MEDIUM: http-ana: Add a proxy option to restrict chars...
2022-05-16  Amaury DenoyelleMINOR: ncbuf: fix warnings for testing build
2022-05-16  Amaury DenoyelleBUG/MEDIUM: ncbuf: fix null buffer usage
2022-05-14  Ilya ShipitsinCI: determine actual LibreSSL version dynamically
2022-05-14  Willy Tarreau[RELEASE] Released version 2.6-dev10 v2.6-dev10
2022-05-13  Amaury DenoyelleCLEANUP: quic: remove unused quic_rx_strm_frm
2022-05-13  Amaury DenoyelleCLEANUP: mux-quic: remove unused fields for Rx
2022-05-13  Amaury DenoyelleMEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams
2022-05-13  Amaury DenoyelleMEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir...
2022-05-13  Amaury DenoyelleMINOR: xprt_quic: adjust flow-control according to...
2022-05-13  Amaury DenoyelleBUG/MINOR: ncbuf: fix coverity warning on uninit sz_data
2022-05-13  Willy TarreauMINOR: config: make sure never to mix dgram and stream...
2022-05-13  Willy TarreauMINOR: tools: improve error message accuracy in str2sa_...
2022-05-13  Willy TarreauBUG/MEDIUM: mux-quic: fix a thinko in the latest cs...
2022-05-13  Willy TarreauMINOR: ext-check: indicate the transport and protocol...
2022-05-13  Willy TarreauCLEANUP: conn_stream: merge cs_new_from_{mux,applet...
2022-05-13  Willy TarreauCLEANUP: applet: remove the unneeded appctx->owner
2022-05-13  Willy TarreauMINOR: applet: add appctx_strm() and appctx_cs() to...
2022-05-13  Willy TarreauMINOR: applet: replace cs_applet_shut() with appctx_shut()
2022-05-13  Willy TarreauCLEANUP: muxes: make mux->attach/detach take a conn_str...
2022-05-13  Willy TarreauMINOR: mux-pt: remove the now unneeded conn_stream...
2022-05-13  Willy TarreauMINOR: mux-quic: remove the now unneeded conn_stream...
2022-05-13  Willy TarreauMINOR: mux-fcgi: remove the now unneeded conn_stream...
2022-05-13  Willy TarreauMINOR: mux-fcgi: make sure any stream always has an...
2022-05-13  Willy TarreauMINOR: mux-h2: remove the now unneeded conn_stream...
2022-05-13  Willy TarreauMINOR: mux-h2: make sure any h2s always has an endpoint
2022-05-13  Willy TarreauMINOR: mux-h1: remove the now unneeded h1s->cs
2022-05-13  Willy TarreauMINOR: conn_stream: add a pointer back to the cs from...
2022-05-13  Willy TarreauCLEANUP: applet: use the appctx's endp instead of cs...
2022-05-13  Willy TarreauCLEANUP: mux-quic: always take the endp from the qcs...
2022-05-13  Willy TarreauCLEANUP: mux-fcgi: always take the endp from the fstrm...
2022-05-13  Willy TarreauCLEANUP: mux-pt: always take the endp from the context...
2022-05-13  Willy TarreauCLEANUP: mux-h2: always take the endp from the h2s...
2022-05-13  Willy TarreauCLEANUP: mux-h1: always take the endp from the h1s...
2022-05-13  Willy TarreauMINOR: conn_stream: make cs_set_error() work on the...
2022-05-13  Christopher... CLEANUP: mux-h1: Fix comments and error messages for...
2022-05-13  Christopher... MINOR: mux-h1: Add global option accpet payload for...
2022-05-13  William LallemandBUG/MEDIUM: wdt: don't trigger the watchdog when p...
2022-05-13  Boyang LiDOC/MINOR: fix typos in the lua-api document
2022-05-13  Boyang LiBUG/MEDIUM: lua: fix argument handling in data removal...
2022-05-12  Amaury DenoyelleMINOR: ncbuf: write unit tests
2022-05-12  Amaury DenoyelleMINOR: ncbuf: implement advance
2022-05-12  Amaury DenoyelleMINOR: ncbuf: define various insertion modes
2022-05-12  Amaury DenoyelleMINOR: ncbuf: implement insertion
2022-05-12  Amaury DenoyelleMINOR: ncbuf: optimize storage for the last gap
2022-05-12  Amaury DenoyelleMINOR: ncbuf: complete API and define block interal...
2022-05-12  Amaury DenoyelleMINOR: ncbuf: define non-contiguous buffer
2022-05-12  Frédéric LécailleCLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times
2022-05-12  Frédéric LécailleCLEANUP: quic: Useless use of pointer for quic_hkdf_ext...
2022-05-12  Frédéric LécailleCLEANUP: quic: wrong use of eb*entry() macro
2022-05-12  Frédéric LécailleMINOR: quic: Short packets always embed a trailing...
2022-05-12  Frédéric LécailleMINOR: quic: Send stateless reset tokens
2022-05-12  Frédéric LécailleMINOR: quic: Stateless reset token copy to transport...
2022-05-12  Frédéric LécailleMINOR: qc_new_conn() rework for stateless reset
2022-05-12  Frédéric LécailleMINOR: quic: Initialize stateless reset tokens with...
2022-05-12  Frédéric LécailleMINOR: quic: new_quic_cid() code moving
2022-05-12  Frédéric LécailleMINOR: quic-tls: Add quic_hkdf_extract_and_expand(...
2022-05-12  Frédéric LécailleMINOR: config: Add "cluster-secret" new global keyword
2022-05-12  Frédéric LécailleMINOR: quic: Add correct ack delay values to ACK frames
2022-05-12  Frédéric LécailleMINOR: quic: Congestion controller event trace fix...
2022-05-12  Frédéric LécailleBUG/MINOR: quic: Wrong unit for ack delay for incoming...
2022-05-12  Frédéric LécailleBUG/MINOR: quic: Dropped peer transport parameters
2022-05-12  Frédéric LécailleMINOR: quic: Add a debug counter for sendto() errors
2022-05-12  William LallemandDOC: configuration: add the httpclient keywords to...
2022-05-12  Willy TarreauMINOR: mux-h2: report a trace event when failing to...
2022-05-12  Willy TarreauBUG/MINOR: mux-h2: mark the stream as open before proce...
2022-05-11  Emeric BrunBUG/MAJOR: dns: multi-thread concurrency issue on UDP...
2022-05-11  vigneshspBUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value...
2022-05-11  Willy TarreauBUILD: makefile: add -Wfatal-errors to the default...
2022-05-11  Willy TarreauDOC: install: update gcc version requirements
2022-05-09  Willy TarreauBUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
2022-05-09  Willy TarreauBUILD: listener: shut report of possible null-deref...
2022-05-09  Willy TarreauBUILD: debug: work around gcc-12 excessive -Warray...
2022-05-09  Willy TarreauBUILD: ssl: work around bogus warning in gcc 12's ...
2022-05-09  Willy TarreauBUILD: stats: conditionally mark obsolete stats states...
2022-05-09  Willy TarreauMINOR: compiler: add a new macro to set an attribute...
2022-05-09  Remi Tricot... BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
2022-05-09  William LallemandMEDIUM: ssl: ignore dotfiles when loading a dir w/ crt
2022-05-09  William LallemandMINOR: ssl: ignore dotfiles when loading a dir w/ ca...
2022-05-08  Willy Tarreau[RELEASE] Released version 2.6-dev9 v2.6-dev9
2022-05-08  Ilya ShipitsinCI: dynamically determine actual version of h2spec
2022-05-08  Willy TarreauDOC: fix typo "ant" for "and" in INSTALL
2022-05-08  David CARLIERMINOR: tcp: socket translate TCP_KEEPIDLE for macOs...
2022-05-06  Willy TarreauDOC: internal: document the new cleaner approach to...
2022-05-06  Willy TarreauCLEANUP: stats: rename the stats state values an mark...
2022-05-06  Willy TarreauCLEANUP: cli: move the status print context into its...
2022-05-06  Willy TarreauMINOR: lua: move the http service context out of appctx.ctx
2022-05-06  Willy TarreauMINOR: lua: move the tcp service storage outside of...
2022-05-06  Willy TarreauMEDIUM: lua: move the cosocket storage outside of appct...
2022-05-06  Willy TarreauCLEANUP: cache: take the context out of appctx.ctx
2022-05-06  Willy TarreauBUILD: applet: mark the appctx's st2 variable as deprecated
2022-05-06  Willy TarreauBUILD: applet: mark the CLI's generic variables as...
2022-05-06  Willy TarreauCLEANUP: spoe: do not use appctx.ctx anymore
2022-05-06  Willy TarreauCLEANUP: peers: do not use appctx.ctx anymore
2022-05-06  Willy TarreauCLEANUP: httpclient: do not use the appctx.ctx anymore
2022-05-06  Willy TarreauCLEANUP: httpclient/cli: use a locally-defined context...
next