]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-05-17  Willy TarreauMINOR: stats: report the boot time in "show info"
2023-05-17  Willy TarreauMINOR: clock: measure the total boot time
2023-05-17  Willy TarreauCLEANUP: stats: update the trash chunk where it's used
2023-05-17  Christopher... CLEANUP: check; Remove some useless assignments to...
2023-05-17  Aurelien DARRAGONBUG/MINOR: server: memory leak in _srv_update_status_op...
2023-05-17  Aurelien DARRAGONCLEANUP: server: remove useless tmptrash assigments...
2023-05-17  Christopher... DOC: config: Clarify conditions to shorten the inspect...
2023-05-17  Christopher... REGTESTS: log: Reduce response inspect-delay for last_r...
2023-05-17  Christopher... BUG/MINOR: tcp-rules: Don't shortened the inspect-delay...
2023-05-17  Willy TarreauMINOR: checks: make sure spread-checks is used also...
2023-05-16  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix EOI for request without payload
2023-05-16  Amaury DenoyelleMINOR: mux-quic: uninline qc_attach_sc()
2023-05-16  Amaury DenoyelleMINOR: mux-quic: properly report end-of-stream on recv
2023-05-16  Amaury DenoyelleMINOR: mux-quic: add trace to stream rcv_buf operation
2023-05-15  Dragan DosenBUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_A...
2023-05-15  William LallemandBUILD: ssl: get0_verified chain is available on libreSSL
2023-05-15  Amaury DenoyelleBUG/MINOR: h3: missing goto on buf alloc failure
2023-05-15  Amaury DenoyelleBUG/MINOR: mux-quic: handle properly Tx buf exhaustion
2023-05-15  William LallemandBUILD: ssl: ssl_c_r_dn fetches uses functiosn only...
2023-05-15  Willy TarreauBUG/MEDIUM: mux-h2: make sure control frames do not...
2023-05-15  Abhijeet RastogiMINOR: ssl: add new sample ssl_c_r_dn
2023-05-15  William LallemandMEDIUM: proxy: stop emitting logs for internal proxies...
2023-05-15  Christopher... MINOR: stconn: Remove useless test on sedesc on detach...
2023-05-14  William LallemandMEDIUM: mworker/cli: does not disconnect the master...
2023-05-13  Ilya ShipitsinCI: enable monthly Fedora Rawhide clang builds
2023-05-12  William LallemandMEDIUM: session/ssl: return the SSL error string during...
2023-05-12  Amaury DenoyelleBUG/MINOR: mux-quic: free task on qc_init() app ops...
2023-05-12  Amaury DenoyelleBUG/MINOR: mux-quic: differentiate failure on qc_stream...
2023-05-12  Amaury DenoyelleBUG/MINOR: quic: do not alloc buf count on alloc failure
2023-05-12  Amaury DenoyelleBUG/MINOR: mux-quic: handle properly recv ncbuf alloc...
2023-05-12  Amaury DenoyelleBUG/MINOR: mux-quic: properly handle buf alloc failure
2023-05-12  Amaury DenoyelleMINOR: mux-quic: remove dedicated function to handle...
2023-05-12  Amaury DenoyelleMINOR: htx: add function to set EOM reliably
2023-05-12  Frédéric LécailleBUG/MINOR: quic: Wrong redispatch for external data...
2023-05-12  Aurelien DARRAGONBUG/MINOR: log: fix memory error handling in parse_logsrv()
2023-05-12  Aurelien DARRAGONBUG/MINOR: errors: handle malloc failure in usermsgs_put()
2023-05-12  Aurelien DARRAGONEXAMPLES: fix race condition in lua mailers script
2023-05-12  Aurelien DARRAGONDOC: lua: fix core.{proxies,frontends,backends} visibility
2023-05-12  Aurelien DARRAGONMINOR: ncbuf: missing malloc checks in standalone code
2023-05-12  Willy TarreauBUILD: debug: fix build issue on 32-bit platforms in...
2023-05-11  William LallemandMINOR: httpclient: allow to disable the DNS resolvers...
2023-05-11  Willy TarreauMINOR: cli: make "show fd" identify QUIC connections...
2023-05-11  Willy TarreauMINOR: master/cli: also implement the timed prompt...
2023-05-11  Willy TarreauMINOR: cli: add an option to display the uptime in...
2023-05-11  Willy TarreauBUG/MINOR: cli: don't complain about empty command...
2023-05-11  Aurelien DARRAGONCLEANUP: acl: discard prune_acl_cond() function
2023-05-11  Aurelien DARRAGONMINOR: tree-wide: use free_acl_cond() where relevant
2023-05-11  Aurelien DARRAGONCLEANUP: http_act: use http_free_redirect_rule() to...
2023-05-11  Aurelien DARRAGONBUG/MINOR: http_rules: fix errors paths in http_parse_r...
2023-05-11  Aurelien DARRAGONMINOR: proxy: add http_free_redirect_rule() function
2023-05-11  Aurelien DARRAGONBUG/MINOR: proxy: missing free in free_proxy for redire...
2023-05-11  Christopher... MINOR: stconn: Add a cross-reference between SE descriptor
2023-05-11  Christopher... BUG/MEDIUM: mux-fcgi: Don't request more room if mux...
2023-05-11  Christopher... BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL...
2023-05-11  Willy TarreauMINOR: stats: report the listener's protocol along...
2023-05-11  Amaury DenoyelleMEDIUM: mux-quic: adjust transport layer error handling
2023-05-11  Amaury DenoyelleMEDIUM: quic: streamline error notification
2023-05-11  Amaury DenoyelleMINOR: mux-quic: simplify return path of qc_send()
2023-05-11  Amaury DenoyelleMINOR: mux-quic: factorize send subscribing
2023-05-11  Amaury DenoyelleMINOR: mux-quic: do not send STREAM frames if already...
2023-05-11  Amaury DenoyelleMINOR: mux-quic: add traces for stream wake
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: no need to subscribe for detach...
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: do not free frame already released...
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: do not prevent shutw on error
2023-05-11  Willy TarreauMINOR: stats: report the number of times the global...
2023-05-11  Willy TarreauMINOR: stats: report the total number of warnings issued
2023-05-11  Willy TarreauDEBUG: list: add DEBUG_LIST to purposely corrupt list...
2023-05-11  Frédéric LécailleBUG/MINOR: quic: Buggy acknowlegments of acknowlegments...
2023-05-11  Aurelien DARRAGONCLEANUP: hlua_fcn/queue: make queue:push() easier to...
2023-05-11  Aurelien DARRAGONBUG/MINOR: hlua_fcn/queue: fix reference leak
2023-05-11  Aurelien DARRAGONBUG/MINOR: hlua_fcn/queue: fix broken pop_wait()
2023-05-11  Christopher... BUG/MEDIUM: filters: Don't deinit filters for disabled...
2023-05-11  Christopher... MINOR: spoe: Don't stop disabled proxies
2023-05-11  Christopher... BUILD: mjson: Fix warning about unused variables
2023-05-11  Willy Tarreau[RELEASE] Released version 2.8-dev11 v2.8-dev11
2023-05-11  Ilya ShipitsinCLEANUP: src/listener.c: remove redundant NULL check
2023-05-10  Willy TarreauDEV: flags/show-sess-to-flags: add support for color...
2023-05-10  Willy TarreauDEV: flags/show-sess-to-flags: only retrieve hex digits...
2023-05-10  Willy TarreauDEV: flags: add missing stream flags to show-sess-to...
2023-05-10  Christopher... MEDIUM: stream: Resync analyzers at the end of process_...
2023-05-10  Christopher... BUG/MEDIUM: stream: Forward shutdowns when unhandled...
2023-05-10  Willy TarreauBUG/MINOR: config: make compression work again in defau...
2023-05-10  Frédéric LécailleBUG/MINOR: quic: Possible crash when dumping version...
2023-05-09  Willy TarreauDEV: flags: add a script to decode most flags in the...
2023-05-09  Amaury DenoyelleBUG/MEDIUM: mux-quic: wakeup tasklet to close on error
2023-05-09  Amaury DenoyelleBUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE
2023-05-09  Aleksandar... DOC: configuration: add info about ssl-engine for 2.6
2023-05-09  Christopher... BUG/MEDIUM: stats: Require more room if buffer is almos...
2023-05-09  Christopher... DOC: stconn: Update comments about ABRT/SHUT for stconn...
2023-05-09  William LallemandBUILD: ssl: buggy -Werror=dangling-pointer since gcc...
2023-05-09  Aurelien DARRAGONEXAMPLES: fix IPV6 support for lua mailers script
2023-05-09  Christopher... MEDIUM: stconn: Be sure to always be able to unblock...
2023-05-09  Christopher... BUG/MEDIUM: cache: Don't request more room than the...
2023-05-09  Frédéric LécailleBUG/MINOR: quic: Wrong key update cipher context initia...
2023-05-09  Frédéric LécailleCLEANUP: quic: Typo fix for quic_connection_id pool
2023-05-09  Frédéric LécailleCLEANUP: quic: Rename several <buf> variables in quic_f...
2023-05-09  Frédéric LécailleCLEANUP: quic: No more used q_buf structure
2023-05-08  Ilya ShipitsinCI: more granular failure on generating build matrix
2023-05-07  Willy TarreauBUILD: quic: fix build warning when threads are disabled
2023-05-07  Willy TarreauBUILD: debug: do not check the isolated_thread variable...
next