]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-03-25  Willy TarreauMINOR: debug: add "debug dev trace" to flood with traces
2024-03-25  Aurelien DARRAGONOPTIM: http_ext: avoid useless copy in http_7239_extrac...
2024-03-25  Aurelien DARRAGONBUILD: server: fix build regression on old compilers...
2024-03-25  Christopher... BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end...
2024-03-25  Amaury DenoyelleBUG/MINOR: mux-quic: close all QCS before freeing QCC...
2024-03-22  Amaury DenoyelleMEDIUM: server: close private idle connection before...
2024-03-22  Amaury DenoyelleMEDIUM: mux: prepare for takeover on private connections
2024-03-22  Amaury DenoyelleMEDIUM: server: close idle conn on server deletion
2024-03-22  Amaury DenoyelleMINOR: connection: extend takeover with release option
2024-03-22  Amaury DenoyelleMINOR: connection: implement conn_release()
2024-03-20  Remi Tricot... REGTESTS: ssl: Add checks on ocsp-update log format
2024-03-20  Remi Tricot... CLEANUP: ssl: Remove undocumented ocsp fetches
2024-03-20  Remi Tricot... MINOR: ssl: Change level of ocsp-update logs
2024-03-20  Remi Tricot... MEDIUM: ssl: Change output of ocsp-update log
2024-03-20  Remi Tricot... BUG/MEDIUM: ssl: Fix crash in ocsp-update log function
2024-03-20  Remi Tricot... BUG/MEDIUM: ssl: Fix crash when calling "update ssl...
2024-03-20  Remi Tricot... REGTESTS: ssl: Add OCSP related tests
2024-03-20  Remi Tricot... BUG/MAJOR: ocsp: Separate refcount per instance and...
2024-03-20  Amaury DenoyelleBUG/MAJOR: connection: fix server used_conns with H2...
2024-03-20  Amaury DenoyelleBUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive...
2024-03-20  Amaury DenoyelleBUG/MINOR: session: ensure conn owner is set after...
2024-03-19  Christopher... BUG/MEDIUM: spoe: Return an invalid frame on recv if...
2024-03-18  Ilia ShipitsinCI: temporarily adjust kernel entropy to work with...
2024-03-18  Ilia ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-03-15  Christopher... MINOR: spoe: Add SPOE filters in the exposed deprecated...
2024-03-15  Christopher... MINOR: cfgparse: Add a global option to expose deprecat...
2024-03-15  Christopher... MAJOR: spoe: Deprecate the SPOE filter
2024-03-15  Christopher... BUG/MINOR: spoe: Be sure to be able to quickly close...
2024-03-15  Christopher... BUG/MEDIUM: spoe: Don't rely on stream's expiration...
2024-03-14  Amaury DenoyelleBUG/MAJOR: server: do not delete srv referenced by...
2024-03-14  Amaury DenoyelleMINOR: session: rename private conns elements
2024-03-14  Christopher... BUG/MINOR: listener: Don't schedule frontend without...
2024-03-13  Christopher... BUG/MINOR: listener: Wake proxy's mngmt task up if...
2024-03-13  William LallemandCI: github: add -dI to haproxy arguments
2024-03-13  William LallemandMINOR: debug: enable insecure fork on the command line
2024-03-13  Aurelien DARRAGONBUG/MEDIUM: hlua: streams don't support mixing lua...
2024-03-13  Aurelien DARRAGONMINOR: hlua: use accessors for stream hlua ctx
2024-03-13  Aurelien DARRAGONDEBUG: lua: precisely identify if stream is stuck insid...
2024-03-13  Aurelien DARRAGONBUG/MINOR: hlua: fix missing lock in hlua_filter_delete()
2024-03-13  Aurelien DARRAGONBUG/MINOR: hlua: missing lock in hlua_filter_new()
2024-03-13  Aurelien DARRAGONBUG/MINOR: hlua: segfault when loading the same filter...
2024-03-13  William LallemandCI: github: add -DDEBUG_LIST to the default builds
2024-03-13  William LallemandCLEANUP: ssl: remove useless #ifdef in openssl-compat.h
2024-03-12  William LallemandMEDIUM: ssl: allow to change the OpenSSL security level...
2024-03-12  William LallemandMEDIUM: ssl: initialize the SSL stack explicitely
2024-03-12  Willy TarreauBUG/MINOR: server: fix first server template not being...
2024-03-11  Dragan DosenBUG/MINOR: ssl: do not set the aead_tag flags in sample...
2024-03-11  Dragan DosenBUG/MINOR: ssl: fix possible ctx memory leak in sample_...
2024-03-11  Brooks DavisMINOR: tools: use public interface for FreeBSD get_exec...
2024-03-11  William LallemandDOC: configuration: clarify ciphersuites usage (V2)
2024-03-11  Amaury DenoyelleMINOR: quic: remove qc_treat_rx_crypto_frms()
2024-03-11  Amaury DenoyelleMINOR: quic: simplify rescheduling for handshake
2024-03-11  Willy TarreauMEDIUM: mux-h2: allow to set the glitches threshold...
2024-03-11  Willy TarreauMINOR: mux-h2: always use h2c_report_glitch()
2024-03-09  Willy Tarreau[RELEASE] Released version 3.0-dev5 v3.0-dev5
2024-03-09  matthias sweertvaegherBUILD: solaris: fix compilation errors
2024-03-09  Willy TarreauDEV: haring: automatically use the advertised ring...
2024-03-09  Willy TarreauDEV: haring: split the code between ring and buffer
2024-03-09  Willy TarreauDEV: haring: make haring not depend on the struct ring...
2024-03-09  Willy TarreauOPTIM: sink: drop the sink lock used to count drops
2024-03-09  Willy TarreauOPTIM: sink: try to merge "dropped" messages faster
2024-03-09  Willy TarreauDOC: design: write first notes about ring-v2
2024-03-08  Willy TarreauBUILD: ssl: define EVP_CTRL_AEAD_GET_TAG for older...
2024-03-08  Amaury DenoyelleMINOR: quic: always use ncbuf for rx CRYPTO
2024-03-08  Amaury DenoyelleBUG/MEDIUM: quic: fix handshake freeze under high traffic
2024-03-08  Nenad MerdanovicMINOR: Add aes_gcm_enc converter
2024-03-08  Nenad MerdanovicMINOR: vars: export var_set and var_unset functions
2024-03-07  Aurelien DARRAGONBUG/MINOR: cfgparse: report proper location for log...
2024-03-07  Aurelien DARRAGONCLEANUP: tree-wide: use proper ERR_* return values...
2024-03-07  Aurelien DARRAGONCLEANUP: log: fix obsolete comment for add_sample_to_lo...
2024-03-06  Amaury DenoyelleBUG/MINOR: mux-quic: fix crash on aborting uni remote...
2024-03-06  Amaury DenoyelleBUG/MEDIUM: quic: fix connection freeze on post handshake
2024-03-05  William LallemandBUG/MINOR: ssl/cli: typo in new ssl crl-file CLI descri...
2024-03-05  Ilya ShipitsinCI: skip scheduled builds on forks
2024-03-05  Ilya ShipitsinCI: enable monthly build only test on netbsd-9.3
2024-03-05  Ilya ShipitsinCI: run more smoke tests on config syntax to check...
2024-03-05  Ilya ShipitsinCLEANUP: fix typo in naming for variable "unused"
2024-03-05  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-03-05  Willy TarreauBUILD: buf: make b_ncat() take a const for the source
2024-03-05  Willy TarreauBUILD: tree-wide: fix a few missing includes in a few...
2024-03-05  Willy TarreauBUILD: thread: move lock label definitions to thread-t.h
2024-03-05  Willy TarreauBUG/MINOR: sink: fix a race condition in the TCP log...
2024-03-04  Aurelien DARRAGONCLEANUP: hlua: txn class functions may LJMP
2024-03-04  Aurelien DARRAGONMINOR: hlua: use SEND_ERR to report errors in hlua_even...
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: don't call ha_alert() in hlua_event_su...
2024-03-04  Aurelien DARRAGONBUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume()
2024-03-04  Aurelien DARRAGONBUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP()
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: improper lock usage in hlua_filter_new()
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: improper lock usage in hlua_filter_cal...
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: fix possible crash in hlua_filter_new...
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: don't use lua_tostring() from unprotec...
2024-03-04  Aurelien DARRAGONBUG/MINOR: hlua: fix unsafe lua_tostring() usage with...
2024-03-01  Willy TarreauBUG/MINOR: tools: seed the statistical PRNG slightly...
2024-03-01  Christopher... MINOR: hlua: Be able to disable logging from lua
2024-03-01  Christopher... BUG/MINOR: hlua: Fix log level to the right value when...
2024-03-01  Christopher... BUG/MINOR: config/quic: Alert about PROXY protocol...
2024-02-29  William LallemandDOC: configuration: clarify ciphersuites usage
2024-02-29  Christopher... CLEANUP: mux-h2: Fix h2s_make_data() comment about...
2024-02-29  Amaury DenoyelleMINOR: quic: add MUX output for show quic
2024-02-29  Amaury DenoyelleMINOR: quic: specify show quic output fields
next