haproxy-3.0.git
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...
2022-04-27 Willy TarreauBUILD: fd: disguise the fd_set_nonblock/cloexec result
2022-04-27 Tim DuesterhusMINOR: Call deinit_and_exit(0) for `haproxy -vv`
2022-04-26 Tim DuesterhusBUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
2022-04-26 Tim DuesterhusCLEANUP: Destroy `http_err_chunks` members during deinit
2022-04-26 Christopher... BUG/MEDIUM: http-ana: Fix memleak in redirect rules...
2022-04-26 Remi Tricot... MINOR: connection: Add way to disable active connection...
2022-04-26 Willy TarreauBUILD: compiler: properly distinguish weak and global...
2022-04-26 William LallemandBUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail
2022-04-26 William LallemandMEDIUM: httpclient: re-enable the verify by default
2022-04-26 William LallemandBUG/MINOR: ssl: memory leak when trying to load a direc...
2022-04-26 William LallemandBUG/MINOR: ssl: free the cafile entries on deinit
2022-04-26 William LallemandBUG/MINOR: httpclient/lua: error when the httpclient_st...
2022-04-26 William LallemandMEDIUM: httpclient: disable SSL when the ca-file couldn...
2022-04-26 William LallemandREGTESTS: webstats: remove unused stats socket in /tmp
2022-04-26 Christopher... REGTESTS: fix the race conditions in be2dec.vtc ad...
2022-04-26 Willy TarreauCLEANUP: tree-wide: remove 25 occurrences of unneeded...
2022-04-26 Willy TarreauCLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cl...
2022-04-26 Willy TarreauMINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC
2022-04-26 Remi Tricot... BUG/MINOR: connection: "connection:close" header added...
2022-04-25 Willy TarreauMINOR: tree-wide: always consider EWOULDBLOCK in additi...
2022-04-25 Willy TarreauCLEANUP: compression: move the default setting of maxzl...
2022-04-25 Willy TarreauBUILD: http: remove the two unused constructors in...
2022-04-25 Willy TarreauBUILD: thread: use initcall instead of a constructor
2022-04-25 Willy TarreauBUILD: xprt: use an initcall to register the transport...
2022-04-25 Willy TarreauBUILD: pollers: use an initcall to register the pollers
2022-04-25 Willy TarreauMINOR: init: add global setting "fd-hard-limit" to...
2022-04-25 Willy TarreauMEDIUM: backend: add new "balance hash <expr>" algorithm
2022-04-25 Willy TarreauMINOR: sample: make the bool type cast to bin
2022-04-25 Willy TarreauMINOR: sample: don't needlessly call c_none() in sample...
2022-04-25 Willy TarreauBUG/MINOR: sample: add missing use_backend/use-server...
2022-04-25 Willy TarreauBUG/MINOR: http-act: make release_http_redir() more...
next