haproxy-3.0.git
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
2022-04-29 Frédéric LécailleCLEANUP: quic: Remaining fprintf() debug trace
2022-04-29 Frédéric LécailleMINOR: quic: Drop 0-RTT packets without secrets
2022-04-29 Amaury DenoyelleMEDIUM: quic: do not ack packet with invalid STREAM
2022-04-29 Amaury DenoyelleMEDIUM: quic: do not ACK packet with STREAM if MUX...
2022-04-29 Willy TarreauBUG/MINOR: conn_stream: do not confirm a connection...
2022-04-29 Christopher... MINOR: httpclient: Don't use co_set_data() to decrement...
2022-04-29 Christopher... BUG/MINOR: httpclient: Count metadata in size to transf...
2022-04-29 Christopher... BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks...
2022-04-29 Christopher... BUG/MEDIUM: conn-stream: Don't erase endpoint flags...
2022-04-28 William LallemandBUG/MINOR: httpclient/ssl: use the correct verify constant
2022-04-28 Frédéric LécailleMINOR: quic: Drop 0-RTT packets if not allowed
2022-04-28 Frédéric LécailleCLEANUP: quic: Rely on the packet length set by qc_lstn...
2022-04-28 Frédéric LécailleBUG/MINOR: quic: Missing Initial packet length check
2022-04-28 Frédéric LécailleBUG/MEDIUM: quic: Possible crash on STREAM frame loss
2022-04-28 Frédéric LécailleMINOR: quic: Wake up the mux to probe with new data
2022-04-28 Frédéric LécailleBUG/MINOR: quic: Traces fix about remaining frames...
2022-04-28 Frédéric LécailleBUG/MINOR: quic: Avoid sending useless PADDING frame
2022-04-28 Frédéric LécailleBUG/MINOR: quic: Wrong returned status by qc_build_frms()
2022-04-28 Frédéric LécailleMINOR: quic: Do not send ACK frames when probing
2022-04-28 Frédéric LécailleMEDIUM: quic: Enable the new datagram probing process
2022-04-28 Frédéric LécailleMEDIUM: quic: Mark copies of acknowledged frames as...
2022-04-28 Frédéric LécailleMINOR: quic: Mark packets as probing with old data
2022-04-28 Frédéric LécailleMINOR: quic: old data distinction for qc_send_app_pkt()
2022-04-28 Frédéric LécailleMEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework
2022-04-28 Frédéric LécailleMEDIUM: quic: Retransmission functions rework
2022-04-28 Frédéric LécailleMEDIUM: quic: New functions for probing rework
2022-04-28 Frédéric LécailleMINOR: quic: process_timer() rework
2022-04-28 Frédéric LécailleMINOR: quic: Add traces about TX frame memory releasing
2022-04-28 Frédéric LécailleMINOR: quic: Do not retransmit frames from coalesced...
2022-04-28 Frédéric LécailleMINOR: quic: Prepare quic_frame struct duplication
next