haproxy-3.0.git
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
2024-02-29 Amaury DenoyelleMINOR: quic: filter show quic by address
2024-02-28 Christopher... MEDIUM: htx/http-ana: No longer close connection on...
2024-02-28 Christopher... MAJOR: mux-h1: Drain requests on client side before...
2024-02-28 Christopher... MINOR: mux-h1: Move all stuff to detach a stream in...
2024-02-28 Christopher... MINOR: mux-h1: Move checks performed before a shutdown...
2024-02-28 Christopher... BUG/MINOR: mux-h1: Properly report when mux is blocked...
2024-02-28 Christopher... BUG/MEDIUM: mux-h1: Fix again 0-copy forwarding of...
2024-02-28 Aurelien DARRAGONLICENSE: http_ext: fix GPL license version
2024-02-28 Aurelien DARRAGONLICENSE: event_hdl: fix GPL license version
2024-02-27 William LallemandBUG/MINOR: ssl/cli: duplicate cleaning code in cli_pars...
2024-02-27 Amaury DenoyelleBUG/MEDIUM: server: fix dynamic servers initial settings
2024-02-26 William LallemandBUG/MAJOR: ssl/ocsp: crash with ocsp when old process...
2024-02-26 Christopher... BUG/MEDIUM: applet: Fix HTX .rcv_buf callback function...
2024-02-23 Willy Tarreau[RELEASE] Released version 3.0-dev4 v3.0-dev4
2024-02-23 Willy TarreauBUG/MINOR: ist: only store NUL byte on succeeded alloc
2024-02-23 Miroslav ZagoracMINOR: ssl: Call callback function after loading SSL...
2024-02-23 Amaury DenoyelleBUG/MINOR: quic: fix output of show quic
2024-02-23 Christopher... BUG/MAJOR: cli: Restore non-interactive mode behavior...
2024-02-23 Christopher... BUG/MEDIUM: cli: Warn if pipelined commands are delimit...
2024-02-23 Christopher... MINOR: cli: Remove useless loop on commands to find...
2024-02-23 Amaury DenoyelleBUG/MEDIUM: mux-quic: do not crash on qcs_destroy for...
2024-02-22 Amaury DenoyelleBUG/MAJOR: server: fix stream crash due to deleted...
2024-02-22 Amaury DenoyelleBUG/MAJOR: promex: fix crash on deleted server
2024-02-22 Amaury DenoyelleBUG/MINOR: stats: drop srv refcount on early release
2024-02-22 Amaury DenoyelleBUG/MINOR: ist: allocate nul byte on istdup
2024-02-22 Aurelien DARRAGONBUG/MINOR: log: fix potential lf->name memory leak
2024-02-22 Aurelien DARRAGONMINOR: log: add free_logformat_node() helper function
2024-02-22 Aurelien DARRAGONCLEANUP: log: use free_logformat_list() in parse_logfor...
2024-02-22 Aurelien DARRAGONCLEANUP: log: fix process_send_log() indentation
2024-02-22 Aurelien DARRAGONCLEANUP: proxy/log: remove unused proxy flag
2024-02-21 Christopher... BUG/MEDIUM: mux-h1: Don't emit 0-CRLF chunk in h1_done_...
2024-02-21 Amaury DenoyelleBUG/MINOR: quic: initialize msg_flags before sendmsg
2024-02-21 Willy TarreauBUILD: applet: fix build on some 32-bit archs
2024-02-20 Amaury DenoyelleMINOR: quic: only use sendmsg() syscall variant
2024-02-20 Amaury DenoyelleMINOR: quic: remove sendto() usage variant
2024-02-20 Amaury DenoyelleMINOR: quic: move IP_PKTINFO on send on a dedicated...
2024-02-20 Amaury DenoyelleOPTIM: quic: improve slightly qc_snd_buf() internal
2024-02-20 Amaury DenoyelleMINOR: quic: warn on bind on multiple addresses if...
2024-02-20 Amaury DenoyelleDOC: quic: fix recommandation for bind on multiple...
2024-02-20 Aurelien DARRAGONMINOR: log: automate string array construction in sess_...
2024-02-20 Aurelien DARRAGONMINOR: log: print metadata prefixes separately in sess_...
2024-02-20 Aurelien DARRAGONMINOR: log: simplify quotes handling in sess_build_logl...
2024-02-20 Aurelien DARRAGONMINOR: log: simplify last_isspace in sess_build_logline()
2024-02-20 Aurelien DARRAGONMINOR: log: explicit typecasting for logformat nodes
2024-02-20 Aurelien DARRAGONMINOR: sample: add type_to_smp() helper function
2024-02-20 Aurelien DARRAGONMINOR: log: custom name for logformat node
2024-02-19 Amaury DenoyelleBUG/MEDIUM: quic: fix transient send error with listene...
2024-02-16 Christopher... BUG/MEDIUM: hlua: Don't loop if a lua socket does not...
2024-02-16 Christopher... BUG/MEDIUM: hlua: Be able to garbage collect uninitiali...
next