]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-02-15  Frédéric LécailleMINOR: quic: Non checked returned value for cs_new...
2022-02-15  Frédéric LécailleMINOR: quic: Useless test in quic_lstnr_dghdlr()
2022-02-15  Frédéric LécailleMINOR: quic: Avoid warning about NULL pointer dereferences
2022-02-15  Frédéric LécailleMINOR: quic: ha_quic_set_encryption_secrets without...
2022-02-15  Frédéric LécailleMINOR: quic: Code never reached in qc_ssl_sess_init()
2022-02-15  Frédéric LécailleMINOR: quic: Wrong loss delay computation
2022-02-15  Frédéric LécailleMINOR: quic: Wrong smoothed rtt initialization
2022-02-15  Amaury DenoyelleMINOR: h3: implement DATA parsing
2022-02-15  Amaury DenoyelleMINOR: h3: extract HEADERS parsing in a dedicated function
2022-02-15  Amaury DenoyelleMINOR: h3: report frames bigger than rx buffer
2022-02-15  Amaury DenoyelleMINOR: h3: set CS_FL_NOT_FIRST
2022-02-15  Amaury DenoyelleMINOR: mux-quic: set EOS on rcv_buf
2022-02-15  Amaury DenoyelleMINOR: mux-quic: implement rcv_buf
2022-02-15  Amaury DenoyelleMINOR: h3: set properly HTX EOM/BODYLESS on HEADERS...
2022-02-15  Amaury DenoyelleMINOR: h3: add documentation on h3_decode_qcs
2022-02-15  Amaury DenoyelleMINOR: h3: remove transfer-encoding header
2022-02-15  Amaury DenoyelleBUG/MINOR: h3: fix the header length for QPACK decoding
2022-02-15  Amaury DenoyelleBUG/MINOR: quic: fix FIN stream signaling
2022-02-15  Amaury DenoyelleMINOR: qpack: fix typo in trace
2022-02-15  Amaury DenoyelleBUG/MEDIUM: quic: fix crash on CC if mux not present
2022-02-15  Amaury DenoyelleMINOR: quic: use a global dghlrs for each thread
2022-02-14  Willy TarreauBUG/MAJOR: sched: prevent rare concurrent wakeup of...
2022-02-14  Willy TarreauDEBUG: pools: replace the link pointer with the caller...
2022-02-14  Willy TarreauDEBUG: pools: let's add reverse mapping from cache...
2022-02-14  Willy TarreauDEBUG: pools: add extra sanity checks when picking...
2022-02-14  Willy TarreauCLEANUP: pools: don't needlessly set a call mark during...
2022-02-14  Willy TarreauBUG/MINOR: pools: always flush pools about to be destroyed
2022-02-14  Willy TarreauBUG/MEDIUM: pools: ensure items are always large enough...
2022-02-14  Frédéric LécailleMINOR: quic: Useless statement in quic_crypto_data_cpy()
2022-02-14  Frédéric LécailleMINOR: quic: Possible memleak in qc_new_conn()
2022-02-14  Frédéric LécailleCLEANUP: h3: Unreachable target in h3_uqs_init()
2022-02-14  Frédéric LécailleMINOR: quic: Possible overflow in qpack_get_varint()
2022-02-14  Frédéric LécailleMINOR: quic: Potential overflow expression in qc_parse_...
2022-02-14  Frédéric LécailleMINOR: quic: EINTR error ignored
2022-02-14  Frédéric LécailleMINOR: quic: Variable used before being checked in...
2022-02-14  Frédéric LécailleMINOR: quic: Remove an RX buffer useless lock
2022-02-14  Remi Tricot... MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback...
2022-02-14  Remi Tricot... MEDIUM: ssl: Replace all DH objects by EVP_PKEY on...
2022-02-14  Remi Tricot... MINOR: ssl: Set default dh size to 2048
2022-02-14  Remi Tricot... MINOR: ssl: Build local DH of right size when needed
2022-02-14  Remi Tricot... MINOR: ssl: Add ssl_new_dh_fromdata helper function
2022-02-14  Remi Tricot... MINOR: ssl: Add ssl_sock_set_tmp_dh_from_pkey helper...
2022-02-14  Remi Tricot... MINOR: ssl: Add ssl_sock_set_tmp_dh helper function
2022-02-14  Remi Tricot... MINOR: ssl: Factorize ssl_get_tmp_dh and append a cbk...
2022-02-14  Remi Tricot... MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function
2022-02-14  Remi Tricot... MINOR: ssl: Create HASSL_DH wrapper structure
2022-02-14  Remi Tricot... REGTESTS: ssl: Add tests for DH related options
2022-02-14  Remi Tricot... MINOR: ssl: Remove call to ERR_load_SSL_strings with...
2022-02-14  Remi Tricot... MINOR: ssl: Remove call to ERR_func_error_string with...
2022-02-14  William LallemandBUG/MINOR: mworker: does not erase the pidfile upon...
2022-02-12  Ilya ShipitsinCI: enable QUIC for Coverity scan
2022-02-09  Amaury DenoyelleMINOR: quic: take out xprt snd_buf operation
2022-02-09  Amaury DenoyelleMINOR: quic: remove unused xprt rcv_buf operation
2022-02-09  Amaury DenoyelleMINOR: quic: rename local tid variable
2022-02-09  Amaury DenoyelleMINOR: mux-quic: remove quic_transport_params_update
2022-02-09  Amaury DenoyelleMINOR: h3: hardcode the stream id of control stream
2022-02-09  Remi Tricot... MINOR: ssl: Remove call to HMAC_Init_ex with OpenSSLv3
2022-02-09  Remi Tricot... MINOR: ssl: Remove call to SSL_CTX_set_tlsext_ticket_ke...
2022-02-09  Remi Tricot... REGTESTS: ssl: Add test for "generate-certificates...
2022-02-09  Remi Tricot... MINOR: ssl: Remove EC_KEY related calls when creating...
2022-02-09  Remi Tricot... REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL...
2022-02-09  Remi Tricot... MINOR: ssl: Remove EC_KEY related calls when preparing...
2022-02-09  Remi Tricot... MINOR: ssl: Use high level OpenSSL APIs in sha2 converter
2022-02-09  Remi Tricot... CLEANUP: ssl: Remove unused ssl_sock_create_cert function
2022-02-03  Remi Tricot... BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp...
2022-02-02  Frédéric LécailleMINOR: quic: Remove a useless test in quic_get_dgram_dcid()
2022-02-02  Frédéric LécailleMINOR: quic: Wrong datagram buffer passed to quic_lstnr...
2022-02-02  Frédéric LécailleMINOR: quic: Do not modify a marked as consumed datagram
2022-02-02  Ilya ShipitsinREGTESTS: ssl: skip show_ssl_ocspresponse.vtc when...
2022-02-02  Ilya ShipitsinBUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x)
2022-02-02  Christopher... MINOR: httpclient: Don't limit data transfer to 1024...
2022-02-02  Christopher... BUG/MEDIUM: httpclient: Xfer the request when the strea...
2022-02-02  Christopher... BUG/MINOR: httpclient: Revisit HC request and response...
2022-02-02  William LallemandMINOR: mworker/cli: add flags in the prompt
2022-02-02  William LallemandMINOR: mworker/cli: mcli-debug-mode enables every command
2022-02-02  William LallemandBUG/MINOR: mworker/cli: don't display help on master...
2022-02-02  William LallemandCLEANUP: cleanup a commentary in pcli_parse_request()
2022-02-02  William LallemandDOC: management: add expert and experimental mode in...
2022-02-02  William LallemandDOC: management: rework the Master CLI section
2022-02-01  Willy Tarreau[RELEASE] Released version 2.6-dev1 v2.6-dev1
2022-02-01  William LallemandMINOR: mworker/cli: set expert/experimental mode from...
2022-02-01  Willy TarreauBUG/MEDIUM: listener: read-lock the listener during...
2022-02-01  Willy TarreauMINOR: listener: replace the listener's spinlock with...
2022-02-01  Amaury DenoyelleMINOR: mux-quic: release idle conns on process stopping
2022-02-01  Amaury DenoyelleMEDIUM: mux-quic: delay the closing with the timeout
2022-02-01  Amaury DenoyelleMINOR: mux-quic: create a timeout task
2022-02-01  Amaury DenoyelleMINOR: mux-quic: do not consider CONNECTION_CLOSE for...
2022-02-01  Amaury DenoyelleMINOR: mux-quic: properly initialize qcc flags
2022-02-01  Amaury DenoyelleMINOR: mux-quic: add comment
2022-01-31  Willy TarreauDEBUG: fd: make sure we never try to insert/delete...
2022-01-31  Willy TarreauBUILD: makefile: only compute alternative options if...
2022-01-31  Willy TarreauBUILD: makefile: validate support for extra warnings...
2022-01-31  Willy TarreauBUILD: makefile: avoid testing all -Wno-* options when...
2022-01-31  William LallemandRevert "MINOR: mworker: sets used or closed worker...
2022-01-31  Frédéric LécailleMINOR: quic: Do not use connection struct xprt_ctx...
2022-01-31  Frédéric LécailleMINOR: quic: Initialize the connection timer asap
2022-01-31  Frédéric LécailleMINOR: quic: Do not try to accept a connection more...
2022-01-31  Frédéric LécailleMINOR: quic: Do not try to treat 0-RTT packets without...
2022-01-31  Frédéric LécailleMINOR: quic: Try to accept 0-RTT connections
2022-01-31  William LallemandMINOR: mworker: sets used or closed worker FDs to -1
next