haproxy-3.0.git
2022-05-17 Maciej ZdebMEDIUM: peers: Balance applets across threads
2022-05-17 Maciej ZdebMINOR: peers: Track number of applets run by thread
2022-05-17 Christopher... MEDIUM: applet: Add support for async appctx startup...
2022-05-17 Christopher... MINOR: applet: Add API to start applet on a thread...
2022-05-17 Christopher... MEDIUM: peers: Refactor peer appctx creation
2022-05-17 Christopher... MINOR: peers: Add a ref to peers section in the peer...
2022-05-17 Christopher... MEDIUM: sink: Refactor sink forwarder appctx creation
2022-05-17 Christopher... MINOR: sink: Add a ref to sink in the sink_forward_targ...
2022-05-17 Christopher... MEDIUM: httpclient: Refactor http-client appctx creation
2022-05-17 Christopher... MEDIUM: lua: Refactor cosocket appctx creation
2022-05-17 Christopher... MEDIUM: spoe: Refactor SPOE appctx creation
2022-05-17 Christopher... MEDIUM: dns: Refactor dns appctx creation
2022-05-17 Christopher... MINOR: applet: Add function to release appctx on error...
2022-05-17 Christopher... MINOR: applet: Add a function to finalize frontend...
2022-05-17 Christopher... MINOR: applet: Add appctx_init() helper fnuction
2022-05-17 Christopher... MINOR: stream: Export stream_free()
2022-05-17 Christopher... MINOR: applet: Change return value for .init callback...
2022-05-17 Christopher... MINOR: applet: Let the frontend appctx release the...
2022-05-17 Christopher... MINOR: applet: Prepare appctx to own the session on...
2022-05-17 Christopher... CLEANUP: conn-stream: Remove cs_applet_shut declaration...
2022-05-17 Remi Tricot... BUG/MINOR: ssl: Fix crash when no private key is found...
2022-05-17 David CarlierMINOR: tools: add get_exec_path implementation for...
2022-05-17 David CarlierBUILD: fix build warning on solaris based systems with...
2022-05-17 Tim DuesterhusCLEANUP: Remove unused function hlua_get_top_error_string
2022-05-17 Tim DuesterhusCLEANUP: Add missing header to hlua_fcn.c
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 :-(
next