]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-08-01  Patrick HemmerREORG: cfgparse: extract curproxy as a global variable
2023-08-01  Patrick HemmerCLEANUP: acl: remove cache_idx from acl struct
2023-07-31  Frédéric LécailleBUG/MINOR: quic+openssl_compat: Non initialized TLS...
2023-07-28  William LallemandDOC: configuration: rework the custom log format table
2023-07-28  Christopher... BUG/MEDIUM: h3: Be sure to handle fin bit on the last...
2023-07-27  Dragan DosenBUG/MINOR: chunk: fix chunk_appendf() to not write...
2023-07-27  Frédéric LécailleMINOR: quic; Move the QUIC frame pool to its proper...
2023-07-27  Frédéric LécailleCLEANUP: quic: quic_conn struct cleanup
2023-07-27  Frédéric LécailleMINOR: quic: Split QUIC connection code into three...
2023-07-27  Frédéric LécailleCLEANUP: quic: Defined but no more used function (quic_...
2023-07-27  Frédéric LécailleMINOR: quic: Add a new quic_ack.c C module for QUIC...
2023-07-27  Frédéric LécailleMINOR: quic: Add new "QUIC over SSL" C module.
2023-07-27  Frédéric LécailleMINOR: quic: Move TLS related code to quic_tls.c
2023-07-27  Frédéric LécailleMINOR: quic: Export QUIC CLI code from quic_conn.c
2023-07-27  Frédéric LécailleMINOR: quic: Export QUIC traces code from quic_conn.c
2023-07-27  Frédéric LécailleBUG/MINOR: quic: Possible crash when acknowledging...
2023-07-26  William LallemandDOC: configuration: add sample fetches for timing events
2023-07-26  William LallemandMINOR: sample: implement the T* timer tags from the...
2023-07-25  William LallemandDOC: configuration: describe Td in Timing events
2023-07-25  William LallemandBUG/MINOR: sample: check alloc_trash_chunk() in conv_ti...
2023-07-24  William LallemandMEDIUM: sample: implement us and ms variant of utime...
2023-07-24  William LallemandMINOR: sample: accept_date / request_date return %Ts...
2023-07-24  William LallemandMINOR: sample: implement act_conn sample fetch
2023-07-24  William LallemandMINOR: sample: add pid sample
2023-07-24  Christopher... BUG/MEDIUM: h3: Properly report a C-L header was found...
2023-07-24  Remi Tricot... BUG/MINOR: ssl: OCSP callback only registered for first...
2023-07-21  Willy Tarreau[RELEASE] Released version 2.9-dev2 v2.9-dev2
2023-07-21  Frédéric LécailleDOC: install: Document how to build a limited support...
2023-07-21  Frédéric LécailleDOC: quic: Add "limited-quic" new tuning setting
2023-07-21  Frédéric LécailleMINOR: quic: Add "limited-quic" new tuning setting
2023-07-21  Frédéric LécailleMINOR: quic: Missing encoded transport parameters for...
2023-07-21  Frédéric LécailleMINOR: quic: SSL context initialization with QUIC OpenS...
2023-07-21  Frédéric LécailleMINOR: quic: Useless call to SSL_CTX_set_quic_method()
2023-07-21  Frédéric LécailleMINOR: quic: Add a quic_openssl_compat struct to quic_c...
2023-07-21  Frédéric LécailleMINOR: quic: Call the keylog callback for QUIC openssl...
2023-07-21  Frédéric LécailleMINOR: quic: Initialize TLS contexts for QUIC openssl...
2023-07-21  Frédéric LécailleMINOR: quic: Make ->set_encryption_secrets() be callabl...
2023-07-21  Frédéric LécailleMINOR: quic: Export some KDF functions (QUIC-TLS)
2023-07-21  Frédéric LécailleMINOR: quic: Add a compilation option for the QUIC...
2023-07-21  Frédéric LécailleMINOR: quic: Do not enable 0RTT with SSL_set_quic_early...
2023-07-21  Frédéric LécailleMINOR: quic: Set the QUIC connection as extra data...
2023-07-21  Frédéric LécailleMINOR: quic: Do not enable O-RTT with USE_QUIC_OPENSSL_...
2023-07-21  Frédéric LécailleMINOR: quic: Include QUIC opensssl wrapper header from...
2023-07-21  Frédéric LécailleMINOR: quic: QUIC openssl wrapper implementation
2023-07-21  Christopher... BUG/MEDIUM: listener: Acquire proxy's lock in relax_lis...
2023-07-21  Marcos de OliveiraBUG/MINOR: server-state: Avoid warning on 'file not...
2023-07-21  Marcos de OliveiraBUG/MINOR: server-state: Ignore empty files
2023-07-21  Frédéric LécailleMINOR: quic: Ping from Initial pktns before reaching...
2023-07-21  Frédéric LécailleBUG/MINOR: quic: Missing parentheses around PTO probe...
2023-07-21  Frédéric LécailleMINOR: quic: add trace about pktns packet/frames releasing
2023-07-21  Frédéric LécailleMINOR: quic: Add traces for qc_frm_free()
2023-07-21  Frédéric LécailleMEDIUM: quic: Handshake I/O handler rework.
2023-07-21  Frédéric LécailleCLEANUP: quic: Remove a useless TLS related variable...
2023-07-21  Frédéric LécailleMEDIUM: quic: Packet building rework.
2023-07-21  Frédéric LécailleMINOR: quic: Add traces to qc_may_build_pkt()
2023-07-21  Frédéric LécailleMINOR: quic: Release asap the negotiated Initial TLS...
2023-07-21  Frédéric LécailleMINOR: quic: Dynamic allocation for negotiated Initial...
2023-07-21  Frédéric LécailleMINOR: quic: Stop storing the TX encoded transport...
2023-07-20  Patrick HemmerMINOR: peers: add peers keyword registration
2023-07-20  Christopher... BUG/MINOR: server: Don't warn on server resolution...
2023-07-20  Willy TarreauCLEANUP: config: make parse_cpu_set() return documented...
2023-07-20  Willy TarreauCLEANUP: cpuset: remove the unused proc_t1 field in...
2023-07-20  Willy TarreauBUG/MINOR: init: set process' affinity even in foreground
2023-07-20  Willy TarreauBUG/MINOR: cpuset: remove the bogus "proc" from the...
2023-07-20  Willy TarreauBUG/MINOR: config: do not detect NUMA topology when...
2023-07-20  Willy TarreauMINOR: cpuset: add cpu_map_configured() to know if...
2023-07-20  Daan van GorkumMINOR: lua: Allow reading "proc." scoped vars from...
2023-07-20  Christopher... BUG/MINOR: h1-htx: Return the right reason for 302...
2023-07-19  firexingheBUG/MINOR: hlua: add check for lua_newstate
2023-07-19  Emeric BrunBUILD: quic: fix warning during compilation using gcc-6.5
2023-07-18  Frédéric LécailleBUG/MINOR: quic: Unckecked encryption levels availability
2023-07-17  Ilya ShipitsinCI: explicitely highlight VTest result section if there...
2023-07-17  Ilya ShipitsinCI: add naming convention documentation
2023-07-17  Mariam JohnMEDIUM: ssl: new sample fetch method to get curve name
2023-07-17  Christopher... BUG/MINOR: http: Return the right reason for 302
2023-07-17  Christopher... BUG/MINOR: sample: Fix wrong overflow detection in...
2023-07-17  Christopher... DOC: config: Fix fc_src description to state the source...
2023-07-17  Aurelien DARRAGONBUG/MEDIUM: hlua_fcn/queue: bad pop_wait sequencing
2023-07-17  Aurelien DARRAGONBUG/MINOR: hlua: hlua_yieldk ctx argument should suppor...
2023-07-12  Emeric BrunCLEANUP: quic: remove useless parameter 'key' from...
2023-07-12  Emeric BrunBUG/MEDIUM: quic: timestamp shared in token was using...
2023-07-12  Emeric BrunBUG/MEDIUM: quic: missing check of dcid for init pkt...
2023-07-12  Emeric BrunBUG/MINOR: quic: retry token remove one useless interme...
2023-07-12  Emeric BrunBUG/MEDIUM: quic: token IV was not computed using a...
2023-07-11  Thierry FournierBUG/MINOR: config: Lenient port configuration parsing
2023-07-11  Thierry FournierBUG/MINOR: config: Remove final '\n' in error messages
2023-07-11  Aurelien DARRAGONBUG/MINOR: hlua_fcn/queue: use atomic load to fetch...
2023-07-11  Aurelien DARRAGONEXAMPLES: maintain haproxy 2.8 retrocompatibility for...
2023-07-11  Aurelien DARRAGONBUG/MINOR: sink/log: properly deinit srv in sink_new_fr...
2023-07-10  Aurelien DARRAGONMINOR: hlua_fcn/mailers: handle timeout mail from maile...
2023-07-10  Aurelien DARRAGONBUG/MINOR: server: set rid default value in new_server()
2023-07-10  Aurelien DARRAGONBUG/MINOR: sink: fix errors handling in cfg_post_parse_...
2023-07-10  Aurelien DARRAGONBUG/MINOR: sink: invalid sft free in sink_deinit()
2023-07-10  Aurelien DARRAGONBUG/MINOR: log: free errmsg on error in cfg_parse_log_f...
2023-07-10  Aurelien DARRAGONBUG/MINOR: log: fix multiple error paths in cfg_parse_l...
2023-07-10  Aurelien DARRAGONBUG/MINOR: log: fix missing name error message in cfg_p...
2023-07-10  Aurelien DARRAGONBUG/MEDIUM: log: improper use of logsrv->maxlen for...
2023-07-10  Aurelien DARRAGONMINOR: sink/api: pass explicit maxlen parameter to...
2023-07-10  Aurelien DARRAGONBUG/MINOR: log: LF upsets maxlen for UDP targets
2023-07-10  Aurelien DARRAGONBUG/MINOR: ring: maxlen warning reported as alert
next