]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-09-02  Willy Tarreau[RELEASE] Released version 2.7-dev5 v2.7-dev5
2022-09-02  Willy TarreauBUG/MINOR: http-act: initialize http fmt head earlier
2022-09-02  Willy TarreauMINOR: mux-h1: provide a "show_sd" helper to output...
2022-09-02  Willy TarreauMINOR: mux-h1: split "show_fd" into connection and...
2022-09-02  Willy TarreauMINOR: mux-quic: provide a "show_sd" helper to output...
2022-09-02  Willy TarreauMINOR: mux-h2: insert line breaks in "show sess all...
2022-09-02  Willy TarreauMINOR: mux-h2: provide a "show_sd" helper to output...
2022-09-02  Willy TarreauMINOR: muxes: add a "show_sd" helper to complete "show...
2022-09-02  Willy TarreauMINOR: mux-h2: extract the connection dump function...
2022-09-02  Willy TarreauMINOR: mux-h2: extract the stream dump function out...
2022-09-02  Willy TarreauMINOR: debug: report applet pointer and handler in...
2022-09-02  Willy TarreauDEBUG: stream: minor rearrangement of a few fields...
2022-09-02  Willy TarreauBUG/MINOR: mux-fcgi: fix the "show fd" dest buffer...
2022-09-02  Willy TarreauBUG/MINOR: mux-h1: fix the "show fd" dest buffer for...
2022-09-02  Willy TarreauBUG/MINOR: mux-h2: fix the "show fd" dest buffer for...
2022-09-02  Willy TarreauMEDIUM: httpclient: enable ALPN support on outgoing...
2022-09-02  Willy TarreauBUG/MINOR: httpclient: keep-alive was accidentely disabled
2022-09-02  Willy TarreauBUG/MINOR: httpclient: only ask for more room on failed...
2022-09-02  Willy TarreauBUG/MEDIUM: httpclient: always detach the caller before...
2022-09-02  Willy TarreauBUG/MINOR: h2: properly set the direction flag on HTX...
2022-09-02  Frédéric LécailleBUG/MINOR: quic: Frames leak during retransmissions
2022-09-02  Frédéric LécailleMINOR: quic: Trace typo fix in qc_release_frm()
2022-09-02  Frédéric LécailleMINOR: quic: Add TX frames addresses to traces to sever...
2022-09-02  Frédéric LécailleBUG/MINOR: quic: Do not ack when probing
2022-09-01  Willy TarreauMINOR: backend: always satisfy the first req reuse...
2022-09-01  Willy TarreauBUG/MEDIUM: mux-h1: always use RST to kill idle connect...
2022-09-01  Christopher... REGTESTS: http_request_buffer: Add a barrier to not...
2022-09-01  Christopher... BUG/MINOR: regex: Properly handle PCRE2 lib compiled...
2022-09-01  Willy TarreauMINOR: sink/ring: rotate non-empty file-backed contents...
2022-08-31  William LallemandBUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_fre...
2022-08-31  Frédéric LécailleBUG/MINOR: quic: TX frames memleak
2022-08-31  Frédéric LécailleMINOR: quic: Move traces about RX/TX bytes from QUIC_EV...
2022-08-31  Willy TarreauBUILD: debug: make sure debug macros are never empty
2022-08-31  Willy TarreauBUG/MINOR: dev/udp: properly preset the rx address...
2022-08-30  William LallemandBUG/MINOR: ssl: revert two wrong fixes with ckhi_link
2022-08-30  Christopher... BUG/MEDIUM: ssl: Fix a UAF when old ckch instances...
2022-08-30  Christopher... BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp...
2022-08-29  William LallemandBUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free()
2022-08-29  William LallemandBUG/MINOR: ssl: fix deinit of the ca-file tree
2022-08-29  Frédéric LécailleMINOR: quic: Add a trace to distinguish the datagram...
2022-08-29  Frédéric LécailleBUG/MINOR: quic: Missing header protection AES cipher...
2022-08-29  Willy TarreauMINOR: raw-sock: don't try to send if an error was...
2022-08-29  Willy TarreauBUG/MINOR: epoll: do not actively poll for Rx after...
2022-08-29  Willy TarreauBUG/MEDIUM: mux-h1: do not refrain from signaling error...
2022-08-29  Christopher... BUG/MINOR: hlua: Rely on CF_EOI to detect end of messag...
2022-08-29  Christopher... BUG/MEDIUM: peers: Don't start resync on reload if...
2022-08-29  Christopher... BUG/MEDIUM: peers: Don't use resync timer when local...
2022-08-29  Christopher... BUG/MEDIUM: peers: Add connect and server timeut to...
2022-08-29  Christopher... BUG/MEDIUM: spoe: Properly update streams waiting for...
2022-08-27  Frédéric LécailleBUG/MINOR: quic: Frames added to packets even if not...
2022-08-27  Frédéric LécailleBUG/MINOR: quic: Null packet dereferencing from qc_dup_...
2022-08-26  William LallemandDOC: configuration.txt: do-resolve must use host_only...
2022-08-26  William LallemandBUG/MINOR: httpclient: fix resolution with port
2022-08-26  William LallemandMINOR: sample: add the host_only and port_only converters
2022-08-26  William LallemandDOC: configuration: do-resolve doesn't work with a...
2022-08-25  Frédéric LécailleRevert "MINOR: quic: Remove useless traces about refere...
2022-08-25  Frédéric LécailleMINOR: quic: Remove useless traces about references...
2022-08-24  Frédéric LécailleCLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv()
2022-08-24  Frédéric LécailleCLEANUP: quic: No more use ->rx_list MT_LIST entry...
2022-08-24  Frédéric LécailleBUG/MINOR: quic: Stalled connections (missing I/O handl...
2022-08-24  Frédéric LécailleBUG/MINOR: quic: Leak in qc_release_lost_pkts() for...
2022-08-24  Frédéric LécailleRevert "BUG/MINOR: quix: Memleak for non in flight...
2022-08-24  William LallemandMINOR: resolvers: shut the warning when "default" resol...
2022-08-24  Christopher... REGTESTS: Fix prometheus script to perform HTTP health...
2022-08-24  Christopher... BUG/MINOR: tcpcheck: Disable QUICKACK only if data...
2022-08-24  William LallemandBUG/MINOR: mworker: does not create the "default" resol...
2022-08-24  William LallemandBUG/MINOR: resolvers: return the correct value in resol...
2022-08-24  Brad SmithBUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD
2022-08-23  Willy TarreauMEDIUM: peers: limit the number of updates sent at...
2022-08-23  Willy TarreauBUG/MINOR: applet: make the call_rate only count the...
2022-08-23  Willy TarreauBUG/MEDIUM: applet: fix incorrect check for abnormal...
2022-08-23  Frédéric LécailleMINOR: quic: Replace MT_LISTs by LISTs for RX packets.
2022-08-23  Frédéric LécailleBUG/MINOR: quic: Safer QUIC frame builders
2022-08-23  Frédéric LécailleBUG/MINOR: quic: Wrong list_for_each_entry() use when...
2022-08-22  Frédéric LécailleBUG/MINOR: quix: Memleak for non in flight TX packets
2022-08-22  William LallemandREGTESTS: launch http_reuse_always in mworker mode
2022-08-22  Emeric BrunBUG/MAJOR: mworker: fix infinite loop on master with...
2022-08-22  Willy TarreauMINOR: cpu-map: remove obsolete diag warning about...
2022-08-22  Willy TarreauBUG/MEDIUM: cpu-map: fix thread 1's affinity affecting...
2022-08-20  Frédéric LécailleBUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer...
2022-08-20  Willy Tarreau[RELEASE] Released version 2.7-dev4 v2.7-dev4
2022-08-19  William LallemandMINOR: ssl/cli: implement "add ssl ca-file"
2022-08-19  William LallemandMINOR: ssl: handle ca-file appending in cafile_entry
2022-08-19  William LallemandBUG/MINOR: ssl/cli: error when the ca-file is empty
2022-08-19  Frédéric LécailleMINOR: quic: Add reusable cipher contexts for header...
2022-08-19  Emeric BrunBUG/MAJOR: log-forward: Fix ssl layer not initialized...
2022-08-19  Emeric BrunBUG/MAJOR: log-forward: Fix log-forward proxies not...
2022-08-19  Frédéric LécailleMINOR: quic: Trace fix in qc_release_frm()
2022-08-19  Frédéric LécailleMINOR: quic: Add the QUIC connection to mux traces
2022-08-19  Frédéric LécailleBUG/MINOR: quic: Wrong splitted duplicated frames handling
2022-08-19  Frédéric LécailleMINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFR...
2022-08-19  Frédéric LécailleBUG/MINOR: quic: Possible crashes when dereferencing...
2022-08-19  Willy TarreauBUG/MINOR: mux-h2: send a CANCEL instead of ES on trunc...
2022-08-19  Willy TarreauMINOR: mux-h2: make streams know if they need to send...
2022-08-19  Willy TarreauMINOR: mux-h2/traces: report transition to SETTINGS1...
2022-08-19  Willy TarreauBUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicat...
2022-08-18  Willy TarreauBUG/MEDIUM: cli: always reset the service context betwe...
2022-08-18  Willy TarreauMINOR: applet: add a function to reset the svcctx of...
2022-08-18  Amaury DenoyelleMEDIUM: h3: concatenate multiple cookie headers
2022-08-18  Amaury DenoyelleREGTESTS: add test for HTTP/2 cookies concatenation
next