]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-01-31  Amaury DenoyelleMINOR: mux-quic: prepare for earlier flow control update
2024-01-31  Amaury DenoyelleBUG/MINOR: ssl/quic: fix 0RTT define
2024-01-31  Willy TarreauCLEANUP: h1: remove unused function h1_measure_trailers()
2024-01-31  Willy TarreauBUG/MEDIUM: h1: always reject the NUL character in...
2024-01-31  Willy TarreauBUG/MINOR: h1-htx: properly initialize the err_pos...
2024-01-31  Lukas TribusDOC: httpclient: add dedicated httpclient section
2024-01-31  William LallemandMEDIUM: ssl/quic: always compile the ssl_conf.early_dat...
2024-01-31  William LallemandMINOR: ssl: rename HA_OPENSSL_HAVE_0RTT_SUPPORT constan...
2024-01-31  William LallemandMINOR: ssl: add HAVE_SSL_0RTT constant
2024-01-30  Christopher... BUG/MEDIUM: h1: Don't support LF only to mark the end...
2024-01-30  Christopher... BUG/MINOR: h1: Don't support LF only at the end of...
2024-01-30  Miroslav ZagoracCLEANUP: log: deinitialization of the log buffer in...
2024-01-29  Amaury DenoyelleBUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_fr...
2024-01-29  Amaury DenoyelleBUG/MEDIUM: qpack: allow 6xx..9xx status codes
2024-01-29  Amaury DenoyelleBUG/MEDIUM: h3: do not crash on invalid response status...
2024-01-29  Amaury DenoyelleMINOR: h3: add traces for stream sending function
2024-01-29  Olivier HouchardBUG/MAJOR: ssl_sock: Always clear retry flags in read...
2024-01-29  Thayne McCombsDOC: configuration: clarify http-request wait-for-body
2024-01-26  Willy Tarreau[RELEASE] Released version 3.0-dev2 v3.0-dev2
2024-01-26  Willy TarreauRevert "CI: enable spell check on git push"
2024-01-26  Willy TarreauBUILD: deviceatlas: fix empty "-I" left on CFLAGS
2024-01-26  Willy TarreauBUILD: deviceatlas: remove unneeded depenency on libcur...
2024-01-26  David CarlierBUILD/MEDIUM: deviceatlas: updating the addon part.
2024-01-26  David CarlierDOC: deviceatlas: update to be in line with the v3...
2024-01-26  David CarlierBUILD/MEDIUM: deviceatlas: addon build rework.
2024-01-26  Willy TarreauBUILD: makefile: also define cmd_CXX to pretty-print...
2024-01-26  Ilya ShipitsinCI: enable spell check on git push
2024-01-26  Ilya ShipitsinCI: extend spell check white list
2024-01-26  Ilya ShipitsinCLEANUP: fix spelling of "elemt"
2024-01-26  Amaury DenoyelleBUG/MEDIUM: quic: remove unsent data from qc_stream_des...
2024-01-26  Amaury DenoyelleMINOR: quic: extract qc_stream_buf free in a dedicated...
2024-01-25  Frederic LecailleMINOR: quic: Stop hardcoding a scale shifting value...
2024-01-25  Frederic LecailleCLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SH...
2024-01-25  Frederic LecailleBUG/MINOR: quic: newreno QUIC congestion control algori...
2024-01-24  Remi Tricot... BUG/MEDIUM: cache: Fix crash when deleting secondary...
2024-01-24  Aurelien DARRAGONCLEANUP: hlua: fix indent, remove extra return in hlua_...
2024-01-24  Aurelien DARRAGONBUG/MINOR: hlua: fix uninitialized var in hlua_core_get...
2024-01-24  Frederic LecailleBUILD: quic: Fix build error when building QUIC against...
2024-01-24  Frederic LecailleBUILD: quic: Fix build error when building QUIC against...
2024-01-24  Willy TarreauBUILD: quic: fix build error when using the compatibili...
2024-01-24  Willy TarreauBUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
2024-01-24  Emeric BrunBUG/MEDIUM: cli: some err/warn msg dumps add LR into...
2024-01-23  Frederic LecailleMINOR: quic: Correctly wait for the completion of hands...
2024-01-23  Frederic LecailleMINOR: ssl_sock: Early data disabled during SSL_CTX...
2024-01-23  Frederic LecailleMINOR: quic: Enable early data at SSL session level...
2024-01-23  Frederic LecailleMINOR: quic: Transport parameters encoding without...
2024-01-21  Willy TarreauBUILD: stick-table: fix build error on 32-bit platforms
2024-01-18  Willy TarreauMINOR: connection: add sample fetches to report per...
2024-01-18  Willy TarreauMINOR: mux-h2: implement MUX_CTL_GET_GLITCHES
2024-01-18  Willy TarreauMINOR: connection: add a new mux_ctl to report number...
2024-01-18  Willy TarreauMINOR: mux-h2: add a counter of "glitches" on a connection
2024-01-18  Willy TarreauMINOR: mux-h2/traces: add a missing trace on connection...
2024-01-18  Willy TarreauBUG/MEDIUM: mux-h2: refine connection vs stream error...
2024-01-18  Aurelien DARRAGONDOC: configuration: fix set-dst in actions keywords...
2024-01-18  Aurelien DARRAGONMINOR: vars: fix indentation in var_clear_buffer()
2024-01-16  Frederic LecailleBUG/MEDIUM: quic: keylog callback not called (USE_OPENS...
2024-01-12  Willy TarreauBUG/MINOR: mux-h2: also count streams for refused ones
2024-01-12  Willy TarreauDEV: h2: support hex-encoded data sequences in mkhdr
2024-01-12  Willy TarreauDEV: h2: add support for multiple flags in mkhdr
2024-01-12  William LallemandDOC: INSTALL: require at least WolfSSL 5.6.6
2024-01-12  William LallemandCI: github: update wolfSSL to 5.6.6
2024-01-12  William LallemandMEDIUM: ssl: implements 'default-crt' keyword for bind...
2024-01-12  William LallemandDOC: configuration: update configuration on how to...
2024-01-12  William LallemandREORG: ssl: move 'generate-certificates' code to ssl_ge...
2024-01-12  William LallemandMEDIUM: ssl: does not use default_ctx for 'generate...
2024-01-12  William LallemandMEDIUM: ssl: generate '*' SNI filters for default certi...
2024-01-12  William LallemandMEDIUM: ssl: allow multiple fallback certificate to...
2024-01-12  Amaury DenoyelleBUG/MINOR: mux-quic: do not prevent non-STREAM sending...
2024-01-12  Amaury DenoyelleBUILD: quic: missing include for quic_tp
2024-01-12  Ilya ShipitsinCLEANUP: fix spelling of "occured" in src/h3.c
2024-01-12  Ilya ShipitsinCI: codespell: add more words to whitelist
2024-01-12  Ilya ShipitsinCI: codespell: ignore some words in URLs
2024-01-11  Willy TarreauMEDIUM: http: add the ability to redefine http-err...
2024-01-11  Willy TarreauMEDIUM: http_act: check status codes against the bit...
2024-01-11  Willy TarreauMINOR: http: add infrastructure to choose status codes...
2024-01-11  Willy TarreauCLEANUP: http: avoid duplicating literals in find_http_...
2024-01-11  Willy TarreauOPTIM: http: simplify http_get_status_idx() using a...
2024-01-11  Willy TarreauDEV: phash: add a trivial perfect hash generator for...
2024-01-11  Aurelien DARRAGONMINOR: map: mapfile ordering also matters for tree...
2024-01-11  Miroslav ZagoracDOC: configuration: corrected description of keyword...
2024-01-10  Aurelien DARRAGONDOC: config: fix typo about map_*_key converters
2024-01-10  Aurelien DARRAGONREGTESTS: add a test to ensure map-ordering is preserved
2024-01-10  Aurelien DARRAGONBUG/MINOR: map: list-based matching potential ordering...
2024-01-10  Frédéric LécailleCLEANUP: quic: Double quic_dgram_parse() prototype...
2024-01-09  William LallemandCLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec...
2024-01-09  Willy TarreauDEV: patchbot: produce a verdict for too long commit...
2024-01-09  William LallemandCLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec()
2024-01-09  Mariam JohnMINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use...
2024-01-09  Miroslav ZagoracMINOR: ot: logsrv struct becomes logger
2024-01-06  Willy Tarreau[RELEASE] Released version 3.0-dev1 v3.0-dev1
2024-01-06  Willy TarreauIMPORT: ebtree: make string_equal_bits() return an...
2024-01-06  Willy TarreauIMPORT: ebtree: use unsigned ints for flznz()
2024-01-06  Willy TarreauIMPORT: ebtree: make string_equal_bits turn back to...
2024-01-06  Willy TarreauIMPORT: ebtree: rework the fls macros to better deal...
2024-01-06  Willy TarreauIMPORT: ebtree: switch the sizes and offsets to size_t...
2024-01-06  Willy TarreauIMPORT: ebtree: implement and use flsnz_long() to count...
2024-01-06  Willy TarreauDEV: h2: support passing raw data for a frame
2024-01-06  Willy TarreauDEV: h2: add the preface as well in supported output...
2024-01-06  Willy TarreauDEV: h2: add the ability to emit literals in mkhdr
2024-01-05  Willy TarreauCLEANUP: mux-h2: remove the printfs from previous commi...
next