haproxy-3.0.git
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
2022-04-28 Frédéric LécailleMINOR: quic: Improve qc_prep_pkts() flexibility
2022-04-28 Amaury DenoyelleMINOR: quic: decode as much STREAM as possible
2022-04-28 Amaury DenoyelleMINOR: h3: support DATA demux if buffer full
2022-04-28 Amaury DenoyelleMINOR: h3: implement h3 stream context
2022-04-28 Amaury DenoyelleMINOR: mux-quic: add a app-layer context in qcs
2022-04-28 Amaury DenoyelleMINOR: h3: change frame demuxing API
2022-04-28 Amaury DenoyelleMINOR: mux-quic: partially copy Rx frame if almost...
2022-04-28 Amaury DenoyelleBUG/MEDIUM: h3: fix use-after-free on mux Rx buffer...
2022-04-28 Amaury DenoyelleBUG/MINOR: h3: fix incomplete POST requests
2022-04-28 Amaury DenoyelleMINOR: mux-quic: count local flow-control stream limit...
2022-04-28 Amaury DenoyelleBUG/MINOR: mux-quic: fix leak if cs alloc failure
2022-04-28 Amaury DenoyelleMINOR: mux-quic: remove unused bogus qcc_get_stream()
2022-04-28 Amaury DenoyelleMINOR: mux-quic: adjust comment on emission function
2022-04-28 Amaury DenoyelleBUG/MINOR: mux-quic: fix build in release mode
2022-04-27 Willy TarreauCLEANUP: connections/deinit: destroy the idle_conns...
2022-04-27 Willy TarreauCLEANUP: listeners/deinit: release accept queue tasklet...
2022-04-27 Willy TarreauCLEANUP: deinit: release the config postparsers
2022-04-27 Willy TarreauCLEANUP: deinit: release the pre-check callbacks
2022-04-27 Willy TarreauCLEANUP: chunks: release trash also in deinit
2022-04-27 Willy TarreauCLEANUP: errors: also call deinit_errors_buffers()...
2022-04-27 Thomas PrücklMINOR: ssl: add a new global option "tune.ssl.hard...
2022-04-27 Willy TarreauBUG/MINOR: pools: make sure to also destroy shared...
next