summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RELEASE] Released version 2.8-dev5v2.8-dev5Willy Tarreau2023-03-104-3/+204
* DOC/CLEANUP: fix typosMichael Prokop2023-03-103-7/+7
* DOC: config: fix typo "dependeing" in bind thread descriptionWilly Tarreau2023-03-101-1/+1
* MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb()Willy Tarreau2023-03-103-1/+6
* BUG/MINOR: quic: Missing listener accept queue tasklet wakeupsFrédéric Lécaille2023-03-101-1/+4
* BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn valueWilliam Lallemand2023-03-092-1/+11
* MINOR: debug: add random delay injection with "debug dev delay-inj"Willy Tarreau2023-03-091-0/+83
* BUG/MAJOR: fd/threads: close a race on closing connections after takeoverWilly Tarreau2023-03-092-27/+85
* BUG/MINOR: thread: report thread and group counts in the correct orderWilly Tarreau2023-03-091-1/+1
* BUG/MINOR: init: properly detect NUMA bindings on large systemsWilly Tarreau2023-03-091-2/+4
* MINOR: quic: Do not stress the peer during retransmissions of lost packetsFrédéric Lécaille2023-03-081-4/+1
* CLEANUP: sock: always perform last connection updates before wakeupWilly Tarreau2023-03-081-2/+5
* MINOR: fd/cli: report the polling mask in "show fd"Willy Tarreau2023-03-081-1/+3
* BUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence number checkFrédéric Lécaille2023-03-082-37/+43
* MEDIUM: quic: release closing connections on stoppingAmaury Denoyelle2023-03-082-2/+19
* MINOR: quic: handle new closing list in show quicAmaury Denoyelle2023-03-081-6/+17
* MINOR: quic: create a global list dedicated for closing QUIC connsAmaury Denoyelle2023-03-082-22/+41
* MINOR: h3: add traces on h3_init_uni_stream() error pathsAmaury Denoyelle2023-03-081-5/+13
* MINOR: jwt: Add support for RSA-PSS signatures (PS256 algorithm)Remi Tricot-Le Breton2023-03-084-48/+93
* BUG/MINOR: dns: fix ring offset calculation in dns_resolve_send()Aurelien DARRAGON2023-03-081-7/+7
* BUG/MINOR: dns: fix ring offset calculation on first readAurelien DARRAGON2023-03-081-5/+4
* BUG/MEDIUM: sink/forwarder: ensure ring offset is properly readjusted to headAurelien DARRAGON2023-03-081-10/+14
* MINOR: quic: Add transport parameters to "show quic"Frédéric Lécaille2023-03-082-25/+56
* MINOR: quic: Add spin bit supportFrédéric Lécaille2023-03-082-1/+35
* MINOR: quic: Useless TLS context allocations in qc_do_rm_hp()Frédéric Lécaille2023-03-081-9/+0
* MINOR: quic: RETIRE_CONNECTION_ID frame handling (RX)Frédéric Lécaille2023-03-082-1/+108
* MINOR: quic: Typo fix for ACK_ECN frameFrédéric Lécaille2023-03-081-1/+1
* MINOR: quic: Store the next connection IDs sequence number in the connectionFrédéric Lécaille2023-03-082-15/+21
* MINOR: quic: Do not accept wrong active_connection_id_limit valuesFrédéric Lécaille2023-03-081-0/+7
* BUG/MINOR: mux-quic: properly init STREAM frame as not duplicatedAmaury Denoyelle2023-03-071-0/+1
* BUG/MEDIUM: dns: ensure ring offset is properly reajusted to headAmaury Denoyelle2023-03-071-13/+16
* BUG/MAJOR: fd/thread: fix race between updates and closing FDWilly Tarreau2023-03-071-1/+13
* BUG/MEDIUM: quic: do not crash when handling STREAM on released MUXAmaury Denoyelle2023-03-061-1/+2
* MINOR: quic: Send PING frames when probing Initial packet number spaceFrédéric Lécaille2023-03-032-5/+28
* BUG/MINOR: quic: Missing detections of amplification limit reachedFrédéric Lécaille2023-03-031-11/+7
* BUG/MINOR: quic: Do not resend already acked framesFrédéric Lécaille2023-03-031-4/+25
* BUG/MINOR: quic: Ensure not to retransmit packets with no ack-eliciting framesFrédéric Lécaille2023-03-031-8/+17
* BUG/MINOR: quic: Remove force_ack for Initial,Handshake packetsFrédéric Lécaille2023-03-031-7/+5
* MINOR: quic: Add traces about QUIC TLS key updateFrédéric Lécaille2023-03-034-12/+75
* BUG/MINOR: quic: v2 Initial packets decryption failedFrédéric Lécaille2023-03-031-4/+19
* BUG/MINOR: quic: Ensure to be able to build datagrams to be retransmittedFrédéric Lécaille2023-03-031-9/+15
* MINOR: quic: Add a BUG_ON_HOT() call for too small datagramsFrédéric Lécaille2023-03-031-0/+9
* BUG/MINOR: quic: Do not send too small datagrams (with Initial packets)Frédéric Lécaille2023-03-031-0/+21
* MINOR: http_ext: adding some documentation, forgot to inline functionAurelien DARRAGON2023-03-031-14/+19
* BUG/MINOR: cli: fix CLI handler "set anon global-key" callAmaury Denoyelle2023-03-032-3/+4
* BUG/MEDIUM: quic: properly handle duplicated STREAM framesAmaury Denoyelle2023-03-032-9/+6
* BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback20230302-ocsp-test-3Remi Tricot-Le Breton2023-03-021-1/+1
* MINOR: ssl: Replace now.tv_sec with date.tv_sec in ocsp update taskRemi Tricot-Le Breton2023-03-021-11/+11
* BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list"Remi Tricot-Le Breton2023-03-024-0/+96
* MINOR: ssl: Add ocsp-update information to "show ssl crt-list"Remi Tricot-Le Breton2023-03-021-0/+7