haproxy-3.0.git
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...
2022-05-06 Willy TarreauCLEANUP: cli: make "show cli sockets" use its own context
2022-05-06 Willy TarreauCLEANUP: cli: simplify the "show cli sockets" I/O handler
2022-05-06 Willy TarreauCLEANUP: cli: make "show env" use its own context
2022-05-06 Willy TarreauCLEANUP: cli: make "show fd" use its own context
2022-05-06 Willy TarreauCLEANUP: proxy/cli: make "show backend" only use the...
2022-05-06 Willy TarreauCLEANUP: proxy/cli: get rid of appctx->st2 in "show...
2022-05-06 Willy TarreauCLEANUP: proxy/cli: make use of a locally defined conte...
2022-05-06 Willy TarreauCLEANUP: cache/cli: make use of a locally defined conte...
2022-05-06 Willy TarreauCLEANUP: resolvers/cli: remove the unneeded appctx...
2022-05-06 Willy TarreauCLEANUP: resolvers/cli: make "show resolvers" use a...
2022-05-06 Willy TarreauCLEANUP: ring/cli: use a locally-defined context instea...
2022-05-06 Willy TarreauCLEANUP: ring: pass the ring watch flags to ring_attach...
2022-05-06 Willy TarreauCLEANUP: debug/cli: make "debug dev memstats" not use...
2022-05-06 Willy TarreauCLEANUP: debug/cli: make "debug dev fd" not use ctx...
2022-05-06 Willy TarreauCLEANUP: activity/cli: make "show profiling" not use...
2022-05-06 Willy TarreauCLEANUP: sink: use the generic context to store the...
2022-05-06 Willy TarreauCLEANUP: dns: stop abusing the sink forwarder's context
2022-05-06 Willy TarreauCLEANUP: ssl/cli: make "add ssl crtlist" not use st2...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: make "add ssl crtlist" use its own...
next