haproxy-3.0.git
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...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: make "show ssl ocsp-response" not...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: make "show tlskeys" not use appctx...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: add a new "dump_entries" field to...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for ...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: stop using appctx->st2 for "commit...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "commit ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "set ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "set ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "set ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: stop using appctx->st2 for "commit...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "commit ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "show ssl...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "show crlfile"
2022-05-06 Willy TarreauCLEANUP: ssl/cli: use a local context for "show cafile"
2022-05-06 Willy TarreauCLEANUP: hlua/cli: take the hlua_cli context definition...
2022-05-06 Willy TarreauCLEANUP: stats/cli: stop using appctx->st2
2022-05-06 Willy TarreauCLEANUP: stats/cli: take the "show stat" context defini...
2022-05-06 Willy TarreauCLEANUP: promex: stop using appctx->st2
2022-05-06 Willy TarreauCLEANUP: promex: make the applet use its own context
2022-05-06 Willy TarreauCLEANUP: cli: initialize the whole appctx->ctx, not...
2022-05-06 Willy TarreauCLEANUP: peers/cli: remove unneeded state STATE_INIT
2022-05-06 Willy TarreauCLEANUP: peers/cli: stop using appctx->st2 for the...
2022-05-06 Willy TarreauCLEANUP: peers/cli: take the "show peers" context defin...
2022-05-06 Willy TarreauCLEANUP: map/cli: always detach the backref from the...
2022-05-06 Willy TarreauCLEANUP: map/cli: stop using appctx->st2 for the dump...
2022-05-06 Willy TarreauCLEANUP: map/cli: stop using cli.i0/i1 to store the...
2022-05-06 Willy TarreauCLEANUP: map/cli: take the "show map" context definitio...
2022-05-06 Willy TarreauCLEANUP: stick-table/cli: remove the unneeded STATE_INI...
2022-05-06 Willy TarreauCLEANUP: stick-table/cli: stop using appctx->st2 for...
2022-05-06 Willy TarreauCLEANUP: stick-table/cli: take the "show table" context...
2022-05-06 Willy TarreauCLEANUP: proxy/cli: take the "show errors" context...
2022-05-06 Willy TarreauCLEANUP: stream/cli: remove the now unneeded dump state...
2022-05-06 Willy TarreauCLEANUP: stream/cli: remove the unneeded STATE_FIN...
2022-05-06 Willy TarreauCLEANUP: stream/cli: remove the unneeded init state...
2022-05-06 Willy TarreauCLEANUP: stream/cli: stop using appctx->st2 for the...
2022-05-06 Willy TarreauCLEANUP: stream/cli: take the "show sess" context defin...
2022-05-06 Willy TarreauCLEANUP: applet: make appctx_new() initialize the whole...
2022-05-06 Willy TarreauMINOR: applet: reserve some generic storage in the...
2022-05-06 Willy TarreauCLEANUP: ssl/cli: do not loop on unknown states in...
2022-05-06 Willy TarreauBUG/MINOR: ssl/cli: fix "show ssl cert" not to mix...
2022-05-06 Willy TarreauBUG/MINOR: ssl/cli: fix "show ssl crl-file" not to...
2022-05-06 Willy TarreauBUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not...
2022-05-06 Willy TarreauBUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file...
2022-05-06 Willy TarreauBUG/MINOR: map/cli: make sure patterns don't vanish...
2022-05-06 Willy TarreauBUG/MINOR: map/cli: protect the backref list during...
2022-05-06 Willy TarreauBUG/MINOR: proxy/cli: don't enumerate internal proxies...
2022-05-06 Willy TarreauBUG/MEDIUM: cli: make "show cli sockets" really yield
2022-05-06 Willy TarreauBUG/MEDIUM: resolvers: make "show resolvers" properly...
2022-05-06 William LallemandBUG/MINOR: startup: usage() when no -cc arguments
2022-05-06 William LallemandDOC: resolvers: default resolvers section
2022-05-06 William LallemandMEDIUM: resolvers: create a "default" resolvers section...
2022-05-06 William LallemandBUG/MINOR: tcp/http: release the expr of set-{src,dst...
2022-05-06 Willy TarreauBUILD: debug: unify the definition of ha_backtrace_to_s...
2022-05-05 William LallemandMINOR: resolvers: resolvers_new() create a resolvers...
2022-05-05 William LallemandMINOR: resolvers: move the resolv.conf parser in parse_...
2022-05-05 William LallemandMINOR: resolvers: cleanup alert/warning in parse-resolv...
2022-05-05 Christopher... DOC: config: Update doc for PR/PH session states to...
2022-05-05 Christopher... BUG/MEDIUM: mux-h1: Be able to handle trailers when...
2022-05-05 Christopher... BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag...
2022-05-05 Christopher... BUG/MEDIUM: conn-stream: Only keep app layer flags...
2022-05-05 Christopher... MINOR: conn-stream: Add mask from flags set by endpoint...
2022-05-04 William LallemandDOC: configuration: httpclient global option
2022-05-04 William LallemandMINOR: httpclient: allow ipv4 or ipv6 preference for...
2022-05-04 William LallemandMINOR: httpclient: configure the resolvers section...
2022-05-04 William LallemandMINOR: httpclient: allow to configure the ca-file
2022-05-04 William LallemandMEDIUM: httpclient: hard-error when SSL is configured
2022-05-04 William LallemandMINOR: httpclient: cleanup the error handling in init
2022-05-04 William LallemandMINOR: init: exit() after pre-check upon error
2022-05-04 William LallemandMINOR: httpclient: rename dash by dot in global option
2022-05-04 William LallemandMINOR: httpclient: handle unix and other socket types...
2022-05-04 William LallemandCLEANUP: httpclient: remove the comment about resolving
2022-05-04 William LallemandMEDIUM: httpclient: allow address and port change for...
2022-05-04 William LallemandMEDIUM: httpclient: http-request rules for resolving
2022-05-04 William LallemandMEDIUM: httpclient: remove url2sa to use a more flexibl...
2022-05-03 Frédéric LécailleBUG/MINOR: mux_quic: Dropped packet upon retransmission...
2022-05-03 Frédéric LécailleBUG/MINOR: quic: Dropped retransmitted STREAM frames
2022-05-03 Frédéric LécailleMINOR: quic: Make the quic_conn be aware of the number...
2022-05-03 Frédéric LécailleCLEANUP: mux: Useless xprt_quic-t.h inclusion
2022-05-02 Willy TarreauMINOR: session: get rid of the now unused SESS_FL_ADDR_...
2022-05-02 Willy TarreauMINOR: connection: get rid of the CO_FL_ADDR_*_SET...
2022-05-02 Willy TarreauCLEANUP: protocol: make sure the connect_* functions...
2022-05-02 Willy TarreauMINOR: conn_stream: remove the now unused CS_FL_ADDR_...
2022-05-02 Willy TarreauMEDIUM: stream: remove the confusing SF_ADDR_SET flag
2022-05-02 Willy TarreauCLEANUP: backend: make alloc_{bind,dst}_address() idemp...
2022-05-02 Amaury DenoyelleBUG/MINOR: h3: fix parsing of unknown frame type with...
2022-05-02 Amaury DenoyelleMINOR: mux-quic: support full request channel buffer
2022-04-30 Willy Tarreau[RELEASE] Released version 2.6-dev8 v2.6-dev8
2022-04-30 Willy TarreauSCRIPTS: announce-release: add URL of dev packages
2022-04-30 Ilya ShipitsinCI: github actions: update LibreSSL to 3.5.2
2022-04-29 Frédéric LécailleBUG/MINOR: quic: Missing time threshold multiplifier...
2022-04-29 Frédéric LécailleMINOR: quic: moving code for QUIC loss detection
next