haproxy-2.5.git
2021-09-23 Frédéric LécailleMINOR: quic: Remove Application level related functions
2021-09-23 Frédéric LécailleMINOR: quic: qc_do_build_hdshk_pkt() does not need...
2021-09-23 Frédéric LécailleMINOR: quic: Make qc_build_hdshk_pkt() atomically consu...
2021-09-23 Frédéric LécailleMINOR: quic: quic_conn_io_cb() task rework
2021-09-23 Frédéric LécailleMINOR: quic: Modify qc_build_cfrms() to support any...
2021-09-23 Frédéric LécailleMINOR: quic: Atomically handle packet number space...
2021-09-23 Frédéric LécailleMINOR: quic: Modify qc_do_build_hdshk_pkt() to accept...
2021-09-23 Frédéric LécailleMINOR: quic: Add the packet type to quic_tx_packet...
2021-09-23 Frédéric LécailleMINOR: quic: Store post handshake frame in ->pktns...
2021-09-23 Frédéric LécailleMINOR: quic: Add the QUIC connection state to traces
2021-09-23 Frédéric LécailleMINOR: quic: Add a useful function to compute any frame...
2021-09-23 Frédéric LécailleMINOR: quic: Add a mask for TX frame builders and their...
2021-09-23 Frédéric LécailleMINOR: quic: Replace quic_tx_frm struct by quic_frame...
2021-09-23 Frédéric LécailleMINOR: quic: Make ->tx.frms quic_pktns struct member...
2021-09-23 Frédéric LécailleMINOR: quic: Make qc_treat_rx_pkts() be thread safe.
2021-09-23 Frédéric LécailleMINOR: quic: Rename ->rx.rwlock of quic_enc_level struc...
2021-09-23 Frédéric LécailleMINOR: quic: Missing encryption level rx.crypto member...
2021-09-23 Frédéric LécailleMINOR: quic: Unitialized mux context upon Client Hello...
2021-09-23 Frédéric LécailleMINOR: quic: Add TX packets at the very last time to...
2021-09-23 Frédéric LécailleMINOR: Add function for TX packets reference counting
2021-09-23 Frédéric LécailleMINOR: quic: Remove old TX buffer implementation
2021-09-23 Frédéric LécailleMINOR: quic_tls: Make use of the QUIC V1 salt.
2021-09-23 Frédéric LécailleMINOR: quic: Make use of TX ring buffers to send QUIC...
2021-09-23 Frédéric LécailleMINOR: quic: Initialize pointers to TX ring buffer...
2021-09-23 Frédéric LécailleMINOR: proto_quic: Allocate TX ring buffers for listeners
2021-09-23 Frédéric LécailleMINOR: quic: Add ring buffer definition (struct qring...
2021-09-23 Frédéric LécailleMINOR: net_helper: add functions for pointers
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Too much reduced computed space to...
2021-09-23 Frédéric LécailleMINOR: quic: Add the QUIC v1 initial salt.
2021-09-23 Frédéric LécailleMINOR: quic: Prefer x25519 as ECDH preferred parametes.
2021-09-23 Frédéric LécailleMINOR: quic: Add a ring buffer implementation for QUIC
2021-09-23 Frédéric LécailleMINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe.
2021-09-23 Frédéric LécailleMINOR: quic: Move conn_prepare() to ->accept_conn(...
2021-09-23 Frédéric LécailleMINOR: quic: Connection allocations rework
2021-09-23 Frédéric LécailleMINOR: quic: Do not wakeup the xprt task on ACK receipt
2021-09-23 Frédéric LécailleMINOR: quic: Add useful traces for I/O dgram handler
2021-09-23 Frédéric LécailleMINOR: quic: Replace the RX unprotected packet list...
2021-09-23 Frédéric LécailleMINOR: quic: Replace the RX list of packet by a thread...
2021-09-23 Frédéric LécailleMINOR: quic: Replace quic_conn_ctx struct by ssl_sock_c...
2021-09-23 Frédéric LécailleMINOR: quic: Move the connection state
2021-09-23 Frédéric LécailleMINOR: quic: Add a lock for RX packets
2021-09-23 Frédéric LécailleMINOR: quic: Do not stop the packet parsing too early...
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Wrong RX packet reference counter...
2021-09-23 Frédéric LécailleCLEAUNUP: quic: Usage of a useless variable in qc_treat...
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Missing cases treatement when updating...
2021-09-23 Frédéric LécailleMINOR: quic: Remove a useless variable in quic_update_a...
2021-09-23 Frédéric LécailleMINOR: quic: Useless test in quic_update_ack_ranges_list()
2021-09-23 Frédéric LécailleMINOR: quic: quic_update_ack_ranges_list() code factori...
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Wrong memory free in quic_update_ack_r...
2021-09-23 Frédéric LécailleMINOR: quic: Remove header protection also for Initial...
2021-09-23 Frédéric LécailleMINOR: quic: Derive the initial secrets asap
2021-09-23 Frédéric LécailleMINOR: quic: Remove header protection for conn with...
2021-09-23 Frédéric LécailleMINOR: quic: QUIC conn initialization from I/O handler
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Do not check the acception of a new...
2021-09-23 Frédéric LécailleMINOR: quic: Initialize the session before starting...
2021-09-23 Frédéric LécailleMINOR: quic: Move an SSL func call from QUIC I/O handle...
2021-09-23 Frédéric LécailleMINOR: quic: Enable some quic, h3 and qpack modules...
2021-09-23 Frédéric LécailleMINOR: quic: Replace max_packet_size by max_udp_payload...
2021-09-23 Frédéric LécailleMINOR: quic: Avoid header collisions
2021-09-23 Frédéric LécailleMINOR: quic: Update the streams transport parameters.
2021-09-23 Frédéric LécailleMINOR: quic: Add a wrapper function to update transport...
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Wrong ->accept() error handling
2021-09-23 Frédéric LécailleMINOR: quic: Variable-length integer encoding/decoding...
2021-09-23 Frédéric LécailleMINOR: quic: Add callbacks for (un)scribing to QUIC...
2021-09-23 Frédéric LécailleMINOR: quic: Disable the action of ->rcv_buf() xprt...
2021-09-23 Frédéric LécailleMINOR: quic_sock: Finalize the QUIC connections.
2021-09-23 Frédéric LécailleMINOR: qpack: Add QPACK compression.
2021-09-23 Frédéric LécailleMINOR: h3: Add HTTP/3 definitions.
2021-09-23 Frédéric LécailleMINOR: quic: Add a new definition to store STREAM frames.
2021-09-23 Frédéric LécailleMINOR: quic: Attach QUIC mux connection objet to QUIC...
2021-09-23 Frédéric LécailleMINOR: connection: Add callbacks definitions for QUIC.
2021-09-23 Frédéric LécailleMINOR: mux_quic: Add QUIC mux layer.
2021-09-23 Frédéric LécailleMINOR: quic: Move transport parmaters to anynomous...
2021-09-23 Frédéric LécailleBUG/MINOR: quic: Possible NULL pointer dereferencing...
2021-09-22 Willy TarreauBUG/MEDIUM: leastconn: fix rare possibility of divide...
2021-09-21 Willy TarreauMEDIUM: listener: deprecate "process" in favor of ...
2021-09-21 Amaury DenoyelleMINOR: server: enable slowstart for dynamic server
2021-09-21 Amaury DenoyelleREORG: server: move slowstart init outside of checks
2021-09-21 Amaury DenoyelleMINOR: server: enable more check related keywords for...
2021-09-21 Amaury DenoyelleMINOR: server: enable more keywords for ssl checks...
2021-09-21 Amaury DenoyelleBUG/MINOR: server: alloc dynamic srv ssl ctx if proxy...
2021-09-21 Amaury DenoyelleBUG/MINOR: server: allow 'enable health' only if check...
2021-09-20 Tim DuesterhusCLEANUP: Remove unreachable `break` from parse_time_err()
2021-09-20 Tim DuesterhusCLEANUP: Include check.h in flt_spoe.c
2021-09-20 William LallemandMINOR: httpclient: add the EOH when no headers where...
2021-09-20 Dragan DosenBUG/MINOR: flt-trace: fix an infinite loop when random...
2021-09-17 Tim DuesterhusDEV: coccinelle: Add xalloc_cast.cocci
2021-09-17 Tim DuesterhusCLEANUP: Apply xalloc_size.cocci
2021-09-17 Tim DuesterhusDEV: coccinelle: Add bug_on.cocci
2021-09-17 Tim DuesterhusDEV: coccinelle: Add xalloc_size.cocci
2021-09-17 Tim DuesterhusCLEANUP: Apply bug_on.cocci
2021-09-17 Tim DuesterhusDEV: coccinelle: Add ist.cocci
2021-09-17 Tim DuesterhusCLEANUP: Apply ist.cocci
2021-09-17 Willy TarreauREORG: threads: move ha_get_pthread_id() to tinfo.h
2021-09-17 Willy TarreauMINOR: applet: remove the thread mask from appctx_new()
2021-09-17 Willy TarreauBUILD: fd: remove unused variable totlen in fd_write_fr...
2021-09-17 Willy TarreauBUILD: proto_uxst: do not set unused flag
2021-09-17 Willy TarreauBUILD: sockpair: do not set unused flag
2021-09-17 Willy TarreauBUG/MINOR: cli/payload: do not search for args inside...
2021-09-17 Amaury DenoyelleBUILD: ist: prevent gcc11 maybe-uninitialized warning...
next