]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-03-22  Amaury DenoyelleBUG/MINOR: trace: fix hardcoded level for TRACE_PRINTF
2023-03-22  Miroslav ZagoracBUG/MINOR: illegal use of the malloc_trim() function...
2023-03-22  Willy TarreauMINOR: debug: support dumping the libs addresses when...
2023-03-22  Willy TarreauBUILD: thread: silence a build warning when threads...
2023-03-22  Willy TarreauBUILD: thread: implement thread_harmless_end_sig()...
2023-03-21  Amaury DenoyelleBUG/MINOR: quic: ignore congestion window on probing...
2023-03-21  Amaury DenoyelleBUG/MINOR: quic: wake up MUX on probing only for 01RTT
2023-03-21  Willy TarreauBUG/MEDIUM: applet: only set appctx->sedesc on successf...
2023-03-21  Willy TarreauBUG/MEDIUM: mux-h1: properly destroy a partially alloca...
2023-03-21  Willy TarreauMINOR: pools: preset the allocation failure rate to...
2023-03-21  Willy TarreauMINOR: dynbuf: set POOL_F_NO_FAIL on buffer allocation
2023-03-20  Willy TarreauBUG/MINOR: stconn: fix sedesc memory leak on stream...
2023-03-20  Willy TarreauBUG/MEDIUM: stconn: don't set the type before allocatio...
2023-03-20  Willy TarreauBUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on...
2023-03-20  Willy TarreauBUG/MEDIUM: mux-h2: do not try to free an unallocated...
2023-03-20  Willy TarreauBUG/MEDIUM: stream: do not try to free a failed stream...
2023-03-20  Frédéric LécailleBUG/MINOR: quic: Dysfunctional 01RTT packet number...
2023-03-20  Frédéric LécailleMINOR: quic: Stop stressing the acknowledgments process...
2023-03-17  Willy TarreauMINOR: ssl-sock: pass the CO_SFL_MSG_MORE info down...
2023-03-17  Willy TarreauMINOR: mux-h2: set CO_SFL_MSG_MORE when sending multipl...
2023-03-17  Willy TarreauOPTIM: mux-h1: limit first read size to avoid wrapping
2023-03-17  Willy TarreauBUG/MAJOR: qpack: fix possible read out of bounds in...
2023-03-17  Aurelien DARRAGONMINOR: doc: missing entries for sc-add-gpc()
2023-03-17  Aurelien DARRAGONMINOR: stick-table: add sc-add-gpc() to http-after...
2023-03-17  Frédéric LécailleBUG/MINOR: quic: Missing STREAM frame data pointer...
2023-03-16  Willy TarreauBUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending...
2023-03-16  Willy TarreauBUG/MEDIUM: mux-h2: only restart sending when mux buffe...
2023-03-16  Willy TarreauMINOR: buffer: add br_single() to check if a buffer...
2023-03-16  Willy TarreauMINOR: buffer: add br_count() to return the number...
2023-03-16  Willy TarreauBUG/MINOR: mux-h2: make sure the h2c task exists before...
2023-03-16  Christopher... BUG/MEDIUM: connection: Preserve flags when a conn...
2023-03-16  Frédéric LécailleBUG/MINOR: quic: Missing STREAM frame length updates
2023-03-16  Aurelien DARRAGONBUG/MINOR: tcp_sample: fix a bug in fc_dst_port and...
2023-03-16  Christopher... BUG/MEDIUM: mux-h1: Don't block SE_FL_ERROR if EOS...
2023-03-14  Christopher... DEBUG: ssl-sock/show_fd: Display SSL error code
2023-03-14  Christopher... DEBUG: cli/show_fd: Display connection error code
2023-03-14  Christopher... BUG/MEDIUM: resolvers: Properly stop server resolutions...
2023-03-14  Christopher... BUG/MEDIUM: proxy: properly stop backends on soft-stop
2023-03-14  Remi Tricot... MINOR: ssl: Add certificate path to 'show ssl ocsp...
2023-03-14  Remi Tricot... MINOR: ssl: Accept certpath as param in "show ssl ocsp...
2023-03-14  Remi Tricot... BUG/MINOR: ssl: Fix double free in ocsp update deinit
2023-03-14  Remi Tricot... MINOR: ssl: Use ocsp update task for "update ssl ocsp...
2023-03-14  Remi Tricot... MINOR: ssl: Change the ocsp update log-format
2023-03-13  Christopher... BUG/MEDIUM: mux-pt: Set EOS on error on sending path...
2023-03-10  Willy Tarreau[RELEASE] Released version 2.8-dev5 v2.8-dev5
2023-03-10  Michael ProkopDOC/CLEANUP: fix typos
2023-03-10  Willy TarreauDOC: config: fix typo "dependeing" in bind thread descr...
2023-03-10  Willy TarreauMINOR: quic_sock: un-statify quic_conn_sock_fd_iocb()
2023-03-10  Frédéric LécailleBUG/MINOR: quic: Missing listener accept queue tasklet...
2023-03-09  William LallemandBUG/MINOR: mworker: use MASTER_MAXCONN as default maxco...
2023-03-09  Willy TarreauMINOR: debug: add random delay injection with "debug...
2023-03-09  Willy TarreauBUG/MAJOR: fd/threads: close a race on closing connecti...
2023-03-09  Willy TarreauBUG/MINOR: thread: report thread and group counts in...
2023-03-09  Willy TarreauBUG/MINOR: init: properly detect NUMA bindings on large...
2023-03-08  Frédéric LécailleMINOR: quic: Do not stress the peer during retransmissi...
2023-03-08  Willy TarreauCLEANUP: sock: always perform last connection updates...
2023-03-08  Willy TarreauMINOR: fd/cli: report the polling mask in "show fd"
2023-03-08  Frédéric LécailleBUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence...
2023-03-08  Amaury DenoyelleMEDIUM: quic: release closing connections on stopping
2023-03-08  Amaury DenoyelleMINOR: quic: handle new closing list in show quic
2023-03-08  Amaury DenoyelleMINOR: quic: create a global list dedicated for closing...
2023-03-08  Amaury DenoyelleMINOR: h3: add traces on h3_init_uni_stream() error...
2023-03-08  Remi Tricot... MINOR: jwt: Add support for RSA-PSS signatures (PS256...
2023-03-08  Aurelien DARRAGONBUG/MINOR: dns: fix ring offset calculation in dns_reso...
2023-03-08  Aurelien DARRAGONBUG/MINOR: dns: fix ring offset calculation on first...
2023-03-08  Aurelien DARRAGONBUG/MEDIUM: sink/forwarder: ensure ring offset is prope...
2023-03-08  Frédéric LécailleMINOR: quic: Add transport parameters to "show quic"
2023-03-08  Frédéric LécailleMINOR: quic: Add spin bit support
2023-03-08  Frédéric LécailleMINOR: quic: Useless TLS context allocations in qc_do_r...
2023-03-08  Frédéric LécailleMINOR: quic: RETIRE_CONNECTION_ID frame handling (RX)
2023-03-08  Frédéric LécailleMINOR: quic: Typo fix for ACK_ECN frame
2023-03-08  Frédéric LécailleMINOR: quic: Store the next connection IDs sequence...
2023-03-08  Frédéric LécailleMINOR: quic: Do not accept wrong active_connection_id_l...
2023-03-07  Amaury DenoyelleBUG/MINOR: mux-quic: properly init STREAM frame as...
2023-03-07  Amaury DenoyelleBUG/MEDIUM: dns: ensure ring offset is properly reajust...
2023-03-07  Willy TarreauBUG/MAJOR: fd/thread: fix race between updates and...
2023-03-06  Amaury DenoyelleBUG/MEDIUM: quic: do not crash when handling STREAM...
2023-03-03  Frédéric LécailleMINOR: quic: Send PING frames when probing Initial...
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Missing detections of amplification...
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Do not resend already acked frames
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Ensure not to retransmit packets with...
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Remove force_ack for Initial,Handshake...
2023-03-03  Frédéric LécailleMINOR: quic: Add traces about QUIC TLS key update
2023-03-03  Frédéric LécailleBUG/MINOR: quic: v2 Initial packets decryption failed
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Ensure to be able to build datagrams...
2023-03-03  Frédéric LécailleMINOR: quic: Add a BUG_ON_HOT() call for too small...
2023-03-03  Frédéric LécailleBUG/MINOR: quic: Do not send too small datagrams (with...
2023-03-03  Aurelien DARRAGONMINOR: http_ext: adding some documentation, forgot...
2023-03-03  Amaury DenoyelleBUG/MINOR: cli: fix CLI handler "set anon global-key...
2023-03-03  Amaury DenoyelleBUG/MEDIUM: quic: properly handle duplicated STREAM...
2023-03-02  Remi Tricot... BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp...
2023-03-02  Remi Tricot... MINOR: ssl: Replace now.tv_sec with date.tv_sec in...
2023-03-02  Remi Tricot... BUG/MINOR: ssl: Fix ocsp-update when using "add ssl...
2023-03-02  Remi Tricot... MINOR: ssl: Add ocsp-update information to "show ssl...
2023-03-02  Remi Tricot... REGTESTS: ssl: Add test for new ocsp update cli commands
2023-03-02  Remi Tricot... REGTESTS: ssl: Fix ocsp update crt-lists
2023-03-02  Remi Tricot... MINOR: ssl: Add global options to modify ocsp update...
2023-03-02  Remi Tricot... MINOR: ssl: Add way to dump ocsp response in base64
2023-03-02  Remi Tricot... MINOR: ssl: Increment OCSP update replay delay in case...
2023-03-02  Remi Tricot... MINOR: ssl: Reorder struct certificate_ocsp members
next