]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-06-26  Valentine KrasnobaevaMINOR: cli/debug: show dev: add cmdline and version
2024-06-26  Valentine KrasnobaevaMINOR: capabilities: use _LINUX_CAPABILITY_VERSION_3
2024-06-26  Valentine KrasnobaevaMINOR: capabilities: prepare support for version 3
2024-06-26  Valentine KrasnobaevaMINOR: capabilities: export capget and __user_cap_heade...
2024-06-25  Willy TarreauDEV: flags/show-fd-to-flags: adapt to recent versions
2024-06-24  Amaury DenoyelleBUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure
2024-06-24  Amaury DenoyelleBUG/MINOR: h3: fix BUG_ON() crash on control stream...
2024-06-24  Amaury DenoyelleBUG/MINOR: mux-quic: fix crash on qcs SD alloc failure
2024-06-24  Amaury DenoyelleBUG/MINOR: h3: fix crash on STOP_SENDING receive after...
2024-06-21  Aurelien DARRAGONDOC: api/event_hdl: small updates, fix an example and...
2024-06-21  Amaury DenoyelleSCRIPTS: git-show-backports: do not truncate git-show...
2024-06-20  William LallemandMINOR: sample: date converter takes HTTP date and outpu...
2024-06-19  Amaury DenoyelleBUG/MAJOR: quic: do not loop on emission on closing...
2024-06-19  Amaury DenoyelleBUG/MAJOR: quic: fix padding with short packets
2024-06-19  Aurelien DARRAGONDOC: management: document ptr lookup for table commands
2024-06-18  William LallemandDOC: configuration: fix alphabetical order of bind...
2024-06-17  Aurelien DARRAGONBUG/MINOR: proxy: fix email-alert leak on deinit()...
2024-06-17  Aurelien DARRAGONREORG: mailers: move free_email_alert() to mailers.c
2024-06-17  Aurelien DARRAGONBUG/MEDIUM: proxy: fix email-alert invalid free
2024-06-17  William LallemandREGTESTS: ssl: activate new SSL reg-tests with AWS-LC
2024-06-17  William LallemandMINOR: ssl: activate sigalgs feature for AWS-LC
2024-06-17  William LallemandBUG/MEDIUM: ssl: AWS-LC + TLSv1.3 won't do ECDSA in...
2024-06-17  William LallemandREGTESTS: ssl: fix some regtests 'feature cmd' start...
2024-06-14  Aurelien DARRAGONDEBUG: hlua: distinguish burst timeout errors from...
2024-06-14  Aurelien DARRAGONBUG/MINOR: log: fix broken '+bin' logformat node option
2024-06-14  Christopher... [RELEASE] Released version 3.1-dev1 v3.1-dev1
2024-06-14  William LallemandCI: github: do the AWS-LC weekly build with ERR=1
2024-06-14  William LallemandDOC: INSTALL: minimum AWS-LC version is v1.22.0
2024-06-14  William LallemandCI: github: upgrade aws-lc to 1.29.0
2024-06-14  William LallemandMINOR: ssl: relax the 'ssl.default-dh-param' keyword...
2024-06-14  William LallemandBUILD: ssl: disable deprecated functions for AWS-LC...
2024-06-13  William LallemandMEDIUM: ssl: support for ECDA+RSA certificate selection...
2024-06-13  William LallemandRevert "CI: github: upgrade aws-lc to 1.29.0"
2024-06-13  William LallemandCI: github: upgrade aws-lc to 1.29.0
2024-06-13  William LallemandBUILD: ssl: fix build with wolfSSL
2024-06-13  William LallemandREORG: ssl: move the SNI selection code in ssl_clienthe...
2024-06-13  William LallemandMINOR: ssl: add ssl_sock_bind_verifycbk() in ssl_sock.h
2024-06-13  Aurelien DARRAGONREGTESTS: log: add a test for log-profile
2024-06-13  Aurelien DARRAGONDOC: config: add documentation for log profiles
2024-06-13  Aurelien DARRAGONMEDIUM: log: handle log-profile in process_send_log()
2024-06-13  Aurelien DARRAGONMINOR: log: add log profile buildlines
2024-06-13  Aurelien DARRAGONMINOR: log: add log-profile parsing logic
2024-06-13  Aurelien DARRAGONMINOR: log: add logger flags
2024-06-13  Aurelien DARRAGONMINOR: log: add __send_log_set_metadata_sd helper
2024-06-13  Aurelien DARRAGONMINOR: log: provide proxy context to resolve_logger()
2024-06-13  Aurelien DARRAGONMINOR: log: make resolve_logger() static
2024-06-13  Aurelien DARRAGONMINOR: log/backend: always free parsing hints in resolv...
2024-06-13  Aurelien DARRAGONCLEANUP: log: remove ambiguous legacy comment for resol...
2024-06-13  Aurelien DARRAGONMINOR: log: provide log origin in logformat expressions...
2024-06-13  Aurelien DARRAGONMINOR: log: add log_orig_to_str() function
2024-06-13  Aurelien DARRAGONMINOR: log: provide sending log context to process_send...
2024-06-13  Aurelien DARRAGONMEDIUM: log/session: handle embryonic session log withi...
2024-06-13  Aurelien DARRAGONMINOR: session: expose session_embryonic_build_legacy_e...
2024-06-13  Aurelien DARRAGONREORG: log: reorder send log helpers by dependency...
2024-06-13  Aurelien DARRAGONDOC: management: rename show stats domain cli "dns...
2024-06-12  Valentine KrasnobaevaDOC/MINOR: management: add -dZ option
2024-06-12  Valentine KrasnobaevaDOC/MINOR: management: add missed -dR and -dv options
2024-06-12  Amaury DenoyelleMINOR: quic: refactor qc_prep_pkts() loop
2024-06-12  Amaury DenoyelleMINOR: quic: use global datagram headlen definition
2024-06-12  Amaury DenoyelleMINOR: quic: refactor qc_build_pkt() error handling
2024-06-12  Amaury DenoyelleOPTIM: quic: fill whole Tx buffer if needed
2024-06-12  Amaury DenoyelleBUG/MINOR: quic: fix padding of INITIAL packets
2024-06-12  Christopher... BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection...
2024-06-12  William LallemandDOC: internals: add a documentation about the master...
2024-06-12  Christopher... BUG/MINOR: promex: Skip resolvers metrics when there...
2024-06-11  Aurelien DARRAGONDOC: config: add missing context hint for new server...
2024-06-11  Aurelien DARRAGONDOC: config: add missing section hint for "guid" proxy...
2024-06-11  Aurelien DARRAGONDOC: config: move "hash-key" from proxy to server options
2024-06-11  Aurelien DARRAGONCLEANUP: log/proxy: fix comment in proxy_free_common()
2024-06-11  Aurelien DARRAGONBUG/MEDIUM: log: fix lf_expr_postcheck() behavior with...
2024-06-11  Aurelien DARRAGONMINOR: log: change wording in lf_expr_postcheck() error...
2024-06-11  Aurelien DARRAGONBUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logfor...
2024-06-11  Aurelien DARRAGONMINOR: proxy: add proxy_free_common() helper function
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix header_unique_id leak on deinit()
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix source interface and usesrc leaks...
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix dyncookie_key leak on deinit()
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix check_{command,path} leak on...
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix email-alert leak on deinit()
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix log_tag leak on deinit()
2024-06-11  Aurelien DARRAGONBUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
2024-06-11  Aurelien DARRAGONMINOR: log: fix "http-send-name-header" ignore warning...
2024-06-10  William LallemandDOC: install: remove boringssl from the list of support...
2024-06-10  Christopher... BUG/MINOR: mux-h1: Use the right variable to set NEGO_F...
2024-06-10  Christopher... BUG/MAJOR: mux-h1: Properly copy chunked input data...
2024-06-10  William ManleyBUG/MEDIUM: stconn/mux-h1: Fix suspect change causing...
2024-06-10  Amaury DenoyelleBUG/MINOR: quic: ensure Tx buf is always purged
2024-06-10  Amaury DenoyelleBUG/MINOR: quic: fix computed length of emitted STREAM...
2024-06-07  William LallemandBUG/MEDIUM: ssl: bad auth selection with TLS1.2 and...
2024-06-05  William LallemandBUG/MEDIUM: ssl: wrong priority whem limiting ECDSA...
2024-06-05  Christopher... MINOR: mux-quic: Don't send an emtpy H3 DATA frame...
2024-06-05  Christopher... BUG/MEDIUM: mux-quic: Don't unblock zero-copy fwding...
2024-06-04  Aurelien DARRAGONCLEANUP: hlua: simplify ambiguous lua_insert() usage...
2024-06-04  Aurelien DARRAGONBUG/MINOR: hlua: fix leak in hlua_ckch_set() error...
2024-06-04  Aurelien DARRAGONCLEANUP: hlua: get rid of hlua_traceback() security...
2024-06-04  Aurelien DARRAGONBUG/MINOR: hlua: prevent LJMP in hlua_traceback()
2024-06-04  Aurelien DARRAGONBUG/MINOR: hlua: fix unsafe hlua_pusherror() usage
2024-06-04  Aurelien DARRAGONBUG/MINOR: hlua: don't use lua_pushfstring() when we...
2024-06-04  Aurelien DARRAGONCLEANUP: hlua: use hlua_pusherror() where relevant
2024-06-04  Amaury DenoyelleBUG/MINOR: quic: prevent crash on qc_kill_conn()
2024-06-04  Christopher... BUG/MEDIUM: mux-quic: Unblock zero-copy forwarding...
next